Searched refs:pid_filt (Results 1 – 1 of 1) sorted by relevance
110 struct netup_hw_pid_filter *pid_filt[2]; member173 if ((temp_int->pid_filt[filt_nr]) == NULL) in check_filter()176 if (temp_int->pid_filt[filt_nr]->demux == demux_dev) in check_filter()467 struct netup_hw_pid_filter *pid_filt = NULL; in altera_hw_filt_release() local472 pid_filt = temp_int->internal->pid_filt[filt_nr - 1]; in altera_hw_filt_release()474 pid_filt->demux->start_feed = pid_filt->start_feed; in altera_hw_filt_release()475 pid_filt->demux->stop_feed = pid_filt->stop_feed; in altera_hw_filt_release()483 kfree(pid_filt->internal); in altera_hw_filt_release()486 kfree(pid_filt); in altera_hw_filt_release()524 static void altera_pid_control(struct netup_hw_pid_filter *pid_filt, in altera_pid_control() argument[all …]