Home
last modified time | relevance | path

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

/linux/drivers/media/firewire/
A Dfiredtv-dvb.c34 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) in collect_channels() argument
41 *pidc = n; in collect_channels()
52 int pidc, c, ret; in fdtv_start_feed() local
96 collect_channels(fdtv, &pidc, pids); in fdtv_start_feed()
106 ret = avc_tuner_set_pids(fdtv, pidc, pids); in fdtv_start_feed()
123 int pidc, c, ret; in fdtv_stop_feed() local
149 collect_channels(fdtv, &pidc, pids); in fdtv_stop_feed()
151 ret = avc_tuner_set_pids(fdtv, pidc, pids); in fdtv_stop_feed()
A Dfiredtv-avc.c623 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]) in avc_tuner_set_pids() argument
628 if (pidc > 16 && pidc != 0xff) in avc_tuner_set_pids()
642 c->operand[5] = pidc; /* Nr_of_dsd_sel_specs */ in avc_tuner_set_pids()
645 if (pidc != 0xff) in avc_tuner_set_pids()
646 for (k = 0; k < pidc; k++) { in avc_tuner_set_pids()
A Dfiredtv.h114 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]);

Completed in 13 milliseconds