Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c182 if (e->offset > itv->mpg_data_received) { in ivtv_update_pgm_info()
352 itv->mpg_data_received += len; in ivtv_copy_buf_to_user()
H A Divtv-driver.h729 u64 mpg_data_received; /* number of bytes received from the MPEG stream */ member
H A Divtv-streams.c509 itv->mpg_data_received = itv->vbi_data_inserted = 0; in ivtv_start_v4l2_encode_stream()
H A Divtv-ioctl.c1580 (long long)itv->mpg_data_received, in ivtv_log_status()
/linux/drivers/media/pci/cx18/
H A Dcx18-driver.h620 u64 mpg_data_received; member
H A Dcx18-fileops.c359 cx->mpg_data_received += len; in cx18_copy_buf_to_user()
H A Dcx18-ioctl.c971 (long long)cx->mpg_data_received, in cx18_log_status()