Home
last modified time | relevance | path

Searched refs:pcr_pid (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c83 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 Dvidtv_mux.h106 * @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 Dvidtv_bridge.c109 static unsigned int pcr_pid = 0x200; variable
110 module_param(pcr_pid, uint, 0);
111 MODULE_PARM_DESC(pcr_pid, "PCR PID for all channels: defaults to 0x200");
171 .pcr_pid = pcr_pid, in vidtv_start_streaming()
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
H A Dvidtv_psi.c1154 u16 pcr_pid) in vidtv_psi_pmt_table_init()
1168 if (!pcr_pid) in vidtv_psi_pmt_table_init()
1169 pcr_pid = 0x1fff; in vidtv_psi_pmt_table_init()
1184 pmt->bitfield = cpu_to_be16((RESERVED1 << 13) | pcr_pid); in vidtv_psi_pmt_table_init()
1516 u16 pcr_pid) in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1544 pcr_pid); in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1153 vidtv_psi_pmt_table_init(u16 program_number, u16 pcr_pid) vidtv_psi_pmt_table_init() argument
1515 vidtv_psi_pmt_create_sec_for_each_pat_entry(struct vidtv_psi_table_pat *pat, u16 pcr_pid) vidtv_psi_pmt_create_sec_for_each_pat_entry() argument
H A Dvidtv_channel.c472 m->pcr_pid); in vidtv_channel_si_init()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c83 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 Dvidtv_mux.h106 * @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 Dvidtv_bridge.c111 static unsigned int pcr_pid = 0x200; variable
112 module_param(pcr_pid, uint, 0);
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 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
H A Dvidtv_psi.c1146 u16 pcr_pid) in vidtv_psi_pmt_table_init()
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()
1536 pcr_pid); in vidtv_psi_pmt_create_sec_for_each_pat_entry()
1145 vidtv_psi_pmt_table_init(u16 program_number, u16 pcr_pid) vidtv_psi_pmt_table_init() argument
1507 vidtv_psi_pmt_create_sec_for_each_pat_entry(struct vidtv_psi_table_pat *pat, u16 pcr_pid) vidtv_psi_pmt_create_sec_for_each_pat_entry() argument
H A Dvidtv_channel.c472 m->pcr_pid); in vidtv_channel_si_init()

Completed in 13 milliseconds