Home
last modified time | relevance | path

Searched refs:inter (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
DPiSmmCommunicationSmm.uni6 // non-firmware agents for inter-mode communication with SMM agents. It also saves
23 …that can be used in the OS-present environment by non-firmware agents for inter-mode communication…
DPiSmmCommunicationSmm.inf6 # non-firmware agents for inter-mode communication with SMM agents. It also saves
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c396 #define DEC_INFO_BIAS(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument
400 .interrupt = inter, \
407 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
411 .interrupt = inter, \
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c272 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
276 .interrupt = inter, \
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c225 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
229 .interrupt = inter, \
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c709 #define DEC_INFO(name, type, axis, inter, samples) \ argument
713 .interrupt = inter, \
716 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
717 DEC_INFO(name, type, axis, inter, samples), \
720 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
721 DEC_INFO(name, type, axis, inter, samples), \
727 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
728 DEC_INFO(name, type, axis, inter, samples), \
733 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
734 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c1364 set inter; local
1373 inter = set_and(fset1[i], fset2[i]);
1374 require(set_deg(inter)==1, "invalid set to tree conversion");
1375 n = tnode(set_int(inter));
1377 set_free(inter);
1382 inter = set_and(fset1[LL_k], fset2[LL_k]);
1383 if ( (q=p=set_pdq(inter)) == NULL ) fatal_internal("Can't alloc space for set_pdq");
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
302 .interrupt = inter, \
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c314 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
318 .interrupt = inter, \
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c669 #define DEC_INFO(name, type, axis, inter, samples) \ argument
673 .interrupt = inter, \
676 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
677 DEC_INFO(name, type, axis, inter, samples), \
680 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
681 DEC_INFO(name, type, axis, inter, samples), \
687 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
688 DEC_INFO(name, type, axis, inter, samples), \
693 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
694 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py11 def interleave(inter, f, seq): argument
21 inter()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c961 #define DEC_INFO(name, type, axis, inter, samples) \ argument
965 .interrupt = inter, \
968 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
969 DEC_INFO(name, type, axis, inter, samples), \
972 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
973 DEC_INFO(name, type, axis, inter, samples), \
978 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
979 DEC_INFO(name, type, axis, inter, samples), \
985 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
986 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
160 .interrupt = inter, \
/device/google/sunfish/
DWCNSS_qcom_cfg.ini351 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC.
353 # 0 - inter-band MCC
/device/google/redbull/
DWCNSS_qcom_cfg.ini364 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC.
366 # 0 - inter-band MCC
/device/google/coral/
DWCNSS_qcom_cfg.ini351 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC.
353 # 0 - inter-band MCC
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-interrupt-controller-API.rst66 explicit programming by software, and are typically used in inter-PE
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog279 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays