| /Zephyr-latest/drivers/mspi/ | 
| D | mspi_emul.c | 76 static inline int mspi_verify_device(const struct device *controller,  in mspi_verify_device() 114 static inline bool mspi_is_inp(const struct device *controller)  in mspi_is_inp() 184 static int mspi_xfer_config(const struct device *controller,  in mspi_xfer_config() 206 static inline int mspi_dev_cfg_check_save(const struct device *controller,  in mspi_dev_cfg_check_save() 355 static struct mspi_emul *mspi_emul_find(const struct device *controller,  in mspi_emul_find() 380 static int emul_mspi_trigger_event(const struct device *controller,  in emul_mspi_trigger_event() 508 static int mspi_emul_dev_config(const struct device *controller,  in mspi_emul_dev_config() 577 static int mspi_emul_xip_config(const struct device *controller,  in mspi_emul_xip_config() 603 static int mspi_emul_scramble_config(const struct device *controller,  in mspi_emul_scramble_config() 634 static int mspi_emul_timing_config(const struct device *controller,  in mspi_emul_timing_config() [all …] 
 | 
| D | mspi_ambiq_ap3.c | 265 static inline bool mspi_is_inp(const struct device *controller)  in mspi_is_inp() 272 static inline int mspi_verify_device(const struct device *controller,  in mspi_verify_device() 296 static int mspi_ambiq_deinit(const struct device *controller)  in mspi_ambiq_deinit() 358 static int mspi_xfer_config(const struct device *controller,  in mspi_xfer_config() 520 static int mspi_ambiq_dev_config(const struct device *controller,  in mspi_ambiq_dev_config() 770 static int mspi_ambiq_xip_config(const struct device *controller,  in mspi_ambiq_xip_config() 801 static int mspi_ambiq_scramble_config(const struct device *controller,  in mspi_ambiq_scramble_config() 859 static int mspi_ambiq_timing_config(const struct device *controller,  in mspi_ambiq_timing_config() 916 static int mspi_ambiq_get_channel_status(const struct device *controller, uint8_t ch)  in mspi_ambiq_get_channel_status() 951 	const struct device *controller = pCallbackCtxt;  in hal_mspi_callback()  local [all …] 
 | 
| /Zephyr-latest/drivers/i3c/ | 
| D | i3c_ccc.c | 87 int i3c_ccc_do_rstact_all(const struct device *controller,  in i3c_ccc_do_rstact_all() 140 int i3c_ccc_do_rstdaa_all(const struct device *controller)  in i3c_ccc_do_rstdaa_all() 202 int i3c_ccc_do_events_all_set(const struct device *controller,  in i3c_ccc_do_events_all_set() 267 int i3c_ccc_do_entas_all(const struct device *controller, uint8_t as)  in i3c_ccc_do_entas_all() 280 int i3c_ccc_do_setmwl_all(const struct device *controller,  in i3c_ccc_do_setmwl_all() 360 int i3c_ccc_do_setmrl_all(const struct device *controller,  in i3c_ccc_do_setmrl_all() 461 int i3c_ccc_do_enttm(const struct device *controller,  in i3c_ccc_do_enttm() 479 int i3c_ccc_do_deftgts_all(const struct device *controller,  in i3c_ccc_do_deftgts_all() 767 int i3c_ccc_do_setvendor_all(const struct device *controller,  in i3c_ccc_do_setvendor_all() 789 int i3c_ccc_do_setaasa_all(const struct device *controller)  in i3c_ccc_do_setaasa_all() [all …] 
 | 
| /Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ | 
| D | test_fowarding_common.cpp | 16 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);  variable
  | 
| D | test_forwarding_buf.cpp | 17 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);  variable
  | 
| D | test_forwarding_pio.cpp | 16 constexpr const struct device *controller = DEVICE_DT_GET(CONTROLLER_LABEL);  variable
  | 
| /Zephyr-latest/soc/nuvoton/npcx/common/ | 
| D | scfg.c | 97 void npcx_pinctrl_i2c_port_sel(int controller, int port)  in npcx_pinctrl_i2c_port_sel() 108 void npcx_i2c_target_start_wk_enable(int controller, bool enable)  in npcx_i2c_target_start_wk_enable()
  | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | mspi.h | 429 	const struct device         *controller;  member 583 static inline int z_impl_mspi_dev_config(const struct device *controller,  in z_impl_mspi_dev_config() 606 static inline int z_impl_mspi_get_channel_status(const struct device *controller, uint8_t ch)  in z_impl_mspi_get_channel_status() 648 static inline int z_impl_mspi_transceive(const struct device *controller,  in z_impl_mspi_transceive() 686 static inline int z_impl_mspi_xip_config(const struct device *controller,  in z_impl_mspi_xip_config() 718 static inline int z_impl_mspi_scramble_config(const struct device *controller,  in z_impl_mspi_scramble_config() 751 static inline int z_impl_mspi_timing_config(const struct device *controller,  in z_impl_mspi_timing_config() 786 static inline int mspi_register_callback(const struct device *controller,  in mspi_register_callback()
  | 
| /Zephyr-latest/samples/drivers/memc/src/ | 
| D | main.c | 24 #define mspi_get_xip_address(controller) DT_REG_ADDR_BY_IDX(controller, 1)  argument
  | 
| /Zephyr-latest/samples/drivers/mspi/mspi_async/src/ | 
| D | main.c | 137 	const struct device *controller = DEVICE_DT_GET(MSPI_BUS);  in main()  local
  | 
| /Zephyr-latest/include/zephyr/drivers/i3c/ | 
| D | ibi.h | 106 		const struct device *controller;  member
  | 
| D | ccc.h | 1673 static inline int i3c_ccc_do_entas0_all(const struct device *controller)  in i3c_ccc_do_entas0_all() 1687 static inline int i3c_ccc_do_entas1_all(const struct device *controller)  in i3c_ccc_do_entas1_all() 1701 static inline int i3c_ccc_do_entas2_all(const struct device *controller)  in i3c_ccc_do_entas2_all() 1715 static inline int i3c_ccc_do_entas3_all(const struct device *controller)  in i3c_ccc_do_entas3_all()
  | 
| /Zephyr-latest/drivers/memc/ | 
| D | memc_mcux_flexspi_s27ks0641.c | 42 	const struct device *controller;  member
  | 
| D | memc_mcux_flexspi_w956a8mbya.c | 36 	const struct device *controller;  member
  | 
| D | memc_mcux_flexspi_is66wvq8m4.c | 35 	const struct device *controller;  member
  | 
| D | memc_mcux_flexspi_aps6404l.c | 50 	const struct device *controller;  member
  | 
| D | memc_mcux_flexspi_aps6408l.c | 79 	const struct device *controller;  member
  | 
| /Zephyr-latest/drivers/flash/ | 
| D | flash_nxp_s32_qspi.h | 28 	const struct device *controller;  member
  | 
| D | flash_mcux_flexspi_hyperflash.c | 247 	const struct device *controller;  member 252 	struct device controller;  member
  | 
| D | flash_si32.c | 36 	SI32_FLASHCTRL_A_Type *controller;  member
  | 
| D | flash_esp32.c | 38 	spi_dev_t *controller;  member
  | 
| D | flash_hp_ra.h | 87 	struct flash_hp_ra_controller *controller;  member
  | 
| D | flash_mcux_flexspi_nor.c | 69 	const struct device *controller;  member 74 	struct device controller;  member
  | 
| D | flash_mcux_flexspi_mx25um51345g.c | 67 	const struct device *controller;  member
  | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | media_proxy.c | 40 struct controller {  struct 47 	/* Controller using the synchronous interface - e.g. remote controller via  argument
  |