Searched refs:pcr_pid (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_mux.c | 83 if (!vidtv_mux_create_pid_ctx_once(m, m->pcr_pid)) in vidtv_mux_pid_ctx_init() 140 .pcr_pid = m->pcr_pid, in vidtv_mux_push_si() 227 ctx = vidtv_mux_get_pid_ctx(m, m->pcr_pid); in vidtv_mux_push_pcr() 229 args.pid = m->pcr_pid; in vidtv_mux_push_pcr() 502 m->pcr_pid = args->pcr_pid; in vidtv_mux_init()
|
H A D | vidtv_mux.h | 106 * @pcr_pid: The TS PID used for the PSI packets. All channels will share the 138 u16 pcr_pid; member 152 * @pcr_pid: The TS PID used for the PSI packets. All channels will share the 166 u16 pcr_pid; member
|
H A D | vidtv_bridge.c | 111 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, in vidtv_start_streaming()
|
H A D | vidtv_psi.h | 244 __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
|
H A D | vidtv_psi.c | 1146 u16 pcr_pid) in vidtv_psi_pmt_table_init() argument 1160 if (!pcr_pid) in vidtv_psi_pmt_table_init() 1161 pcr_pid = 0x1fff; in vidtv_psi_pmt_table_init() 1176 pmt->bitfield = cpu_to_be16((RESERVED1 << 13) | pcr_pid); in vidtv_psi_pmt_table_init() 1508 u16 pcr_pid) in vidtv_psi_pmt_create_sec_for_each_pat_entry() argument 1536 pcr_pid); in vidtv_psi_pmt_create_sec_for_each_pat_entry()
|
H A D | vidtv_channel.c | 472 m->pcr_pid); in vidtv_channel_si_init()
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | vidtv.rst | 118 pcr_pid,
|