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

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

Completed in 109 milliseconds