/Zephyr-Core-3.4.0/subsys/sd/ |
D | mmc.c | 444 static int mmc_set_power_class_HS200(struct sd_card *card, struct mmc_ext_csd *ext) in mmc_set_power_class_HS200() argument 450 cmd.arg = ((MMC_SWITCH_PWR_CLASS_ARG) | (ext->pwr_class_200MHZ_VCCQ195 << 8)); in mmc_set_power_class_HS200() 458 static int mmc_set_timing(struct sd_card *card, struct mmc_ext_csd *ext) in mmc_set_timing() argument 464 if ((ext->device_type.MMC_HS200_SDR_1200MV || ext->device_type.MMC_HS200_SDR_1800MV) && in mmc_set_timing() 475 } else if (ext->device_type.MMC_HS_52_DV) { in mmc_set_timing() 477 } else if (ext->device_type.MMC_HS_26_DV) { in mmc_set_timing() 501 ret = mmc_set_power_class_HS200(card, ext); in mmc_set_timing() 523 if ((ext->device_type.MMC_HS400_DDR_1200MV || ext->device_type.MMC_HS400_DDR_1800MV) && in mmc_set_timing() 600 static inline void mmc_decode_ext_csd(struct mmc_ext_csd *ext, uint8_t *raw) in mmc_decode_ext_csd() argument 602 ext->sec_count = in mmc_decode_ext_csd() [all …]
|
/Zephyr-Core-3.4.0/drivers/ipm/ |
D | ipm_cavs_idc.c | 32 void *ext; in cavs_idc_isr() local 65 ext = UINT_TO_POINTER( in cavs_idc_isr() 68 drv_data->cb(dev, drv_data->user_data, id, ext); in cavs_idc_isr() 88 uint32_t ext = POINTER_TO_UINT(data); in cavs_idc_send() local 120 ext &= IPC_IDCIETC_MSG_MASK; in cavs_idc_send() 121 ext |= IPC_IDCIETC_DONE; /* always clear DONE bit */ in cavs_idc_send() 129 idc_write(IPC_IDCIETC(i), curr_cpu_id, ext); in cavs_idc_send()
|
/Zephyr-Core-3.4.0/tests/boards/intel_adsp/hda_log/src/ |
D | tests.h | 14 uint32_t ext, k_timeout_t timeout) in hda_ipc_msg() argument 16 zassert_true(intel_adsp_ipc_send_message_sync(dev, data, ext, timeout), in hda_ipc_msg()
|
/Zephyr-Core-3.4.0/tests/boards/intel_adsp/hda/src/ |
D | tests.h | 32 uint32_t ext, k_timeout_t timeout) in hda_ipc_msg() argument 34 zassert_true(intel_adsp_ipc_send_message_sync(dev, data, ext, timeout), in hda_ipc_msg()
|
/Zephyr-Core-3.4.0/scripts/coccinelle/ |
D | semicolon.cocci | 15 @r_default depends on !(file in "ext")@ 23 @r_case depends on !(file in "ext")@ 46 @r1 depends on !(file in "ext")@
|
D | irq_lock.cocci | 10 @find depends on !(file in "ext")@ 28 @find2 depends on !(file in "ext") exists@
|
D | returnvar.cocci | 16 @depends on patch && !(file in "ext")@ 29 @depends on context && !(file in "ext")@ 39 @r1 depends on (report || org) && !(file in "ext")@
|
D | array_size.cocci | 27 @depends on i&&context && !(file in "ext")@ 43 @depends on i&&patch && !(file in "ext")@ 62 @r depends on (org || report) && !(file in "ext")@
|
D | deref_null.cocci | 19 @pr1 depends on !(file in "ext") expression@ 27 @pr2 depends on !(file in "ext")@ 41 @ifm depends on !(file in "ext")@ 51 @r depends on !context && (org || report) && !(file in "ext") exists@ 172 @depends on context && !org && !report && !(file in "ext") exists@ 215 @pr11 depends on context && !org && !report && !(file in "ext") && pr1 expression@ 237 @ifm1 depends on context && !org && !report && !(file in "ext") && ifm@
|
D | unsigned_shift.cocci | 10 @depends on patch && !(file in "ext")@
|
D | mini_lock.cocci | 18 @prelocked depends on !(file in "ext")@ 33 @looped depends on !(file in "ext")@ 62 @err depends on !(file in "ext") exists@
|
D | noderef.cocci | 16 @depends on patch && !(file in "ext")@ 50 @r depends on !patch && !(file in "ext")@
|
D | ignore_return.cocci | 13 @depends on patch && !(file in "ext")@
|
/Zephyr-Core-3.4.0/samples/drivers/memc/boards/ |
D | mimxrt595_evk_cm33.overlay | 9 sram-ext = &aps6408l;
|
/Zephyr-Core-3.4.0/scripts/build/ |
D | uf2conv.py | 291 ext = "uf2" 296 ext = "bin" 301 ext = "h" 305 (ext, len(outbuf), appstartaddr)) 306 if args.convert or ext != "uf2": 309 args.output = "flash." + ext
|
/Zephyr-Core-3.4.0/soc/arm/cypress/psoc6/ |
D | rwdata.ld | 4 * ext/hal/cypress/.../devices/psoc6/linker/gcc/cy8c6xx6_cm0plus.ld
|
D | noinit.ld | 4 * ext/hal/cypress/.../devices/psoc6/linker/gcc/cy8c6xx6_cm0plus.ld
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/privacy/device/test_scripts/ |
D | run_tests.sh | 59 use-ext-adv=${use_ext_adv} scannable=${scannable} connectable=${connectable}
|
/Zephyr-Core-3.4.0/drivers/can/ |
D | Kconfig.stm32fd | 24 int "Maximum number of ext ID filters"
|
/Zephyr-Core-3.4.0/lib/os/ |
D | spsc_pbuf.c | 71 return &pb->ext.cache.wr_idx; in get_wr_idx_loc() 74 return &pb->ext.nocache.wr_idx; in get_wr_idx_loc() 81 return pb->ext.cache.data; in get_data_loc() 84 return pb->ext.nocache.data; in get_data_loc()
|
/Zephyr-Core-3.4.0/doc/develop/tools/ |
D | coccinelle.rst | 417 ext/hal/nxp/mcux/drivers/lpc/fsl_wwdt.c:66:49-50: WARNING: Use ARRAY_SIZE 418 ext/hal/nxp/mcux/drivers/lpc/fsl_ctimer.c:74:53-54: WARNING: Use ARRAY_SIZE 419 ext/hal/nxp/mcux/drivers/imx/fsl_dcp.c:944:45-46: WARNING: Use ARRAY_SIZE 465 …diff -u -p a/ext/lib/encoding/tinycbor/src/cborvalidation.c b/ext/lib/encoding/tinycbor/src/cborva… 466 --- a/ext/lib/encoding/tinycbor/src/cborvalidation.c 467 +++ b/ext/lib/encoding/tinycbor/src/cborvalidation.c 524 …diff -u -p ext/lib/encoding/tinycbor/src/cborvalidation.c /tmp/nothing/ext/lib/encoding/tinycbor/s… 525 --- ext/lib/encoding/tinycbor/src/cborvalidation.c 526 +++ /tmp/nothing/ext/lib/encoding/tinycbor/src/cborvalidation.c 580 …* TODO [[view:ext/lib/encoding/tinycbor/src/cborvalidation.c::face=ovl-face1::linb=328::colb=52::c…
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | spsc_pbuf.h | 105 } ext; member
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | monitor.h | 58 uint8_t ext[BT_MONITOR_EXT_HDR_MAX]; member
|
D | monitor.c | 169 hdr->ext[hdr->hdr_len++] = type; in encode_drops() 170 hdr->ext[hdr->hdr_len++] = MIN(count, 255); in encode_drops() 188 ts = (void *)hdr->ext; in encode_hdr()
|
/Zephyr-Core-3.4.0/samples/drivers/jesd216/src/ |
D | main.c | 246 dw_extractor ext = extractor[dw]; in dump_bfp() local 248 if (ext != 0) { in dump_bfp() 249 ext(php, bfp); in dump_bfp()
|