/drivers/net/wireless/zd1211rw/ |
D | zd_rf_rf2959.c | 60 PDEBUG("rf2959 %#010x reg %d rw %d", rw, reg, rw_flag); 64 PDEBUG("reg0 CFG1 ref_sel %d hybernate %d rf_vco_reg_en %d" 70 PDEBUG("reg1 IFPLL1 pll_en1 %d kv_en1 %d vtc_en1 %d lpf1 %d" 78 PDEBUG("reg2 IFPLL2 n1 %d num1 %d", 82 PDEBUG("reg3 IFPLL3 num %d", bits(rw, 0, 17)); 85 PDEBUG("reg4 IFPLL4 dn1 %#04x ct_def1 %d kv_def1 %d", 89 PDEBUG("reg5 RFPLL1 pll_en %d kv_en %d vtc_en %d lpf %d cpl %d" 97 PDEBUG("reg6 RFPLL2 n %d num %d", 101 PDEBUG("reg7 RFPLL3 num2 %d", bits(rw, 0, 17)); 104 PDEBUG("reg8 RFPLL4 dn %#06x ct_def %d kv_def %d", [all …]
|
/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx.c | 58 PDEBUG(D_CONF, "Written 0x%x to address 0x%x, status: %d", in stv06xx_write_bridge() 77 PDEBUG(D_CONF, "Reading 0x%x from address 0x%x, status %d", in stv06xx_read_bridge() 120 PDEBUG(D_CONF, "I2C: Command buffer contains %d entries", len); in stv06xx_write_sensor_bytes() 127 PDEBUG(D_CONF, "I2C: Writing 0x%02x to reg 0x%02x", in stv06xx_write_sensor_bytes() 150 PDEBUG(D_CONF, "I2C: Command buffer contains %d entries", len); in stv06xx_write_sensor_words() 159 PDEBUG(D_CONF, "I2C: Writing 0x%04x to reg 0x%02x", in stv06xx_write_sensor_words() 212 PDEBUG(D_CONF, "I2C: Read 0x%x from address 0x%x, status: %d", in stv06xx_read_sensor() 256 PDEBUG(D_PROBE, "Initializing camera"); in stv06xx_init() 275 PDEBUG(D_PROBE, "Initializing controls"); in stv06xx_init_controls() 311 PDEBUG(D_STREAM, "Starting stream failed"); in stv06xx_start() [all …]
|
D | stv06xx_vv6410.c | 139 PDEBUG(D_CONF, "Enabling subsampling"); in vv6410_start() 160 PDEBUG(D_STREAM, "Starting stream"); in vv6410_start() 179 PDEBUG(D_STREAM, "Halting stream"); in vv6410_stop() 213 PDEBUG(D_CONF, "Set horizontal flip to %d", val); in vv6410_set_hflip() 234 PDEBUG(D_CONF, "Set vertical flip to %d", val); in vv6410_set_vflip() 245 PDEBUG(D_CONF, "Set analog gain to %d", val); in vv6410_set_analog_gain() 262 PDEBUG(D_CONF, "Set coarse exposure to %d, fine exposure to %d", in vv6410_set_exposure()
|
D | stv06xx_pb0100.c | 236 PDEBUG(D_STREAM, "Started stream, status: %d", err); in pb0100_start() 254 PDEBUG(D_STREAM, "Halting stream"); in pb0100_stop() 339 PDEBUG(D_CONF, "Set green gain to %d, status: %d", val, err); in pb0100_set_gain() 362 PDEBUG(D_CONF, "Set red gain to %d, status: %d", val, err); in pb0100_set_red_balance() 380 PDEBUG(D_CONF, "Set blue gain to %d, status: %d", val, err); in pb0100_set_blue_balance() 391 PDEBUG(D_CONF, "Set exposure to %d, status: %d", val, err); in pb0100_set_exposure() 411 PDEBUG(D_CONF, "Set autogain to %d (natural: %d), status: %d", in pb0100_set_autogain() 433 PDEBUG(D_CONF, "Set autogain target to %d, status: %d", val, err); in pb0100_set_autogain_target()
|
/drivers/media/usb/usbvision/ |
D | usbvision-i2c.c | 45 #define PDEBUG(level, fmt, args...) { \ macro 75 PDEBUG(DBG_I2C, "Needed %d retries for address %#2x", i, addr); in try_write_address() 76 PDEBUG(DBG_I2C, "Maybe there's no device at this address"); in try_write_address() 99 PDEBUG(DBG_I2C, "Needed %d retries for address %#2x", i, addr); in try_read_address() 100 PDEBUG(DBG_I2C, "Maybe there's no device at this address"); in try_read_address() 144 PDEBUG(DBG_I2C, "got NAK from device, message #%d", i); in usbvision_i2c_xfer() 196 PDEBUG(DBG_I2C, "Adaptername: %s", usbvision->i2c_adap.name); in usbvision_i2c_register() 206 PDEBUG(DBG_I2C, "I2C debugging is enabled [i2c]"); in usbvision_i2c_register() 207 PDEBUG(DBG_I2C, "ALGO debugging is enabled [i2c]"); in usbvision_i2c_register() 218 PDEBUG(DBG_I2C, "i2c bus for %s registered", usbvision->i2c_adap.name); in usbvision_i2c_register() [all …]
|
D | usbvision-core.c | 75 #define PDEBUG(level, fmt, args...) { \ macro 81 #define PDEBUG(level, fmt, args...) do {} while (0) macro 188 PDEBUG(DBG_SCRATCH, "scratch_len() = %d\n", len); in scratch_len() 204 PDEBUG(DBG_SCRATCH, "return %d\n", free); in scratch_free() 230 PDEBUG(DBG_SCRATCH, "len=%d, new write_ptr=%d\n", len, usbvision->scratch_write_ptr); in scratch_put() 238 PDEBUG(DBG_SCRATCH, "header at write_ptr=%d\n", usbvision->scratch_headermarker_write_ptr); in scratch_mark_header() 266 PDEBUG(DBG_SCRATCH, "len=%d, new ptr=%d\n", len, *ptr); in scratch_get_extra() 278 PDEBUG(DBG_SCRATCH, "ptr=%d\n", *ptr); in scratch_set_extra_ptr() 287 PDEBUG(DBG_SCRATCH, "ptr=%d\n", *ptr); in scratch_inc_extra_ptr() 311 PDEBUG(DBG_SCRATCH, "len=%d, new read_ptr=%d\n", len, usbvision->scratch_read_ptr); in scratch_get() [all …]
|
D | usbvision-video.c | 85 #define PDEBUG(level, fmt, args...) { \ macro 91 #define PDEBUG(level, fmt, args...) do {} while (0) macro 350 PDEBUG(DBG_IO, "open"); in usbvision_v4l2_open() 409 PDEBUG(DBG_IO, "success"); in usbvision_v4l2_open() 425 PDEBUG(DBG_IO, "close"); in usbvision_v4l2_close() 453 PDEBUG(DBG_IO, "success"); in usbvision_v4l2_close() 979 PDEBUG(DBG_IO, "%s: %ld bytes, noblock=%d", __func__, in usbvision_read() 1047 PDEBUG(DBG_IO, "%s: frmx=%d, bytes_read=%ld, scanlength=%ld", in usbvision_read() 1059 PDEBUG(DBG_IO, "%s: {copy} count used=%ld, new bytes_read=%ld", in usbvision_read() 1095 PDEBUG(DBG_MMAP, "mmap"); in usbvision_mmap() [all …]
|
/drivers/media/usb/gspca/ |
D | sn9c2028.c | 66 PDEBUG(D_USBO, "sending command %02x%02x%02x%02x%02x%02x", command[0], in sn9c2028_command() 97 PDEBUG(D_USBI, "read1 response %02x", gspca_dev->usb_buf[0]); in sn9c2028_read1() 114 PDEBUG(D_USBI, "read4 response %02x%02x%02x%02x", reading[0], in sn9c2028_read4() 172 PDEBUG(D_PROBE, "SN9C2028 camera detected (vid/pid 0x%04X:0x%04X)", in sd_config() 179 PDEBUG(D_PROBE, "Genius Smart 300 camera"); in sd_config() 182 PDEBUG(D_PROBE, "DC31VC"); in sd_config() 185 PDEBUG(D_PROBE, "Spy camera"); in sd_config() 188 PDEBUG(D_PROBE, "CIF camera"); in sd_config() 191 PDEBUG(D_PROBE, "Mini-Shotz ms-350 camera"); in sd_config() 194 PDEBUG(D_PROBE, "Vivitar 3350b type camera"); in sd_config()
|
D | jl2005bcd.c | 157 PDEBUG(D_FRAM, "frame_brightness is 0x%02x", gspca_dev->usb_buf[0]); in jl2005c_start_new_frame() 184 PDEBUG(D_PROBE, "Running jl2005c_get_firmware_id"); in jl2005c_get_firmware_id() 187 PDEBUG(D_PROBE, "response is %02x", gspca_dev->usb_buf[0]); in jl2005c_get_firmware_id() 197 PDEBUG(D_PROBE, "firmware ID is %02x%02x%02x%02x%02x%02x", in jl2005c_get_firmware_id() 352 PDEBUG(D_PACK, in jl2005c_dostream() 365 PDEBUG(D_PACK, "bytes_left = 0x%x", bytes_left); in jl2005c_dostream() 381 PDEBUG(D_PACK, in jl2005c_dostream() 460 PDEBUG(D_STREAM, "Start streaming at vga resolution"); in sd_start() 464 PDEBUG(D_STREAM, "Start streaming at qvga resolution"); in sd_start() 468 PDEBUG(D_STREAM, "Start streaming at cif resolution"); in sd_start() [all …]
|
D | gspca.c | 70 PDEBUG(debug, "%s %c%c%c%c %dx%d", in PDEBUG_MODE() 78 PDEBUG(debug, "%s 0x%08x %dx%d", in PDEBUG_MODE() 204 PDEBUG(D_CONF, "found int in endpoint: 0x%x, " in alloc_and_submit_int_urb() 338 PDEBUG(D_PACK, "packet [%d] o:%d l:%d", in fill_frame() 361 PDEBUG(D_PACK, "isoc irq"); in isoc_irq() 375 PDEBUG(D_PACK, "bulk irq"); in bulk_irq() 393 PDEBUG(D_PACK, "packet l:%d", urb->actual_length); in bulk_irq() 426 PDEBUG(D_PACK, "add t:%d l:%d", packet_type, len); in gspca_frame_add() 492 PDEBUG(D_FRAM, "frame complete len:%d", in gspca_frame_add() 508 PDEBUG(D_STREAM, "frame alloc frsz: %d", frsz); in frame_alloc() [all …]
|
D | sq905c.c | 161 PDEBUG(D_STREAM, in sq905c_dostream() 169 PDEBUG(D_STREAM, "bytes_left = 0x%x", bytes_left); in sq905c_dostream() 183 PDEBUG(D_STREAM, in sq905c_dostream() 212 PDEBUG(D_PROBE, in sd_config() 228 PDEBUG(D_PROBE, in sd_config() 277 PDEBUG(D_STREAM, "Start streaming at high resolution"); in sd_start() 283 PDEBUG(D_STREAM, "Start streaming at medium resolution"); in sd_start()
|
D | vc032x.c | 2933 PDEBUG(D_USBI, "GET %02x 0001 %04x %02x", req, index, in reg_r() 2936 PDEBUG(D_USBI, "GET %02x 0001 %04x %*ph", in reg_r() 2967 PDEBUG(D_USBO, "SET %02x %04x %04x", req, value, index); in reg_w() 2999 PDEBUG(D_PROBE, "Read Sensor %02x%02x %02x", in read_sensor_register() 3022 PDEBUG(D_PROBE, "vc032%d check sensor header %02x", in vc032x_probe_sensor() 3043 PDEBUG(D_PROBE, "Sensor ID %04x (%d)", value, i); in vc032x_probe_sensor() 3070 PDEBUG(D_USBO, "i2c_w %02x %02x", reg, *val); in i2c_write() 3072 PDEBUG(D_USBO, "i2c_w %02x %02x%02x", reg, *val, val[1]); in i2c_write() 3177 PDEBUG(D_PROBE, "Find Sensor HV7131R"); in sd_init() 3180 PDEBUG(D_PROBE, "Find Sensor MI0360"); in sd_init() [all …]
|
D | stv0680.c | 174 PDEBUG(D_PROBE, "Camera supports CIF mode"); in sd_config() 176 PDEBUG(D_PROBE, "Camera supports VGA mode"); in sd_config() 178 PDEBUG(D_PROBE, "Camera supports QCIF mode"); in sd_config() 180 PDEBUG(D_PROBE, "Camera supports QVGA mode"); in sd_config() 188 PDEBUG(D_PROBE, "Firmware rev is %i.%i", in sd_config() 190 PDEBUG(D_PROBE, "ASIC rev is %i.%i", in sd_config() 192 PDEBUG(D_PROBE, "Sensor ID is %i", in sd_config()
|
D | ov519.c | 2054 PDEBUG(D_USBO, "SET %02x %04x %04x", in reg_w() 2066 PDEBUG(D_USBO, "SET %02x 0000 %04x %02x", in reg_w() 2114 PDEBUG(D_USBI, "GET %02x 0000 %04x %02x", in reg_r() 2207 PDEBUG(D_USBO, "ov511_i2c_w %02x %02x", reg, value); in ov511_i2c_w() 2230 PDEBUG(D_USBO, "i2c write retries exhausted"); in ov511_i2c_w() 2263 PDEBUG(D_USBI, "i2c write retries exhausted"); in ov511_i2c_r() 2287 PDEBUG(D_USBI, "i2c read retries exhausted"); in ov511_i2c_r() 2294 PDEBUG(D_USBI, "ov511_i2c_r %02x %02x", reg, value); in ov511_i2c_r() 2313 PDEBUG(D_USBO, "ov518_i2c_w %02x %02x", reg, value); in ov518_i2c_w() 2353 PDEBUG(D_USBI, "ov518_i2c_r %02x %02x", reg, value); in ov518_i2c_r() [all …]
|
D | autogain_functions.c | 48 PDEBUG(D_FRAM, "autogain: lum: %d, desired: %d, steps: %d", in gspca_expo_autogain() 91 PDEBUG(D_FRAM, "autogain: changed gain: %d, expo: %d", in gspca_expo_autogain() 133 PDEBUG(D_FRAM, "autogain: lum: %d, desired: %d, steps: %d", in gspca_coarse_grained_expo_autogain() 174 PDEBUG(D_FRAM, "autogain: changed gain: %d, expo: %d", in gspca_coarse_grained_expo_autogain()
|
D | spca500.c | 335 PDEBUG(D_USBO, "reg write: [0x%02x] = 0x%02x", index, value); in reg_w() 430 PDEBUG(D_STREAM, "ClickSmart310 ping 0x0d04 0x%02x 0x%02x", in spca500_ping310() 437 PDEBUG(D_STREAM, "ClickSmart310 init 0x0d05 0x%02x 0x%02x", in spca500_clksmart310_init() 516 PDEBUG(D_PACK, "ClickSmart310 sync alt: %d", gspca_dev->alt); in spca500_synch310() 594 PDEBUG(D_STREAM, "SPCA500 init"); in sd_init() 599 PDEBUG(D_STREAM, "SPCA500 init done"); in sd_init() 626 PDEBUG(D_STREAM, "Spca500 Sensor Address 0x%02x", in sd_start() 628 PDEBUG(D_STREAM, "Spca500 curr_mode: %d Xmult: 0x%02x, Ymult: 0x%02x", in sd_start() 827 PDEBUG(D_STREAM, "stop SPCA500 done reg8000: 0x%2x", in sd_stopN()
|
/drivers/media/usb/gspca/m5602/ |
D | m5602_core.c | 54 PDEBUG(D_CONF, "Reading bridge register 0x%x containing 0x%x", in m5602_read_bridge() 70 PDEBUG(D_CONF, "Writing bridge register 0x%x with 0x%x", in m5602_write_bridge() 142 PDEBUG(D_CONF, "Reading sensor register " in m5602_read_sensor() 175 PDEBUG(D_CONF, "Writing sensor register 0x%x with 0x%x", in m5602_write_sensor() 252 PDEBUG(D_CONF, "Initializing ALi m5602 webcam"); in m5602_init() 287 PDEBUG(D_STREAM, "Transfer started"); in m5602_start_transfer() 297 PDEBUG(D_PACK, "Packet is less than 6 bytes"); in m5602_urb_complete() 304 PDEBUG(D_FRAM, "Frame delimiter detected"); in m5602_urb_complete() 319 PDEBUG(D_FRAM, "Starting new frame %d", in m5602_urb_complete() 331 PDEBUG(D_FRAM, "Continuing frame %d copying %d bytes", in m5602_urb_complete()
|
D | m5602_ov9650.c | 162 PDEBUG(D_PROBE, "Probing for an ov9650 sensor"); in ov9650_probe() 356 PDEBUG(D_CONF, "Configuring camera for VGA mode"); in ov9650_start() 364 PDEBUG(D_CONF, "Configuring camera for CIF mode"); in ov9650_start() 372 PDEBUG(D_CONF, "Configuring camera for QVGA mode"); in ov9650_start() 380 PDEBUG(D_CONF, "Configuring camera for QCIF mode"); in ov9650_start() 409 PDEBUG(D_CONF, "Set exposure to %d", val); in ov9650_set_exposure() 437 PDEBUG(D_CONF, "Setting gain to %d", val); in ov9650_set_gain() 465 PDEBUG(D_CONF, "Set red gain to %d", val); in ov9650_set_red_balance() 478 PDEBUG(D_CONF, "Set blue gain to %d", val); in ov9650_set_blue_balance() 493 PDEBUG(D_CONF, "Set hvflip to %d %d", hflip, vflip); in ov9650_set_hvflip() [all …]
|
D | m5602_po1030.c | 70 PDEBUG(D_PROBE, "Probing for a po1030 sensor"); in po1030_probe() 309 PDEBUG(D_CONF, "Set exposure to %d", val & 0xffff); in po1030_set_exposure() 312 PDEBUG(D_CONF, "Set exposure to high byte to 0x%x", in po1030_set_exposure() 321 PDEBUG(D_CONF, "Set exposure to low byte to 0x%x", in po1030_set_exposure() 336 PDEBUG(D_CONF, "Set global gain to %d", i2c_data); in po1030_set_gain() 348 PDEBUG(D_CONF, "Set hvflip %d %d", sd->hflip->val, sd->vflip->val); in po1030_set_hvflip() 369 PDEBUG(D_CONF, "Set red gain to %d", i2c_data); in po1030_set_red_balance() 382 PDEBUG(D_CONF, "Set blue gain to %d", i2c_data); in po1030_set_blue_balance() 396 PDEBUG(D_CONF, "Set green gain to %d", i2c_data); in po1030_set_green_balance() 418 PDEBUG(D_CONF, "Set auto white balance to %d", val); in po1030_set_auto_white_balance() [all …]
|
D | m5602_mt9m111.c | 71 PDEBUG(D_PROBE, "Probing for a mt9m111 sensor"); in mt9m111_probe() 234 PDEBUG(D_CONF, "Configuring camera for VGA mode"); in mt9m111_start() 238 PDEBUG(D_CONF, "Configuring camera for QVGA mode"); in mt9m111_start() 257 PDEBUG(D_CONF, "Set hvflip to %d %d", sd->hflip->val, sd->vflip->val); in mt9m111_set_hvflip() 298 PDEBUG(D_CONF, "Set auto white balance %d", val); in mt9m111_set_auto_white_balance() 331 PDEBUG(D_CONF, "tmp=%d, data[1]=%d, data[0]=%d", tmp, in mt9m111_set_gain() 349 PDEBUG(D_CONF, "Set green balance %d", val); in mt9m111_set_green_balance() 367 PDEBUG(D_CONF, "Set blue balance %d", val); in mt9m111_set_blue_balance() 381 PDEBUG(D_CONF, "Set red balance %d", val); in mt9m111_set_red_balance()
|
D | m5602_s5k4aa.c | 161 PDEBUG(D_PROBE, "Probing for a s5k4aa sensor"); in s5k4aa_probe() 223 PDEBUG(D_CONF, "Configuring camera for SXGA mode"); in s5k4aa_start() 256 PDEBUG(D_CONF, "Configuring camera for VGA mode"); in s5k4aa_start() 372 PDEBUG(D_CONF, "Set exposure to %d", val); in s5k4aa_set_exposure() 394 PDEBUG(D_CONF, "Set hvflip %d %d", hflip, vflip); in s5k4aa_set_hvflip() 444 PDEBUG(D_CONF, "Set gain to %d", val); in s5k4aa_set_gain() 461 PDEBUG(D_CONF, "Set brightness to %d", val); in s5k4aa_set_brightness() 476 PDEBUG(D_CONF, "Set noise to %d", val); in s5k4aa_set_noise()
|
/drivers/media/usb/gspca/gl860/ |
D | gl860.c | 664 PDEBUG(D_PROBE, "probing for sensor MI2020 or OVXXXX"); in gl860_guess_sensor() 674 PDEBUG(D_PROBE, "probe=0x%02x", probe); in gl860_guess_sensor() 680 PDEBUG(D_PROBE, "0xff -> OVXXXX"); in gl860_guess_sensor() 681 PDEBUG(D_PROBE, "probing for sensor OV2640 or OV9655"); in gl860_guess_sensor() 697 PDEBUG(D_PROBE, in gl860_guess_sensor() 705 PDEBUG(D_PROBE, in gl860_guess_sensor() 712 PDEBUG(D_PROBE, "probe=0x%02x", probe); in gl860_guess_sensor() 722 PDEBUG(D_PROBE, "Not any 0xff -> MI2020"); in gl860_guess_sensor() 728 PDEBUG(D_PROBE, "05e3:f191 sensor MI1320 (1.3M)"); in gl860_guess_sensor() 730 PDEBUG(D_PROBE, "05e3:0503 sensor MI2020 (2.0M)"); in gl860_guess_sensor() [all …]
|
/drivers/net/wireless/hostap/ |
D | hostap_ap.c | 196 PDEBUG(DEBUG_AP, "ap_handle_timer() called with NULL data\n"); in ap_handle_timer() 249 PDEBUG(DEBUG_AP, "%s: removing automatic WDS " in ap_handle_timer() 267 PDEBUG(DEBUG_AP, "%s: sending %s info to STA %pM" in ap_handle_timer() 283 PDEBUG(DEBUG_AP, "%s: STA %pM" in ap_handle_timer() 311 PDEBUG(DEBUG_AP, "%s: Deauthenticate all stations\n", dev->name); in hostap_deauth_all_stas() 636 PDEBUG(DEBUG_AP, "Using data::nullfunc ACK workaround - " in hostap_check_sta_fw_version() 737 PDEBUG(DEBUG_AP, "%s: %pM auth_cb - alg=%d " in hostap_ap_tx_cb_auth() 804 PDEBUG(DEBUG_AP, "%s: %pM assoc_cb - %s\n", in hostap_ap_tx_cb_assoc() 828 PDEBUG(DEBUG_AP, in hostap_ap_tx_cb_poll() 987 PDEBUG(DEBUG_AP, "%s: prism2_send_mgmt - device is not UP - " in prism2_send_mgmt() [all …]
|
D | hostap_info.c | 150 PDEBUG(DEBUG_EXTRA, "%s: LinkStatus=%d (%s)\n", in prism2_info_linkstatus() 177 PDEBUG(DEBUG_EXTRA, "%s: last join request has not yet been " in prism2_host_roaming() 195 PDEBUG(DEBUG_EXTRA, "%s: no scan results for host roaming\n", in prism2_host_roaming() 206 PDEBUG(DEBUG_EXTRA, "%s: Preferred AP BSSID %pM\n", in prism2_host_roaming() 212 PDEBUG(DEBUG_EXTRA, "%s: using preferred AP " in prism2_host_roaming() 224 PDEBUG(DEBUG_EXTRA, "%s: JoinRequest: BSSID=%pM" in prism2_host_roaming() 400 PDEBUG(DEBUG_EXTRA, "%s: INFO - len=%d type=0x%04x\n", in hostap_info_process() 403 PDEBUG(DEBUG_EXTRA, "Unknown info frame:"); in hostap_info_process() 430 PDEBUG(DEBUG_EXTRA, "%s: LinkStatus: BSSID=%pM\n", in handle_info_queue_linkstatus()
|
/drivers/scsi/ |
D | pas16.c | 5 #define PDEBUG 0 macro 421 #if (PDEBUG & PDEBUG_INIT) in pas16_detect() 428 #if (PDEBUG & PDEBUG_INIT) in pas16_detect() 435 #if defined(PDEBUG) && (PDEBUG & PDEBUG_INIT) in pas16_detect() 471 #if defined(PDEBUG) && (PDEBUG & PDEBUG_INIT) in pas16_detect()
|