Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cx23885/
Daltera-ci.c105 struct netup_hw_pid_filter *pid_filt[2]; member
168 if ((temp_int->pid_filt[filt_nr]) == NULL) in check_filter()
171 if (temp_int->pid_filt[filt_nr]->demux == demux_dev) in check_filter()
462 struct netup_hw_pid_filter *pid_filt = NULL; in altera_hw_filt_release() local
467 pid_filt = temp_int->internal->pid_filt[filt_nr - 1]; in altera_hw_filt_release()
469 pid_filt->demux->start_feed = pid_filt->start_feed; in altera_hw_filt_release()
470 pid_filt->demux->stop_feed = pid_filt->stop_feed; in altera_hw_filt_release()
478 kfree(pid_filt->internal); in altera_hw_filt_release()
481 kfree(pid_filt); in altera_hw_filt_release()
519 static void altera_pid_control(struct netup_hw_pid_filter *pid_filt, in altera_pid_control() argument
[all …]