Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/dvb/firewire/
Dfiredtv-dvb.c38 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) in collect_channels() argument
45 *pidc = n; in collect_channels()
56 int pidc, c, ret; in fdtv_start_feed() local
100 collect_channels(fdtv, &pidc, pids); in fdtv_start_feed()
110 ret = avc_tuner_set_pids(fdtv, pidc, pids); in fdtv_start_feed()
127 int pidc, c, ret; in fdtv_stop_feed() local
153 collect_channels(fdtv, &pidc, pids); in fdtv_stop_feed()
155 ret = avc_tuner_set_pids(fdtv, pidc, pids); in fdtv_stop_feed()
Dfiredtv-avc.c627 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]) in avc_tuner_set_pids() argument
632 if (pidc > 16 && pidc != 0xff) in avc_tuner_set_pids()
646 c->operand[5] = pidc; /* Nr_of_dsd_sel_specs */ in avc_tuner_set_pids()
649 if (pidc != 0xff) in avc_tuner_set_pids()
650 for (k = 0; k < pidc; k++) { in avc_tuner_set_pids()
Dfiredtv.h117 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]);