/Zephyr-latest/drivers/dma/ |
D | dma_nxp_edma.h | 38 #define _EDMA_CHANNEL_INDEX_ARRAY(inst)\ argument 46 #define _EDMA_CHANNEL_INDEX_ARRAY_EXPLICIT(inst)\ argument 50 #define _EDMA_INT_INDEX_ARRAY(inst)\ argument 54 #define _EDMA_INT_CONNECT(idx, inst) \ argument 59 #define _EDMA_CHANNEL_PD_DEVICE_OR_NULL(idx, inst) \ argument 65 #define _EDMA_CHANNEL_DECLARE(idx, inst) \ argument 74 #define _EDMA_CHANNEL_DECLARE_EXPLICIT(idx, inst) \ argument 83 #define _EDMA_CHANNEL_ARRAY(inst) \ argument 88 #define _EDMA_CHANNEL_ARRAY_EXPLICIT(inst) \ argument 95 #define EDMA_CHANNEL_ARRAY_GET(inst) \ argument [all …]
|
/Zephyr-latest/drivers/bbram/ |
D | npcx.h | 24 #define BBRAM_NPCX_DECL_CONFIG(inst) \ argument 33 #define BBRAM_NPCX_DECL_CONFIG(inst) \ argument
|
/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/ |
D | f16.c | 49 arm_svm_linear_instance_f16 inst; in ZTEST() local 89 arm_svm_polynomial_instance_f16 inst; in ZTEST() local 131 arm_svm_rbf_instance_f16 inst; in ZTEST() local 172 arm_svm_sigmoid_instance_f16 inst; in ZTEST() local 212 arm_svm_linear_instance_f16 inst; in ZTEST() local
|
D | f32.c | 49 arm_svm_linear_instance_f32 inst; in ZTEST() local 89 arm_svm_polynomial_instance_f32 inst; in ZTEST() local 131 arm_svm_rbf_instance_f32 inst; in ZTEST() local 172 arm_svm_sigmoid_instance_f32 inst; in ZTEST() local 212 arm_svm_linear_instance_f32 inst; in ZTEST() local
|
/Zephyr-latest/modules/lvgl/include/ |
D | lvgl_common_input.h | 31 #define LVGL_INPUT_EVENT_MSGQ(inst, type) lvgl_input_msgq_##type##_##inst argument 32 #define LVGL_INPUT_DEVICE(inst) DEVICE_DT_GET_OR_NULL(DT_INST_PHANDLE(inst, input)) argument 37 #define LVGL_INPUT_DEFINE(inst, type, msgq_size, process_evt_cb) \ argument
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_shi_npcx.c | 187 static uint32_t shi_npcx_read_buf_pointer(struct shi_reg *const inst) in shi_npcx_read_buf_pointer() 203 static uint32_t shi_npcx_write_buf_pointer(struct shi_reg *const inst) in shi_npcx_write_buf_pointer() 225 static uint32_t shi_npcx_valid_obuf_offset(struct shi_reg *const inst) in shi_npcx_valid_obuf_offset() 264 struct shi_reg *const inst = HAL_INSTANCE(dev); in shi_npcx_read_inbuf_wait() local 285 static void shi_npcx_fill_out_status(struct shi_reg *const inst, uint8_t status) in shi_npcx_fill_out_status() 336 struct shi_reg *const inst = HAL_INSTANCE(dev); in shi_npcx_bad_received_data() local 363 struct shi_reg *const inst = HAL_INSTANCE(dev); in shi_npcx_write_first_pkg_outbuf() local 407 struct shi_reg *const inst = HAL_INSTANCE(dev); in shi_npcx_handle_host_package() local 507 static void shi_npcx_sec_ibf_int_enable(struct shi_reg *const inst, int enable) in shi_npcx_sec_ibf_int_enable() 560 struct shi_reg *const inst = HAL_INSTANCE(dev); in shi_npcx_handle_cs_assert() local [all …]
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_pty.c | 62 #define NATIVE_PTY_INSTANCE(inst) \ argument 212 #define NATIVE_PTY_SET_AUTO_ATTACH_CMD(inst, cmd) \ argument 214 #define NATIVE_PTY_SET_AUTO_ATTACH(inst, value) \ argument 216 #define NATIVE_PTY_SET_WAIT_PTS(inst, value) \ argument 235 #define INST_NAME(inst) DEVICE_DT_NAME(DT_DRV_INST(inst)) argument 237 #define NATIVE_PTY_COMMAND_LINE_OPTS(inst) \ argument 311 #define NATIVE_PTY_CLEANUP(inst) \ argument
|
/Zephyr-latest/drivers/ps2/ |
D | ps2_npcx_controller.c | 103 struct ps2_reg *const inst = HAL_PS2_INSTANCE(dev); in ps2_npcx_ctrl_enable_interface() local 139 struct ps2_reg *const inst = HAL_PS2_INSTANCE(dev); in ps2_npcx_ctrl_bus_busy() local 158 struct ps2_reg *const inst = HAL_PS2_INSTANCE(dev); in ps2_npcx_ctrl_write() local 225 struct ps2_reg *const inst = HAL_PS2_INSTANCE(dev); in ps2_npcx_ctrl_is_rx_error() local 245 struct ps2_reg *const inst = HAL_PS2_INSTANCE(dev); in ps2_npcx_ctrl_isr() local 333 struct ps2_reg *const inst = HAL_PS2_INSTANCE(dev); in ps2_npcx_ctrl_init() local
|
/Zephyr-latest/drivers/espi/ |
D | espi_npcx.c | 257 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_bus_err_isr() local 281 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_npcx_flash_fake_request() local 295 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_bus_cfg_update_isr() local 363 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_bus_oob_rx_isr() local 387 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_taf_parse() local 424 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_bus_flash_rx_isr() local 471 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_bus_generic_isr() local 501 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_vw_config_input() local 526 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_vw_config_output() local 547 struct espi_reg *const inst = HAL_INSTANCE(dev); in espi_vw_gpio_config_output() local [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rt1718s.c | 126 #define IRQ_GPIO(inst) \ argument 130 #define GET_PORT_DEVICE(inst) DT_INST_FOREACH_CHILD_STATUS_OKAY(inst, CHECK_PORT_DEVICE) argument 132 #define GPIO_RT1718S_DEVICE_INSTANCE(inst) \ argument
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | can.h | 129 #define DT_INST_CAN_TRANSCEIVER_MIN_BITRATE(inst, min) \ argument 139 #define DT_INST_CAN_TRANSCEIVER_MAX_BITRATE(inst, max) \ argument
|
D | gpio.h | 321 #define DT_INST_GPIO_PIN_BY_IDX(inst, gpio_pha, idx) \ argument 332 #define DT_INST_GPIO_PIN(inst, gpio_pha) \ argument 345 #define DT_INST_GPIO_FLAGS_BY_IDX(inst, gpio_pha, idx) \ argument 356 #define DT_INST_GPIO_FLAGS(inst, gpio_pha) \ argument
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_ad559x.c | 84 #define MDF_AD559X_DEFINE_I2C_BUS(inst) \ argument 91 #define MDF_AD559X_DEFINE_SPI_BUS(inst) \ argument 95 #define MFD_AD559X_DEFINE_BUS(inst) \ argument 99 #define MFD_AD559X_DEFINE(inst) \ argument
|
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/ |
D | f32.c | 21 arm_linear_interp_instance_f32 inst; in test_arm_linear_interp_f32() local 60 arm_bilinear_interp_instance_f32 inst; in test_arm_bilinear_interp_f32() local 107 arm_spline_instance_f32 inst; in test_arm_spline() local
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_npcx.c | 320 static inline int npcx_i3c_status_wait_clear(struct i3c_reg *inst, uint8_t bit_offset) in npcx_i3c_status_wait_clear() 332 static inline uint32_t npcx_i3c_state_get(struct i3c_reg *inst) in npcx_i3c_state_get() 337 static inline void npcx_i3c_interrupt_all_disable(struct i3c_reg *inst) in npcx_i3c_interrupt_all_disable() 344 static inline void npcx_i3c_interrupt_enable(struct i3c_reg *inst, uint32_t mask) in npcx_i3c_interrupt_enable() 352 struct i3c_reg *inst = config->base; in npcx_i3c_enable_target_interrupt() local 372 static bool npcx_i3c_has_error(struct i3c_reg *inst) in npcx_i3c_has_error() 383 static inline void npcx_i3c_status_clear_all(struct i3c_reg *inst) in npcx_i3c_status_clear_all() 390 static inline void npcx_i3c_errwarn_clear_all(struct i3c_reg *inst) in npcx_i3c_errwarn_clear_all() 395 static inline void npcx_i3c_fifo_flush(struct i3c_reg *inst) in npcx_i3c_fifo_flush() 409 static inline int npcx_i3c_send_request(struct i3c_reg *inst, uint32_t mctrl_val) in npcx_i3c_send_request() [all …]
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_dw.c | 231 #define CHECK_CLOCK(inst) \ argument 239 #define DW_WDT_IRQ_FLAGS(inst) \ argument 242 #define DW_WDT_RESET_SPEC_INIT(inst) \ argument 245 #define IRQ_CONFIG(inst) \ argument 253 #define DW_WDT_INIT(inst) \ argument
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_bitbang.c | 250 #define FPGA_ICE40_PINCTRL_DEFINE(inst) PINCTRL_DT_DEFINE(DT_INST_PARENT(inst)) argument 251 #define FPGA_ICE40_PINCTRL_GET(inst) .pincfg = PINCTRL_DT_DEV_CONFIG_GET(DT_INST_PARENT(inst)), argument 253 #define FPGA_ICE40_PINCTRL_DEFINE(inst) argument 254 #define FPGA_ICE40_PINCTRL_GET(inst) argument 257 #define FPGA_ICE40_DEFINE(inst) \ argument
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_core.c | 18 #define MB_RTU_DEFINE_GPIO_CFG(inst, prop) \ argument 25 #define MB_RTU_DEFINE_GPIO_CFGS(inst) \ argument 33 #define MB_RTU_ASSIGN_GPIO_CFG(inst, prop) \ argument 37 #define MODBUS_DT_GET_SERIAL_DEV(inst) { \ argument 49 #define MODBUS_DT_GET_DEV(inst) { \ argument
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_client.c | 120 static uint8_t tbs_index(struct bt_conn *conn, const struct bt_tbs_instance *inst) in tbs_index() 148 static bool free_call_spot(struct bt_tbs_instance *inst) in free_call_spot() 160 static bool is_instance_handle(struct bt_tbs_instance *inst, void *user_data) in is_instance_handle() 172 struct bt_tbs_instance *inst; in lookup_inst_by_handle() local 260 static void bearer_list_current_calls(struct bt_conn *conn, const struct bt_tbs_instance *inst, in bearer_list_current_calls() 761 static void initialize_net_buf_read_buffer(struct bt_tbs_instance *inst) in initialize_net_buf_read_buffer() 768 static void tbs_client_gatt_read_complete(struct bt_tbs_instance *inst) in tbs_client_gatt_read_complete() 774 static int tbs_client_gatt_read(struct bt_conn *conn, struct bt_tbs_instance *inst, uint16_t handle, in tbs_client_gatt_read() 863 static int handle_string_long_read(struct bt_tbs_instance *inst, uint8_t err, const void *data, in handle_string_long_read() 916 struct bt_tbs_instance *inst; in tbs_client_common_call_control() local [all …]
|
/Zephyr-latest/drivers/sensor/st/lis2dux12/ |
D | lis2dux12.c | 245 #define LIS2DUX12_CFG_IRQ(inst) \ argument 251 #define LIS2DUX12_CFG_IRQ(inst) argument 254 #define LIS2DUX12_CONFIG_COMMON(inst, name) \ argument 269 #define LIS2DUX12_CONFIG_SPI(inst, name) \ argument 281 #define LIS2DUX12_CONFIG_I2C(inst, name) \ argument 295 #define LIS2DUX12_DEFINE(inst, name) \ argument
|
/Zephyr-latest/drivers/sensor/st/iis2mdc/ |
D | iis2mdc.c | 326 #define IIS2MDC_DEVICE_INIT(inst) \ argument 341 #define IIS2MDC_CFG_IRQ(inst) \ argument 344 #define IIS2MDC_CFG_IRQ(inst) argument 352 #define IIS2MDC_CONFIG_SPI(inst) \ argument 364 #define IIS2MDC_CONFIG_I2C(inst) \ argument 377 #define IIS2MDC_DEFINE(inst) \ argument
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | atmel_sam_pmc.h | 26 #define SAM_DT_INST_CLOCK_PMC_CFG(inst) SAM_DT_CLOCK_PMC_CFG(0, DT_DRV_INST(inst)) argument 34 #define SAM_DT_INST_CLOCKS_PMC_CFG(inst) \ argument
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | csip_set_member.c | 25 struct bt_csip_set_member_svc_inst *inst, in csip_lock_changed_cb() 32 struct bt_csip_set_member_svc_inst *inst) in sirk_read_req_cb()
|
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x_accel.c | 752 #define BMI08X_CONFIG_SPI(inst) \ argument 756 #define BMI08X_CONFIG_I2C(inst) .bus.i2c = I2C_DT_SPEC_INST_GET(inst), argument 758 #define BMI08X_ACCEL_TRIG(inst) \ argument 764 #define BMI08X_VERIFY_DATA_SYNC(inst) \ argument 772 #define BMI08X_GYRO_ODR(inst) DT_ENUM_IDX(DT_INST_PHANDLE(inst, data_sync), gyro_hz) argument 773 #define BMI08X_ACCEL_ODR(inst) DT_INST_ENUM_IDX(inst, accel_hz) argument 775 #define BMI08X_VERIFY_DATA_SYNC_ODR(inst) \ argument 782 #define BMI08X_VERIFY_GYRO_DATA_SYNC_EN(inst) \ argument 789 #define BMI08X_DATA_SYNC_REG_VAL(inst) \ argument 802 #define BMI08X_DATA_SYNC_REG(inst) \ argument [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/ |
D | cq31.c | 22 arm_cfft_instance_q31 inst; in test_arm_cfft_q31() local 126 arm_cfft_instance_q31 inst; in test_arm_cifft_q31() local
|