Home
last modified time | relevance | path

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

/drivers/media/v4l2-core/
Dv4l2-dv-timings.c152 v4l2_check_dv_timings_fnc fnc, in v4l2_valid_dv_timings() argument
174 return fnc == NULL || fnc(t, fnc_handle); in v4l2_valid_dv_timings()
180 v4l2_check_dv_timings_fnc fnc, in v4l2_enum_dv_timings_cap() argument
188 fnc, fnc_handle) && in v4l2_enum_dv_timings_cap()
201 v4l2_check_dv_timings_fnc fnc, in v4l2_find_dv_timings_cap() argument
206 if (!v4l2_valid_dv_timings(t, cap, fnc, fnc_handle)) in v4l2_find_dv_timings_cap()
211 fnc, fnc_handle) && in v4l2_find_dv_timings_cap()
Dvideobuf2-core.c2479 vb2_thread_fnc fnc; member
2523 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
2548 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start() argument
2564 threadio->fnc = fnc; in vb2_thread_start()
/drivers/net/fddi/skfp/
Dsmt.c95 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc);
1081 smt_fill_mac_fnc(smc,&sif->fnc) ; /* set frame not copied counter */ in smt_send_sif_operation()
1484 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc) in smt_fill_mac_fnc() argument
1486 SMTSETPARA(fnc,SMT_P_MAC_FNC) ; in smt_fill_mac_fnc()
1487 fnc->nc_mib_index = INDEX_MAC ; in smt_fill_mac_fnc()
1488 fnc->nc_index = mac_index(smc,1) ; in smt_fill_mac_fnc()
1489 fnc->nc_counter = smc->mib.m[MAC0].fddiMACNotCopied_Ct ; in smt_fill_mac_fnc()
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c97 #define INSTALL_PROPERTY(name, NAME, init_val, fnc, ...) do { \ in mdp5_plane_install_properties() argument
100 prop = drm_property_##fnc(dev, 0, #name, \ in mdp5_plane_install_properties()
/drivers/net/fddi/skfp/h/
Dsmt.h764 struct smt_p_mac_fnc fnc ; /* MAC frame not copied */ member