Searched refs:lvl (Results 1 - 25 of 49) sorted by relevance

12

/drivers/ide/
H A Dide-gd.h11 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args)
13 #define ide_debug_log(lvl, fmt, args...) do {} while (0)
H A Dide-cd.h14 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args)
16 #define ide_debug_log(lvl, fmt, args...) do {} while (0)
/drivers/pcmcia/
H A Dsoc_common.h145 int lvl, const char *fmt, ...);
147 #define debug(skt, lvl, fmt, arg...) \
148 soc_pcmcia_debug(skt, __func__, lvl, fmt , ## arg)
151 #define debug(skt, lvl, fmt, arg...) do { } while (0)
/drivers/acpi/acpica/
H A Dacdebug.h59 #define DBTEST_OUTPUT_LEVEL(lvl) if (acpi_gbl_db_opt_verbose)
60 #define VERBOSE_PRINT(fp) DBTEST_OUTPUT_LEVEL(lvl) {\
/drivers/media/dvb/frontends/
H A Dlnbp22.c44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg)
/drivers/media/common/tuners/
H A Dtda18271-priv.h145 #define tda_printk(st, lvl, fmt, arg...) \
146 _tda_printk(st, lvl, __func__, fmt, ##arg)
148 #define tda_dprintk(st, lvl, fmt, arg...) \
150 if (tda18271_debug & lvl) \
/drivers/media/dvb/siano/
H A Dsms-cards.c179 int lvl, ret; local
195 lvl = enable ? 0 : 1;
198 lvl = enable ? 1 : 0;
205 return smscore_set_gpio(coredev, gpio, lvl);
/drivers/net/wireless/iwlwifi/
H A Diwl-power.c162 enum iwl_power_level lvl, int period)
184 if (WARN_ON(lvl < 0 || lvl >= IWL_POWER_NUM))
187 *cmd = table[lvl].cmd;
196 skip = table[lvl].no_dtim;
257 IWL_DEBUG_POWER(priv, "Sleep command for index %d\n", lvl + 1);
160 iwl_static_sleep_cmd(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd, enum iwl_power_level lvl, int period) argument
/drivers/media/video/cx23885/
H A Dcx23885-f300.c38 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) argument
41 if (lvl == 1)
/drivers/usb/gadget/
H A Dpxa25x_udc.h245 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0)
/drivers/gpio/
H A Dgpio-max732x.c461 int lvl; local
467 for (lvl = 0; lvl < chip->gpio_chip.ngpio; lvl++) {
468 int irq = lvl + chip->irq_base;
470 if (!(chip->dir_input & (1 << lvl)))
H A Dgpio-pca953x.c455 int lvl; local
481 for (lvl = 0; lvl < chip->gpio_chip.ngpio; lvl++) {
482 int irq = lvl + chip->irq_base;
/drivers/acpi/
H A Dvideo_detect.c112 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dcontainer.c203 u32 lvl, void *context, void **rv)
202 container_walk_namespace_cb(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dpci_slot.c134 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) argument
186 walk_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dglue.c96 do_acpi_find_child(acpi_handle handle, u32 lvl, void *context, void **rv) argument
/drivers/iommu/
H A Damd_iommu_types.h234 #define PM_MAP_MASK(lvl) (PM_ADDR_MASK & \
235 (~((1ULL << (12 + ((lvl) * 9))) - 1)))
236 #define PM_ALIGNED(lvl, addr) ((PM_MAP_MASK(lvl) & (addr)) == (addr))
/drivers/media/video/cx231xx/
H A Dcx231xx-i2c.c42 #define dprintk1(lvl, fmt, args...) \
44 if (i2c_debug >= lvl) { \
49 #define dprintk2(lvl, fmt, args...) \
51 if (i2c_debug >= lvl) { \
/drivers/media/video/saa7164/
H A Dsaa7164-api.c81 struct tmComResDebugSetLevel lvl; local
88 SET_DEBUG_LEVEL_CONTROL, sizeof(lvl), &lvl);
92 dprintk(DBGLVL_API, "%s() Was %d\n", __func__, lvl.dwDebugLevel);
94 lvl.dwDebugLevel = level;
98 SET_DEBUG_LEVEL_CONTROL, sizeof(lvl), &lvl);
547 struct tmComResAudioDefaults lvl; local
554 lvl.ucDecoderLevel = TMHW_LEV_ADJ_DECLEV_DEFAULT;
555 lvl
[all...]
/drivers/pci/hotplug/
H A Dacpiphp_glue.c67 is_pci_dock_device(acpi_handle handle, u32 lvl, void *context, void **rv) argument
120 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) argument
441 find_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) argument
573 cleanup_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) argument
1132 count_sub_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) argument
1144 check_sub_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) argument
1385 find_root_bridges(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dacpiphp_ibm.c115 u32 lvl, void *context, void **rv);
389 * @lvl: depth into the namespace tree
398 u32 lvl, void *context, void **rv)
397 ibm_find_acpi_device(acpi_handle handle, u32 lvl, void *context, void **rv) argument
/drivers/media/video/tm6000/
H A Dtm6000-i2c.c41 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \
/drivers/net/wireless/orinoco/
H A Dhermes.c85 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff)
89 #define DEBUG(lvl, stuff...) do { } while (0)
/drivers/media/video/em28xx/
H A Dem28xx-i2c.c44 #define dprintk2(lvl, fmt, args...) \
46 if (i2c_debug >= lvl) { \
/drivers/net/ethernet/ti/
H A Dtlan.h43 #define TLAN_DBG(lvl, format, args...) \
45 if (debug&lvl) \

Completed in 419 milliseconds

12