Lines Matching full:scl
20 when putting out bits on the scl/sda lines. The general strategy taken
23 which poll the SCL line 5 times (ivtv_scldelay). I would guess that
35 The i2c bus is a 2 wire serial bus, with clock (SCL) and data (SDA)
382 IVTV_DEBUG_HI_I2C("SCL was high starting an ack\n"); in ivtv_ack()
385 IVTV_DEBUG_I2C("Could not set SCL low starting an ack\n"); in ivtv_ack()
398 IVTV_DEBUG_I2C("Failed to set SCL low after ACK\n"); in ivtv_ack()
413 IVTV_DEBUG_I2C("Error setting SCL low\n"); in ivtv_sendbyte()
430 IVTV_DEBUG_I2C("Error setting SCL low\n"); in ivtv_sendbyte()
451 IVTV_DEBUG_I2C("Error setting SCL high\n"); in ivtv_readbyte()
486 IVTV_DEBUG_I2C("SCL stuck low at start\n"); in ivtv_start()
501 IVTV_DEBUG_HI_I2C("SCL not low when stopping\n"); in ivtv_stop()
504 IVTV_DEBUG_I2C("SCL could not be set low\n"); in ivtv_stop()
511 IVTV_DEBUG_I2C("SCL could not be set high\n"); in ivtv_stop()
716 IVTV_DEBUG_I2C("setting scl and sda to 1\n"); in init_ivtv_i2c()