Home
last modified time | relevance | path

Searched refs:VAR (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dlist.h214 (VAR) = list_next((VAR)))
218 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \
219 (VAR) = (NEXT))
224 (VAR) = list_entry(list_next(&(VAR)->FIELD), typeof(*(VAR)), \
230 (VAR) = list_entry(list_prev(&(VAR)->FIELD), typeof(*(VAR)), \
238 (VAR) = (NEXT))
241 for ((VAR) = list_next_entry((VAR), FIELD); \
243 (VAR) = list_next_entry((VAR), FIELD))
246 for ((VAR) = list_prev_entry((VAR), FIELD); \
248 (VAR) = list_prev_entry((VAR), FIELD))
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt134 - OMAP4 VAR-STK-OM44 : Commercial dev kit with VAR-OM44CustomBoard and VAR-SOM-OM44 w/WLAN
137 - OMAP4 VAR-DVK-OM44 : Commercial dev kit with VAR-OM44CustomBoard, VAR-SOM-OM44 w/WLAN and LCD tou…
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap4-var-stk-om44.dts12 model = "Variscite VAR-STK-OM44";
H A Domap4-var-dvk-om44.dts12 model = "Variscite VAR-DVK-OM44";
H A Domap4-var-som-om44.dtsi10 model = "Variscite VAR-SOM-OM44";
20 ti,model = "VAR-SOM-OM44";
/f-stack/freebsd/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml99 User can specify the source PDO array via PDO_FIXED/BATT/VAR/PPS_APDO()
111 can specify the sink PDO array via PDO_FIXED/BATT/VAR/PPS_APDO() defined
/f-stack/tools/libxo/doc/
H A Dgetting.rst148 ../configure [OPTION]... [VAR=VALUE]...
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-link.m4677 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
678 dnl unless already present in VAR.