Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-i2c.c562 static int ivtv_read(struct ivtv *itv, unsigned char addr, unsigned char *data, u32 len) in ivtv_read() function
594 retval = ivtv_read(itv, msgs[i].addr, msgs[i].buf, msgs[i].len); in ivtv_xfer()
H A Divtv-fileops.c346 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() function
406 ssize_t rc = count ? ivtv_read(s, ubuf, count, non_block) : 0; in ivtv_read_pos()