Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 25 of 52) sorted by relevance

123

/drivers/pcmcia/
Dsoc_common.h145 int lvl, const char *fmt, ...);
147 #define debug(skt, lvl, fmt, arg...) \ argument
148 soc_pcmcia_debug(skt, __func__, lvl, fmt , ## arg)
151 #define debug(skt, lvl, fmt, arg...) do { } while (0) argument
/drivers/ide/
Dide-gd.h11 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) argument
13 #define ide_debug_log(lvl, fmt, args...) do {} while (0) argument
Dide-cd.h14 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) argument
16 #define ide_debug_log(lvl, fmt, args...) do {} while (0) argument
/drivers/net/wireless/iwlwifi/dvm/
Dpower.c161 enum iwl_power_level lvl, int period) in iwl_static_sleep_cmd() argument
183 if (WARN_ON(lvl < 0 || lvl >= IWL_POWER_NUM)) in iwl_static_sleep_cmd()
186 *cmd = table[lvl].cmd; in iwl_static_sleep_cmd()
195 skip = table[lvl].no_dtim; in iwl_static_sleep_cmd()
258 IWL_DEBUG_POWER(priv, "Sleep command for index %d\n", lvl + 1); in iwl_static_sleep_cmd()
/drivers/media/tuners/
Dtda18271-priv.h145 #define tda_printk(st, lvl, fmt, arg...) \ argument
146 _tda_printk(st, lvl, __func__, fmt, ##arg)
148 #define tda_dprintk(st, lvl, fmt, arg...) \ argument
150 if (tda18271_debug & lvl) \
/drivers/infiniband/hw/usnic/
Dusnic_log.h31 #define usnic_printk(lvl, args...) \ argument
33 printk(lvl "%s:%s:%d: ", DRV_NAME, __func__, \
/drivers/media/common/siano/
Dsms-cards.c244 int lvl, ret; in sms_set_gpio() local
260 lvl = enable ? 0 : 1; in sms_set_gpio()
263 lvl = enable ? 1 : 0; in sms_set_gpio()
270 return smscore_set_gpio(coredev, gpio, lvl); in sms_set_gpio()
/drivers/media/pci/saa7164/
Dsaa7164-api.c81 struct tmComResDebugSetLevel lvl; in saa7164_api_set_debug() local
88 SET_DEBUG_LEVEL_CONTROL, sizeof(lvl), &lvl); in saa7164_api_set_debug()
92 dprintk(DBGLVL_API, "%s() Was %d\n", __func__, lvl.dwDebugLevel); in saa7164_api_set_debug()
94 lvl.dwDebugLevel = level; in saa7164_api_set_debug()
98 SET_DEBUG_LEVEL_CONTROL, sizeof(lvl), &lvl); in saa7164_api_set_debug()
547 struct tmComResAudioDefaults lvl; in saa7164_api_set_audio_std() local
554 lvl.ucDecoderLevel = TMHW_LEV_ADJ_DECLEV_DEFAULT; in saa7164_api_set_audio_std()
555 lvl.ucDecoderFM_Level = TMHW_LEV_ADJ_DECLEV_DEFAULT; in saa7164_api_set_audio_std()
556 lvl.ucMonoLevel = TMHW_LEV_ADJ_MONOLEV_DEFAULT; in saa7164_api_set_audio_std()
557 lvl.ucNICAM_Level = TMHW_LEV_ADJ_NICLEV_DEFAULT; in saa7164_api_set_audio_std()
[all …]
/drivers/iommu/
Damd_iommu_types.h247 #define PM_MAP_MASK(lvl) (PM_ADDR_MASK & \ argument
248 (~((1ULL << (12 + ((lvl) * 9))) - 1)))
249 #define PM_ALIGNED(lvl, addr) ((PM_MAP_MASK(lvl) & (addr)) == (addr)) argument
/drivers/gpio/
Dgpio-max732x.c461 int lvl; in max732x_irq_setup() local
467 for (lvl = 0; lvl < chip->gpio_chip.ngpio; lvl++) { in max732x_irq_setup()
468 int irq = lvl + chip->irq_base; in max732x_irq_setup()
470 if (!(chip->dir_input & (1 << lvl))) in max732x_irq_setup()
/drivers/media/dvb-frontends/
Dlnbp22.c44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument
/drivers/media/pci/cx23885/
Dcx23885-f300.c35 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line() argument
38 if (lvl == 1) in f300_set_line()
/drivers/media/usb/cx231xx/
Dcx231xx-i2c.c42 #define dprintk1(lvl, fmt, args...) \ argument
44 if (i2c_debug >= lvl) { \
49 #define dprintk2(lvl, fmt, args...) \ argument
51 if (i2c_debug >= lvl) { \
/drivers/acpi/acpica/
Dacdebug.h70 #define DBTEST_OUTPUT_LEVEL(lvl) if (acpi_gbl_db_opt_verbose) argument
71 #define VERBOSE_PRINT(fp) DBTEST_OUTPUT_LEVEL(lvl) {\
/drivers/usb/gadget/udc/
Dpxa25x_udc.h245 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument
/drivers/extcon/
Dextcon-arizona.c767 unsigned int val = 0, lvl; in arizona_micd_detect() local
876 lvl = val & ARIZONA_MICD_LVL_MASK; in arizona_micd_detect()
877 lvl >>= ARIZONA_MICD_LVL_SHIFT; in arizona_micd_detect()
883 WARN_ON(!lvl); in arizona_micd_detect()
884 WARN_ON(ffs(lvl) - 1 >= info->num_micd_ranges); in arizona_micd_detect()
885 if (lvl && ffs(lvl) - 1 < info->num_micd_ranges) { in arizona_micd_detect()
886 key = info->micd_ranges[ffs(lvl) - 1].key; in arizona_micd_detect()
/drivers/media/usb/tm6000/
Dtm6000-i2c.c41 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ argument
/drivers/net/ethernet/ti/
Dtlan.h43 #define TLAN_DBG(lvl, format, args...) \ argument
45 if (debug&lvl) \
/drivers/media/i2c/
Dadv7511.c816 static void adv7511_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, int segment, uint8_t … in adv7511_dbg_dump_edid() argument
818 if (debug >= lvl) { in adv7511_dbg_dump_edid()
820 v4l2_dbg(lvl, debug, sd, "edid segment %d\n", segment); in adv7511_dbg_dump_edid()
825 v4l2_dbg(lvl, debug, sd, "\n"); in adv7511_dbg_dump_edid()
831 v4l2_dbg(lvl, debug, sd, "%s\n", b); in adv7511_dbg_dump_edid()
Dad9389b.c798 static void ad9389b_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, in ad9389b_dbg_dump_edid() argument
803 if (debug < lvl) in ad9389b_dbg_dump_edid()
806 v4l2_dbg(lvl, debug, sd, "edid segment %d\n", segment); in ad9389b_dbg_dump_edid()
812 v4l2_dbg(lvl, debug, sd, "\n"); in ad9389b_dbg_dump_edid()
818 v4l2_dbg(lvl, debug, sd, "%s\n", b); in ad9389b_dbg_dump_edid()
/drivers/net/wireless/orinoco/
Dhermes.c84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument
88 #define DEBUG(lvl, stuff...) do { } while (0) argument
/drivers/pci/hotplug/
Dacpiphp_ibm.c104 u32 lvl, void *context, void **rv);
386 u32 lvl, void *context, void **rv) in ibm_find_acpi_device() argument
/drivers/acpi/
Dprocessor_pdc.c162 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) in early_init_pdc() argument
Dvideo_detect.c106 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video() argument
Dpci_slot.c115 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot() argument

123