Searched refs:pidc (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/firewire/ |
D | firedtv-dvb.c | 34 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()
|
D | firedtv-avc.c | 623 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()
|
D | firedtv.h | 114 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]);
|