Lines Matching refs:PDEBUG

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()
313 PDEBUG(D_STREAM, "Started streaming"); in stv06xx_start()
369 PDEBUG(D_STREAM, "Failed to stop stream"); in stv06xx_stopN()
371 PDEBUG(D_STREAM, "Stopped streaming"); in stv06xx_stopN()
392 PDEBUG(D_PACK, "Packet of length %d arrived", len); in stv06xx_pkt_scan()
400 PDEBUG(D_PACK, "Packet is smaller than 4 bytes"); in stv06xx_pkt_scan()
409 PDEBUG(D_PACK, "Chunk id: %x, length: %d", id, chunk_len); in stv06xx_pkt_scan()
429 PDEBUG(D_PACK, "Frame data packet detected"); in stv06xx_pkt_scan()
448 PDEBUG(D_PACK, "Starting new frame"); in stv06xx_pkt_scan()
465 PDEBUG(D_PACK, "End of frame detected"); in stv06xx_pkt_scan()
477 PDEBUG(D_PACK, "Chunk 0x005 detected"); in stv06xx_pkt_scan()
484 PDEBUG(D_PACK, "Chunk 0x0100 detected"); in stv06xx_pkt_scan()
489 PDEBUG(D_PACK, "Chunk 0x42ff detected"); in stv06xx_pkt_scan()
493 PDEBUG(D_PACK, "Unknown chunk 0x%04x detected", id); in stv06xx_pkt_scan()
549 PDEBUG(D_PROBE, "Configuring camera"); in stv06xx_config()
614 PDEBUG(D_PROBE, "Disconnecting the stv06xx device"); in sd_disconnect()