Home
last modified time | relevance | path

Searched defs:lvl (Results 1 – 25 of 51) sorted by relevance

123

/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/infiniband/hw/usnic/
Dusnic_log.h31 #define usnic_printk(lvl, args...) \ argument
/drivers/media/usb/cx231xx/
Dcx231xx-i2c.c42 #define dprintk1(lvl, fmt, args...) \ argument
49 #define dprintk2(lvl, fmt, args...) \ argument
/drivers/media/dvb-frontends/
Dlnbp22.c44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument
/drivers/acpi/acpica/
Dacdebug.h70 #define DBTEST_OUTPUT_LEVEL(lvl) if (acpi_gbl_db_opt_verbose) 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()
/drivers/pcmcia/
Dsoc_common.h147 #define debug(skt, lvl, fmt, arg...) \ argument
151 #define debug(skt, lvl, fmt, arg...) do { } while (0) argument
Dsoc_common.c60 int lvl, const char *fmt, ...) in soc_pcmcia_debug()
/drivers/media/common/siano/
Dsms-cards.c244 int lvl, ret; in sms_set_gpio() local
/drivers/acpi/
Dvideo_detect.c106 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) in find_video()
Dprocessor_pdc.c162 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) in early_init_pdc()
Dpci_slot.c115 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot()
/drivers/pci/hotplug/
Dacpi_pcihp.c197 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv) in check_hotplug()
Dacpiphp_ibm.c386 u32 lvl, void *context, void **rv) in ibm_find_acpi_device()
/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/media/tuners/
Dtda18271-priv.h145 #define tda_printk(st, lvl, fmt, arg...) \ argument
148 #define tda_dprintk(st, lvl, fmt, arg...) \ argument
/drivers/media/usb/tm6000/
Dtm6000-i2c.c41 #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ argument
/drivers/pnp/pnpacpi/
Dcore.c301 u32 lvl, void *context, in pnpacpi_add_device_handler()
/drivers/net/wireless/iwlwifi/dvm/
Dpower.c161 enum iwl_power_level lvl, int period) in iwl_static_sleep_cmd()
/drivers/xen/
Dxen-acpi-cpuhotplug.c354 u32 lvl, void *context, void **rv) in processor_walk_namespace_cb()
Dxen-acpi-processor.c332 read_acpi_id(acpi_handle handle, u32 lvl, void *context, void **rv) in read_acpi_id()
/drivers/media/pci/saa7164/
Dsaa7164-api.c81 struct tmComResDebugSetLevel lvl; in saa7164_api_set_debug() local
547 struct tmComResAudioDefaults lvl; in saa7164_api_set_audio_std() local
/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c1313 static inline int h264_level(enum v4l2_mpeg_video_h264_level lvl) in h264_level()
1332 static inline int mpeg4_level(enum v4l2_mpeg_video_mpeg4_level lvl) in mpeg4_level()
/drivers/scsi/
Dadvansys.c2241 #define ASC_DBG(lvl, s...) argument
2242 #define ASC_DBG_PRT_SCSI_HOST(lvl, s) argument
2243 #define ASC_DBG_PRT_ASC_SCSI_Q(lvl, scsiqp) argument
2244 #define ASC_DBG_PRT_ADV_SCSI_REQ_Q(lvl, scsiqp) argument
2245 #define ASC_DBG_PRT_ASC_QDONE_INFO(lvl, qdone) argument
2246 #define ADV_DBG_PRT_ADV_SCSI_REQ_Q(lvl, scsiqp) argument
2247 #define ASC_DBG_PRT_HEX(lvl, name, start, length) argument
2248 #define ASC_DBG_PRT_CDB(lvl, cdb, len) argument
2249 #define ASC_DBG_PRT_SENSE(lvl, sense, len) argument
2250 #define ASC_DBG_PRT_INQUIRY(lvl, inq, len) argument
[all …]

123