Searched refs:fnc (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/media/ ! |
D | v4l2-dv-timings.h | 53 v4l2_check_dv_timings_fnc fnc, 74 v4l2_check_dv_timings_fnc fnc, 98 v4l2_check_dv_timings_fnc fnc,
|
D | videobuf2-core.h | 1106 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv,
|
/linux-6.6.21/drivers/media/v4l2-core/ ! |
D | v4l2-dv-timings.c | 142 v4l2_check_dv_timings_fnc fnc, in v4l2_valid_dv_timings() argument 186 return fnc == NULL || fnc(t, fnc_handle); in v4l2_valid_dv_timings() 192 v4l2_check_dv_timings_fnc fnc, in v4l2_enum_dv_timings_cap() argument 200 fnc, fnc_handle) && in v4l2_enum_dv_timings_cap() 213 v4l2_check_dv_timings_fnc fnc, in v4l2_find_dv_timings_cap() argument 218 if (!v4l2_valid_dv_timings(t, cap, fnc, fnc_handle)) in v4l2_find_dv_timings_cap() 223 fnc, fnc_handle) && in v4l2_find_dv_timings_cap()
|
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/ ! |
D | ralink,rt3883-pinctrl.yaml | 39 lna a, lna g, mdio, pci-dev, pci-fnc, pci-host1, pci-host2, 164 const: pci-fnc
|
/linux-6.6.21/drivers/net/fddi/skfp/ ! |
D | smt.c | 86 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc); 1072 smt_fill_mac_fnc(smc,&sif->fnc) ; /* set frame not copied counter */ in smt_send_sif_operation() 1475 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc) in smt_fill_mac_fnc() argument 1477 SMTSETPARA(fnc,SMT_P_MAC_FNC) ; in smt_fill_mac_fnc() 1478 fnc->nc_mib_index = INDEX_MAC ; in smt_fill_mac_fnc() 1479 fnc->nc_index = mac_index(smc,1) ; in smt_fill_mac_fnc() 1480 fnc->nc_counter = smc->mib.m[MAC0].fddiMACNotCopied_Ct ; in smt_fill_mac_fnc()
|
/linux-6.6.21/drivers/media/common/videobuf2/ ! |
D | videobuf2-core.c | 2945 vb2_thread_fnc fnc; member 2989 if (threadio->fnc(vb, threadio->priv)) in vb2_thread() 3014 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start() argument 3030 threadio->fnc = fnc; in vb2_thread_start()
|
/linux-6.6.21/drivers/net/fddi/skfp/h/ ! |
D | smt.h | 760 struct smt_p_mac_fnc fnc ; /* MAC frame not copied */ member
|