Home
last modified time | relevance | path

Searched refs:i2c_scan_running (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-i2c.c491 dev->i2c_scan_running = true; in cx231xx_do_i2c_scan()
507 dev->i2c_scan_running = false; in cx231xx_do_i2c_scan()
H A Dcx231xx.h577 unsigned int i2c_scan_running:1; /* true only during i2c_scan */ member
H A Dcx231xx-core.c206 if (status < 0 && !dev->i2c_scan_running) { in cx231xx_send_usb_command()