Home
last modified time | relevance | path

Searched defs:nfc (Results 1 – 25 of 30) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dvf610_nfc.c199 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read() local
206 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write() local
253 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_done() local
328 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_addr_cycle() local
355 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_command() local
448 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read_buf() local
464 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write_buf() local
478 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read_byte() local
555 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_correct_data() local
615 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write_page() local
[all …]
Dsunxi_nand.c315 static int sunxi_nfc_wait_int(struct sunxi_nfc *nfc, u32 flags, in sunxi_nfc_wait_int()
344 static int sunxi_nfc_wait_cmd_fifo_empty(struct sunxi_nfc *nfc) in sunxi_nfc_wait_cmd_fifo_empty()
360 static int sunxi_nfc_rst(struct sunxi_nfc *nfc) in sunxi_nfc_rst()
383 struct sunxi_nfc *nfc = to_sunxi_nfc(sunxi_nand->nand.controller); in sunxi_nfc_dev_ready() local
421 struct sunxi_nfc *nfc = to_sunxi_nfc(sunxi_nand->nand.controller); in sunxi_nfc_select_chip() local
466 struct sunxi_nfc *nfc = to_sunxi_nfc(sunxi_nand->nand.controller); in sunxi_nfc_read_buf() local
499 struct sunxi_nfc *nfc = to_sunxi_nfc(sunxi_nand->nand.controller); in sunxi_nfc_write_buf() local
540 struct sunxi_nfc *nfc = to_sunxi_nfc(sunxi_nand->nand.controller); in sunxi_nfc_cmd_ctrl() local
706 struct sunxi_nfc *nfc = to_sunxi_nfc(nand->controller); in sunxi_nfc_randomizer_config() local
722 struct sunxi_nfc *nfc = to_sunxi_nfc(nand->controller); in sunxi_nfc_randomizer_enable() local
[all …]
Dmxc_nand_spl.c20 static struct mxc_nand_regs *const nfc = (void *)NFC_BASE_ADDR; variable
22 static struct mxc_nand_regs *const nfc = (void *)NFC_BASE_ADDR_AXI; variable
/third_party/boost/tools/build/test/qt5/
Dqtnfc.cpp21 BOOST_AUTO_TEST_CASE( nfc ) in BOOST_AUTO_TEST_CASE() argument
/third_party/icu/icu4c/source/test/intltest/
Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; variable
Ditutil.cpp646 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode); in TestLocalXyzPointer() local
701 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode); in TestLocalXyzPointerMoveSwap() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DWriteNumberFormatSerialTestData.java45 NumberFormat nfc = NumberFormat.getCurrencyInstance(Locale.US); in main() local
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dvf.dtsi204 nfc: nand@400e0000 { label
Dsun8i-a23-a33.dtsi193 nfc: nand@1c03000 { label
Dsun5i.dtsi161 nfc: nand@1c03000 { label
Dimx53.dtsi777 nfc: nand@63fdb000 { label
Dsun4i-a10.dtsi237 nfc: nand@1c03000 { label
Dsun7i-a20.dtsi336 nfc: nand@1c03000 { label
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorDisorderedMarksTest.java41 Normalizer2 nfc = Normalizer2.getNFCInstance(); in disorderedMarksAddAll() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; variable
/third_party/node/deps/icu-small/source/i18n/
Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; variable
/third_party/icu/icu4c/source/i18n/
Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; variable
/third_party/python/Modules/
Dunicodedata.c626 find_nfc_index(const struct reindex* nfc, Py_UCS4 code) in find_nfc_index()
798 bool nfc, bool k, bool yes_only) in is_normalized_quickcheck()
872 bool nfc = false; in unicodedata_UCD_is_normalized_impl() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_wsc.c150 int nfc = 0; in eap_wsc_init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_wsc.c150 int nfc = 0; in eap_wsc_init() local
/third_party/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp310 const Normalizer2 *nfc = Normalizer2::getNFCInstance(errorCode); in main() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationData.java41 CollationData(Normalizer2Impl nfc) { in CollationData()
DCollationRuleParser.java910 private Normalizer2 nfc = Normalizer2.getNFCInstance(); field in CollationRuleParser
/third_party/icu/icu4c/source/test/cintltst/
Dcnormtst.c1159 nfc[]={ in TestNextPrevious() local

12