Searched refs:pcr_pid (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_bridge.c111 static unsigned int pcr_pid = 0x200; variable
112 module_param(pcr_pid, uint, 0444);
113 MODULE_PARM_DESC(pcr_pid, "PCR PID for all channels: defaults to 0x200");
173 .pcr_pid = pcr_pid,
H A Dvidtv_psi.c1146 u16 pcr_pid)
1160 if (!pcr_pid)
1161 pcr_pid = 0x1fff;
1176 pmt->bitfield = cpu_to_be16((RESERVED1 << 13) | pcr_pid);
1508 u16 pcr_pid)
1536 pcr_pid);
1145 vidtv_psi_pmt_table_init(u16 program_number, u16 pcr_pid) argument
1507 vidtv_psi_pmt_create_sec_for_each_pat_entry(struct vidtv_psi_table_pat *pat, u16 pcr_pid) argument
H A Dvidtv_mux.c83 if (!vidtv_mux_create_pid_ctx_once(m, m->pcr_pid))
140 .pcr_pid = m->pcr_pid,
227 ctx = vidtv_mux_get_pid_ctx(m, m->pcr_pid);
229 args.pid = m->pcr_pid;
502 m->pcr_pid = args->pcr_pid;
H A Dvidtv_psi.h244 __be16 bitfield; /* reserved:3, pcr_pid: 13 */
367 u16 pcr_pid);
480 * @pcr_pid: packet ID for the PCR to be used for the program described in this
484 vidtv_psi_pmt_create_sec_for_each_pat_entry(struct vidtv_psi_table_pat *pat, u16 pcr_pid);
600 * @pcr_pid: The TS PID used for the PSI packets. All channels will share the
610 u16 pcr_pid; member in struct:vidtv_psi_pmt_write_args
H A Dvidtv_channel.c472 m->pcr_pid);
H A Dvidtv_mux.h106 * @pcr_pid: The TS PID used for the PSI packets. All channels will share the
138 u16 pcr_pid; member in struct:vidtv_mux
152 * @pcr_pid: The TS PID used for the PSI packets. All channels will share the
166 u16 pcr_pid; member in struct:vidtv_mux_init_args

Completed in 324 milliseconds