/linux-2.4.37.9/drivers/usb/ |
D | stv680.c | 86 #define PDEBUG(level, fmt, args...) \ macro 209 PDEBUG (1, "STV(e): usb_control_msg error %i, request = 0x%x, error = %i", set, req, ret); in stv_sndctrl() 218 PDEBUG (1, "STV(e): FAILED to set configuration %i", configuration); in stv_set_config() 222 PDEBUG (1, "STV(e): FAILED to set alternate interface %i", alternate); in stv_set_config() 235 PDEBUG (0, "STV(e): Out of (small buf) memory"); in stv_stop_video() 242 PDEBUG (1, "STV(i): last error: %i, command = 0x%x", buf[0], buf[1]); in stv_stop_video() 244 PDEBUG (1, "STV(i): Camera reset to idle mode."); in stv_stop_video() 248 PDEBUG (1, "STV(e): Reset config during exit failed"); in stv_stop_video() 253 PDEBUG (0, "STV(e): Stop_video: problem setting original mode"); in stv_stop_video() 258 PDEBUG (0, "STV(e): Stop_video: Set_Camera_Mode failed"); in stv_stop_video() [all …]
|
D | hpusbscsi.c | 73 # define PDEBUG(level, fmt, args...) \ macro 77 # define PDEBUG(level, fmt, args...) do {} while(0) macro 121 PDEBUG (1, "Allocated memory"); in hpusbscsi_usb_probe() 250 PDEBUG(0, "driver loaded, DebugLvel=%d", debug); in hpusbscsi_init() 405 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in hpusbscsi_scsi_queuecommand() 415 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in hpusbscsi_scsi_queuecommand() 434 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in hpusbscsi_scsi_queuecommand() 451 PDEBUG(1, "SCSI reset requested"); in hpusbscsi_scsi_host_reset() 462 PDEBUG(1, "Request is canceled"); in hpusbscsi_scsi_abort() 489 PDEBUG(1, "Getting status byte %d",hpusbscsi->scsi_state_byte); in control_interrupt_callback() [all …]
|
D | ov511.c | 544 PDEBUG(4, "creating /proc/video/ov511/%s/", dirname); in create_proc_ov511_cam() 551 PDEBUG(4, "creating /proc/video/ov511/%s/info", dirname); in create_proc_ov511_cam() 561 PDEBUG(4, "creating /proc/video/ov511/%s/button", dirname); in create_proc_ov511_cam() 571 PDEBUG(4, "creating /proc/video/ov511/%s/control", dirname); in create_proc_ov511_cam() 597 PDEBUG(4, "destroying /proc/video/ov511/%s/control", dirname); in destroy_proc_ov511_cam() 604 PDEBUG(4, "destroying /proc/video/ov511/%s/button", dirname); in destroy_proc_ov511_cam() 611 PDEBUG(4, "destroying /proc/video/ov511/%s/info", dirname); in destroy_proc_ov511_cam() 617 PDEBUG(4, "destroying /proc/video/ov511/%s/", dirname); in destroy_proc_ov511_cam() 646 PDEBUG(3, "removing /proc/video/ov511"); in proc_ov511_destroy() 667 PDEBUG(5, "0x%02X:0x%02X", reg, value); in reg_w() [all …]
|
D | se401.h | 12 # define PDEBUG(level, fmt, args...) \ macro 15 # define PDEBUG(level, fmt, args...) do {} while(0) macro
|
D | ov511.h | 12 #define PDEBUG(level, fmt, args...) \ macro 16 #define PDEBUG(level, fmt, args...) do {} while(0) macro
|
/linux-2.4.37.9/drivers/usb/host/ |
D | sl811.c | 153 PDEBUG(1, "Pattern test failed!! value = 0x%x, s/b 0x%x", data, i); in sl811_reg_test() 178 PDEBUG(4, "offset %d: 0x%x", i, sl811_read(hc, i)); 187 PDEBUG(4, "enter"); in sl811_enable_interrupt() 196 PDEBUG(4, "enter"); in sl811_disable_interrupt() 285 PDEBUG(5, "enter"); in sl811_rh_send_irq() 326 PDEBUG (5, "enter"); in sl811_rh_int_timer_do() 360 PDEBUG(3, "urb = %p time out, we kill it", urb); in sl811_rh_int_timer_do() 412 PDEBUG(5, "submit rh urb, req = %d(%x) len=%d", bmRType_bReq, bmRType_bReq, wLength); in sl811_rh_submit_urb() 560 PDEBUG(1, "unsupported root hub command"); in sl811_rh_submit_urb() 570 PDEBUG(5, "len = %d, status = %d", len, status); in sl811_rh_submit_urb() [all …]
|
D | sl811.h | 7 #define PDEBUG(level, fmt, args...) \ macro 11 #define PDEBUG(level, fmt, args...) do {} while(0) macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | sl811-hw.h | 133 PDEBUG(3, "request address %d failed", addr_io); in sl811_request_regions() 139 PDEBUG(3, "request address %d failed", data_io); in sl811_request_regions()
|
/linux-2.4.37.9/drivers/media/video/ |
D | zr36120.h | 40 #define PDEBUG 0 /* Debug PCI writes */ macro 149 #if PDEBUG == 0
|
/linux-2.4.37.9/drivers/scsi/ |
D | dpti.h | 140 #undef PDEBUG 143 # define PDEBUG(fmt, args...) printk(KERN_DEBUG "dpti: " fmt, ##args) macro 146 # define PDEBUG(fmt, args...) /* not debugging: nothing */ macro
|
D | pas16.h | 169 #if !(PDEBUG & PDEBUG_TRANSFER)
|
D | aha152x.c | 3859 #define PDEBUG(flags,txt) \ macro 3864 PDEBUG(debug_procinfo, "procinfo"); 3865 PDEBUG(debug_queue, "queue"); 3866 PDEBUG(debug_intr, "interrupt"); 3867 PDEBUG(debug_selection, "selection"); 3868 PDEBUG(debug_msgo, "message out"); 3869 PDEBUG(debug_msgi, "message in"); 3870 PDEBUG(debug_status, "status"); 3871 PDEBUG(debug_cmd, "command"); 3872 PDEBUG(debug_datai, "data in"); [all …]
|
D | dpt_i2o.c | 217 PDEBUG("HBA's in HOLD state\n"); in adpt_detect() 228 PDEBUG("HBA's in OPERATIONAL state\n"); in adpt_detect() 497 PDEBUG("adpt_bios_param: exit\n"); in adpt_bios_param() 778 PDEBUG("%s: in HOLD state\n",pHba->name); in adpt_hba_reset() 784 PDEBUG("%s: in OPERATIONAL state\n",pHba->name); in adpt_hba_reset() 1331 PDEBUG("%s: Reset in progress...\n", pHba->name); in adpt_i2o_reset_hba() 1357 PDEBUG("%s: Reset completed.\n", pHba->name); in adpt_i2o_reset_hba() 1465 PDEBUG("Bus %d - SCSI ID %d.\n", bus_no, buf[1]); in adpt_i2o_parse_lct() 2028 PDEBUG("%s: Failed message\n",pHba->name); in adpt_isr() 2922 PDEBUG("%s: Hardware resource table read.\n", pHba->name); in adpt_i2o_lct_get() [all …]
|
/linux-2.4.37.9/include/asm-i386/ |
D | sl811-hw.h | 122 PDEBUG(3, "request address %d failed", addr_io); in sl811_request_regions()
|