Searched refs:active_filter (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/video/ |
D | cx2341x.c | 1432 int active_filter; in cx2341x_s_ctrl() local 1442 active_filter = hdl->video_spatial_filter_mode->val != in cx2341x_s_ctrl() 1444 v4l2_ctrl_activate(hdl->video_spatial_filter, active_filter); in cx2341x_s_ctrl() 1445 v4l2_ctrl_activate(hdl->video_luma_spatial_filter_type, active_filter); in cx2341x_s_ctrl() 1446 v4l2_ctrl_activate(hdl->video_chroma_spatial_filter_type, active_filter); in cx2341x_s_ctrl() 1447 active_filter = hdl->video_temporal_filter_mode->val != in cx2341x_s_ctrl() 1449 v4l2_ctrl_activate(hdl->video_temporal_filter, active_filter); in cx2341x_s_ctrl() 1450 active_filter = hdl->video_median_filter_type->val != in cx2341x_s_ctrl() 1452 v4l2_ctrl_activate(hdl->video_luma_median_filter_bottom, active_filter); in cx2341x_s_ctrl() 1453 v4l2_ctrl_activate(hdl->video_luma_median_filter_top, active_filter); in cx2341x_s_ctrl() [all …]
|
/linux-2.6.39/include/linux/ |
D | isdn_ppp.h | 236 struct sock_filter *active_filter; /* filter for pkts to reset idle */ member
|
/linux-2.6.39/drivers/net/ |
D | ppp_generic.c | 135 struct sock_filter *active_filter;/* filter for pkts to reset idle */ member 762 kfree(ppp->active_filter); in ppp_ioctl() 763 ppp->active_filter = code; in ppp_ioctl() 1149 if (!(ppp->active_filter && in ppp_send_frame() 1150 sk_run_filter(skb, ppp->active_filter) == 0)) in ppp_send_frame() 1763 if (ppp->pass_filter || ppp->active_filter) { in ppp_receive_nonmp_frame() 1778 if (!(ppp->active_filter && in ppp_receive_nonmp_frame() 1779 sk_run_filter(skb, ppp->active_filter) == 0)) in ppp_receive_nonmp_frame() 2733 kfree(ppp->active_filter); in ppp_destroy_interface() 2734 ppp->active_filter = NULL; in ppp_destroy_interface()
|
/linux-2.6.39/drivers/isdn/i4l/ |
D | isdn_ppp.c | 326 is->active_filter = NULL; in isdn_ppp_open() 383 kfree(is->active_filter); in isdn_ppp_release() 384 is->active_filter = NULL; in isdn_ppp_release() 647 kfree(is->active_filter); in isdn_ppp_ioctl() 648 is->active_filter = code; in isdn_ppp_ioctl() 1156 if (!(is->active_filter in isdn_ppp_push_higher() 1157 && sk_run_filter(skb, is->active_filter) == 0)) { in isdn_ppp_push_higher() 1302 if (!(ipt->active_filter in isdn_ppp_xmit() 1303 && sk_run_filter(skb, ipt->active_filter) == 0)) { in isdn_ppp_xmit() 1494 drop |= is->active_filter in isdn_ppp_autodial_filter() [all …]
|