/drivers/pcmcia/ |
D | soc_common.h | 145 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/ |
D | ide-gd.h | 11 #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
|
D | ide-cd.h | 14 #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/ |
D | power.c | 161 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/ |
D | tda18271-priv.h | 145 #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/ |
D | usnic_log.h | 31 #define usnic_printk(lvl, args...) \ argument 33 printk(lvl "%s:%s:%d: ", DRV_NAME, __func__, \
|
/drivers/media/common/siano/ |
D | sms-cards.c | 244 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/ |
D | saa7164-api.c | 81 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/ |
D | amd_iommu_types.h | 247 #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/ |
D | gpio-max732x.c | 461 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/ |
D | lnbp22.c | 44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument
|
/drivers/media/pci/cx23885/ |
D | cx23885-f300.c | 35 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/ |
D | cx231xx-i2c.c | 42 #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/ |
D | acdebug.h | 70 #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/ |
D | pxa25x_udc.h | 245 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument
|
/drivers/extcon/ |
D | extcon-arizona.c | 767 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/ |
D | tm6000-i2c.c | 41 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ argument
|
/drivers/net/ethernet/ti/ |
D | tlan.h | 43 #define TLAN_DBG(lvl, format, args...) \ argument 45 if (debug&lvl) \
|
/drivers/media/i2c/ |
D | adv7511.c | 816 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()
|
D | ad9389b.c | 798 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/ |
D | hermes.c | 84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument 88 #define DEBUG(lvl, stuff...) do { } while (0) argument
|
/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 104 u32 lvl, void *context, void **rv); 386 u32 lvl, void *context, void **rv) in ibm_find_acpi_device() argument
|
/drivers/acpi/ |
D | processor_pdc.c | 162 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) in early_init_pdc() argument
|
D | video_detect.c | 106 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video() argument
|
D | pci_slot.c | 115 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot() argument
|