Home
last modified time | relevance | path

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

/drivers/media/v4l2-core/
Dv4l2-dv-timings.c151 v4l2_check_dv_timings_fnc fnc, in v4l2_valid_dv_timings() argument
172 return fnc == NULL || fnc(t, fnc_handle); in v4l2_valid_dv_timings()
178 v4l2_check_dv_timings_fnc fnc, in v4l2_enum_dv_timings_cap() argument
186 fnc, fnc_handle) && in v4l2_enum_dv_timings_cap()
199 v4l2_check_dv_timings_fnc fnc, in v4l2_find_dv_timings_cap() argument
204 if (!v4l2_valid_dv_timings(t, cap, fnc, fnc_handle)) in v4l2_find_dv_timings_cap()
209 fnc, fnc_handle) && in v4l2_find_dv_timings_cap()
Dvideobuf2-core.c3107 vb2_thread_fnc fnc; member
3156 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
3181 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start() argument
3197 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/net/fddi/skfp/h/
Dsmt.h764 struct smt_p_mac_fnc fnc ; /* MAC frame not copied */ member