Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_av.c87 static void p_to_t(u8 const *buf, long int length, u16 pid,
690 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed); in av7110_p2t_write()
711 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write()
721 p_to_t(buf + c, c2 - c, pid, &p->counter, p->feed); in av7110_p2t_write()
731 p_to_t(buf + c, l, pid, &p->counter, p->feed); in av7110_p2t_write()
775 static void p_to_t(u8 const *buf, long int length, u16 pid, u8 *counter, in p_to_t() function