Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-i2c.c417 static int ivtv_sendbyte(struct ivtv *itv, unsigned char byte) in ivtv_sendbyte() function
554 ret = ivtv_sendbyte(itv, addr<<1); in ivtv_write()
556 ret = ivtv_sendbyte(itv, data[i]); in ivtv_write()
576 ret = ivtv_sendbyte(itv, (addr << 1) | 1); in ivtv_read()