Searched refs:phase2 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/src/ |
D | main.cpp | 159 struct rtio_sqe *phase2 = rtio_sqe_acquire(&test_rtio_ctx); in ZTEST() local 164 zassert_not_null(phase2); in ZTEST() 168 rtio_sqe_prep_read(phase2, &blocking_emul_iodev, RTIO_PRIO_NORM, buffer, ARRAY_SIZE(buffer), in ZTEST() 191 struct rtio_sqe *phase2 = rtio_sqe_acquire(&test_rtio_ctx); in ZTEST() local 194 zassert_not_null(phase2); in ZTEST() 198 rtio_sqe_prep_read(phase2, &blocking_emul_iodev, RTIO_PRIO_NORM, buffer, ARRAY_SIZE(buffer), in ZTEST()
|
/Zephyr-latest/tests/drivers/build_all/comparator/mcux_acmp/ |
D | mimxrt1176_mux_dac.dts | 45 discrete-mode-phase2-time = "ALT7";
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi.h | 188 char *phase2; member
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 666 if (eap_cfg.phase2 != NULL) { in hostapd_process_eap_user() 670 if (eap_cfg.phase2 != NULL && !nusers) { in hostapd_process_eap_user() 702 if (eap_cfg.phase2 != NULL) { in hostapd_process_eap_user() 713 user->phase2 = 1; in hostapd_process_eap_user() 863 char *phase2 = NULL; in wpas_add_and_config_network() local 1060 phase2 = eap_config[index].phase2; in wpas_add_and_config_network() 1135 if (phase2 != NULL) { in wpas_add_and_config_network() 1137 phase2)) { in wpas_add_and_config_network()
|