Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_fencemgr.c132 struct _WsbmFenceClass *fc = &tmp->classes[i]; in wsbmFenceMgrCreate() local
172 struct _WsbmFenceClass *fc = &mgr->classes[fence->fence_class]; in wsbmFenceUnreference() local
190 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmSignalPreviousFences() local
301 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmFenceCreateSig() local
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c851 FILE *fc = fopen("invcal.bin", "rb"); in main() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h111 uint16 fc; /* frame control */ member
123 uint16 fc; /* frame control */ member
131 uint16 fc; /* frame control */ member
138 uint16 fc; /* frame control */ member
145 uint16 fc; /* frame control */ member
153 uint16 fc; /* frame control */ member
203 uint16 fc; /* frame control */ member
229 uint16 fc; /* frame control */ member
919 #define FC_SUBTYPE(fc) (((fc) & FC_SUBTYPE_MASK) >> FC_SUBTYPE_SHIFT) /* Subtype from FC */ argument
920 #define FC_TYPE(fc) (((fc) & FC_TYPE_MASK) >> FC_TYPE_SHIFT) /* Type from FC */ argument
[all …]