/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/media/common/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/media/dvb/siano/ |
D | sms-cards.c | 179 int lvl, ret; in sms_set_gpio() local 195 lvl = enable ? 0 : 1; in sms_set_gpio() 198 lvl = enable ? 1 : 0; in sms_set_gpio() 205 return smscore_set_gpio(coredev, gpio, lvl); in sms_set_gpio()
|
/drivers/net/wireless/iwlwifi/ |
D | iwl-power.c | 162 enum iwl_power_level lvl, int period) in iwl_static_sleep_cmd() argument 184 if (WARN_ON(lvl < 0 || lvl >= IWL_POWER_NUM)) in iwl_static_sleep_cmd() 187 *cmd = table[lvl].cmd; in iwl_static_sleep_cmd() 196 skip = table[lvl].no_dtim; in iwl_static_sleep_cmd() 257 IWL_DEBUG_POWER(priv, "Sleep command for index %d\n", lvl + 1); in iwl_static_sleep_cmd()
|
/drivers/media/video/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 | 235 #define PM_MAP_MASK(lvl) (PM_ADDR_MASK & \ argument 236 (~((1ULL << (12 + ((lvl) * 9))) - 1))) 237 #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()
|
D | gpio-pca953x.c | 455 int lvl; in pca953x_irq_setup() local 481 for (lvl = 0; lvl < chip->gpio_chip.ngpio; lvl++) { in pca953x_irq_setup() 482 int irq = lvl + chip->irq_base; in pca953x_irq_setup()
|
D | gpio-tegra.c | 251 u32 lvl = tegra_gpio_readl(GPIO_INT_LVL(gpio)); in tegra_gpio_irq_handler() local 260 if (lvl & (0x100 << pin)) { in tegra_gpio_irq_handler()
|
/drivers/media/dvb/frontends/ |
D | lnbp22.c | 44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument
|
/drivers/acpi/acpica/ |
D | acdebug.h | 59 #define DBTEST_OUTPUT_LEVEL(lvl) if (acpi_gbl_db_opt_verbose) argument 60 #define VERBOSE_PRINT(fp) DBTEST_OUTPUT_LEVEL(lvl) {\
|
/drivers/media/video/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/media/video/cx23885/ |
D | cx23885-f300.c | 38 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line() argument 41 if (lvl == 1) in f300_set_line()
|
/drivers/usb/gadget/ |
D | pxa25x_udc.h | 245 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument
|
/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 67 is_pci_dock_device(acpi_handle handle, u32 lvl, void *context, void **rv) in is_pci_dock_device() argument 120 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot() argument 446 find_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) in find_p2p_bridge() argument 578 cleanup_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) in cleanup_p2p_bridge() argument 1137 count_sub_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) in count_sub_bridges() argument 1149 check_sub_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) in check_sub_bridges() argument 1390 find_root_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) in find_root_bridges() argument
|
D | acpiphp_ibm.c | 115 u32 lvl, void *context, void **rv); 398 u32 lvl, void *context, void **rv) in ibm_find_acpi_device() argument
|
/drivers/net/ethernet/ti/ |
D | tlan.h | 43 #define TLAN_DBG(lvl, format, args...) \ argument 45 if (debug&lvl) \
|
/drivers/media/video/tm6000/ |
D | tm6000-i2c.c | 41 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ argument
|
/drivers/acpi/ |
D | pci_slot.c | 134 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot() argument 186 walk_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) in walk_p2p_bridge() argument
|
D | dock.c | 806 find_dock_devices(acpi_handle handle, u32 lvl, void *context, void **rv) in find_dock_devices() argument 1028 find_dock(acpi_handle handle, u32 lvl, void *context, void **rv) in find_dock() argument 1037 find_bay(acpi_handle handle, u32 lvl, void *context, void **rv) in find_bay() argument
|
D | video_detect.c | 112 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video() argument
|
/drivers/net/wireless/orinoco/ |
D | hermes.c | 85 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument 89 #define DEBUG(lvl, stuff...) do { } while (0) argument
|
/drivers/media/video/em28xx/ |
D | em28xx-i2c.c | 44 #define dprintk2(lvl, fmt, args...) \ argument 46 if (i2c_debug >= lvl) { \
|