Home
last modified time | relevance | path

Searched refs:pid_filt (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/pci/cx23885/
Daltera-ci.c100 struct netup_hw_pid_filter *pid_filt[2]; member
163 if ((temp_int->pid_filt[filt_nr]) == NULL) in check_filter()
166 if (temp_int->pid_filt[filt_nr]->demux == demux_dev) in check_filter()
457 struct netup_hw_pid_filter *pid_filt = NULL; in altera_hw_filt_release() local
462 pid_filt = temp_int->internal->pid_filt[filt_nr - 1]; in altera_hw_filt_release()
464 pid_filt->demux->start_feed = pid_filt->start_feed; in altera_hw_filt_release()
465 pid_filt->demux->stop_feed = pid_filt->stop_feed; in altera_hw_filt_release()
473 kfree(pid_filt->internal); in altera_hw_filt_release()
476 kfree(pid_filt); in altera_hw_filt_release()
514 static void altera_pid_control(struct netup_hw_pid_filter *pid_filt, in altera_pid_control() argument
[all …]