Searched refs:ivtv_waitsda (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-i2c.c | 22 ivtv_waitsda). In addition there are small delays at various locations 364 static int ivtv_waitsda(struct ivtv *itv, int val) in ivtv_waitsda() function 392 if (!ivtv_waitsda(itv, 0)) { in ivtv_ack() 418 if (!ivtv_waitsda(itv, bit)) { in ivtv_sendbyte() 478 if (!ivtv_waitsda(itv, 1)) { in ivtv_start() 516 if (!ivtv_waitsda(itv, 1)) { in ivtv_stop() 525 ivtv_waitsda(itv, 1); in ivtv_stop()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-i2c.c | 22 ivtv_waitsda). In addition there are small delays at various locations 370 static int ivtv_waitsda(struct ivtv *itv, int val) in ivtv_waitsda() function 398 if (!ivtv_waitsda(itv, 0)) { in ivtv_ack() 424 if (!ivtv_waitsda(itv, bit)) { in ivtv_sendbyte() 484 if (!ivtv_waitsda(itv, 1)) { in ivtv_start() 522 if (!ivtv_waitsda(itv, 1)) { in ivtv_stop() 531 ivtv_waitsda(itv, 1); in ivtv_stop()
|
Completed in 2 milliseconds