Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx23885/
H A Daltera-ci.c462 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()
580 struct netup_hw_pid_filter *pid_filt = inter->pid_filt[filt_nr - 1]; in altera_pid_feed_control() local
587 pid_filt->stop_feed(feed); in altera_pid_feed_control()
641 if (!pid_filt) { in altera_hw_filt_init()
672 inter->pid_filt[hw_filt_nr - 1] = pid_filt; in altera_hw_filt_init()
674 pid_filt->internal = inter; in altera_hw_filt_init()
[all …]