Home
last modified time | relevance | path

Searched defs:inst (Results 151 – 175 of 763) sorted by relevance

12345678910>>...31

/Zephyr-latest/drivers/sdhc/
Dsdhc_cdns.c247 #define SDHC_CDNS_CLOCK_RATE_INIT(inst) \ argument
261 #define SDHC_CDNS_RESET_SPEC_INIT(inst) \ argument
266 #define SDHC_CDNS_INIT(inst) \ argument
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h87 #define BT_DT_HCI_QUIRKS_INST_GET(inst) BT_DT_HCI_QUIRKS_GET(DT_DRV_INST(inst)) argument
90 #define BT_DT_HCI_NAME_INST_GET(inst) BT_DT_HCI_NAME_GET(DT_DRV_INST(inst)) argument
94 #define BT_DT_HCI_BUS_INST_GET(inst) BT_DT_HCI_BUS_GET(DT_DRV_INST(inst)) argument
/Zephyr-latest/drivers/input/
Dinput_npcx_kbd.c77 struct kbs_reg *const inst = config->base; in npcx_kbd_drive_column() local
109 struct kbs_reg *const inst = config->base; in npcx_kbd_read_row() local
145 struct kbs_reg *const inst = config->base; in npcx_kbd_init() local
/Zephyr-latest/drivers/regulator/
Dregulator_npm1100.c121 #define REGULATOR_NPM1100_DEFINE_BUCK_COND(inst) \ argument
127 #define REGULATOR_NPM1100_DEFINE_ALL(inst) \ argument
Dregulator_mpm54304.c84 #define REGULATOR_MPM54304_DEFINE_COND(inst, child, child_name) \ argument
89 #define REGULATOR_MPM54304_DEFINE_ALL(inst) \ argument
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro.c440 #define BMI08X_CONFIG_SPI(inst) \ argument
444 #define BMI08X_CONFIG_I2C(inst) .bus.i2c = I2C_DT_SPEC_INST_GET(inst), argument
446 #define BMI08X_GYRO_TRIG(inst) \ argument
457 #define BMI08X_GYRO_TRIGGER_PINS(inst) BMI08X_GYRO_TRIG(inst) argument
459 #define BMI08X_GYRO_TRIGGER_PINS(inst) \ argument
463 #define BMI08X_CREATE_INST(inst) \ argument
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.c795 #define BMI270_FEATURE(inst) ( \ argument
801 #define BMI270_CONFIG_INT(inst) \ argument
805 #define BMI270_CONFIG_INT(inst) argument
809 #define BMI270_CONFIG_SPI(inst) \ argument
815 #define BMI270_CONFIG_I2C(inst) \ argument
819 #define BMI270_CREATE_INST(inst) \ argument
/Zephyr-latest/drivers/flash/
Dflash_mspi_nor.c627 #define FLASH_SIZE_INST(inst) (DT_INST_PROP(inst, size) / 8) argument
632 #define FLASH_PAGE_LAYOUT_DEFINE(inst) \ argument
638 #define FLASH_PAGE_LAYOUT_CHECK(inst) \ argument
642 #define FLASH_PAGE_LAYOUT_DEFINE(inst) argument
643 #define FLASH_PAGE_LAYOUT_CHECK(inst) argument
653 #define FLASH_MSPI_NOR_INST(inst) \ argument
/Zephyr-latest/drivers/display/
Ddisplay_stm32_ltdc.c521 #define STM32_LTDC_FRAME_BUFFER_LEN(inst) \ argument
525 #define STM32_LTDC_FRAME_BUFFER_ADDR(inst) (NULL) argument
526 #define STM32_LTDC_FRAME_BUFFER_DEFINE(inst) argument
528 #define STM32_LTDC_FRAME_BUFFER_ADDR(inst) frame_buffer_##inst argument
529 #define STM32_LTDC_FRAME_BUFFER_DEFINE(inst) \ argument
535 #define STM32_LTDC_DEVICE(inst) \ argument
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.c51 #define TO_CTIMER_CLOCK_SOURCE(inst, val) TO_CLOCK_ATTACH_ID(inst, val) argument
52 #define TO_CLOCK_ATTACH_ID(inst, val) CLKCTL1_TUPLE_MUXA(CT32BIT##inst##FCLKSEL_OFFSET, val) argument
/Zephyr-latest/drivers/dma/
Ddma_dw.c57 #define DW_DMAC_INIT(inst) \ argument
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dcsip_set_member.c25 struct bt_csip_set_member_svc_inst *inst, in csip_lock_changed_cb()
/Zephyr-latest/drivers/firmware/scmi/
Dmailbox.h72 #define DT_INST_SCMI_MBOX_BASE_CHAN_DEFINE(inst) \ argument
103 #define DT_INST_SCMI_MAILBOX_DEFINE(inst, level, prio, api) \ argument
/Zephyr-latest/drivers/sensor/st/iis2dh/
Diis2dh.c303 #define IIS2DH_SPI(inst) \ argument
307 #define IIS2DH_I2C(inst) (.i2c = I2C_DT_SPEC_INST_GET(inst),) argument
309 #define IIS2DH_DEFINE(inst) \ argument
/Zephyr-latest/drivers/dai/nxp/micfil/
Dmicfil.c22 #define MICFIL_FIFO_BASE(inst) \ argument
25 #define MICFIL_DMA_HANDSHAKE(inst) \ argument
185 #define DAI_NXP_MICFIL_INIT(inst) \ argument
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dsoc.c44 #define TO_CTIMER_CLOCK_SOURCE(inst, val) TO_CLOCK_ATTACH_ID(inst, val) argument
45 #define TO_CLOCK_ATTACH_ID(inst, val) CLKCTL1_TUPLE_MUXA(CT32BIT##inst##FCLKSEL_OFFSET, val) argument
/Zephyr-latest/drivers/mfd/
Dmfd_max20335.c42 #define MFD_MA20335_DEFINE(inst) \ argument
Dmfd_pf1550.c42 #define MFD_PF1550_DEFINE(inst) \ argument
/Zephyr-latest/drivers/sensor/st/stm32_vbat/
Dstm32_vbat.c127 #define ASSERT_VBAT_ADC_ENABLED(inst) \ argument
132 #define STM32_VBAT_DEFINE(inst) \ argument
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Ddecim_f32.c32 arm_fir_decimate_instance_f32 inst; in ZTEST() local
95 arm_fir_interpolate_instance_f32 inst; in ZTEST() local
Ddecim_q15.c32 arm_fir_decimate_instance_q15 inst; in ZTEST() local
96 arm_fir_interpolate_instance_q15 inst; in ZTEST() local
Ddecim_q31.c32 arm_fir_decimate_instance_q31 inst; in ZTEST() local
96 arm_fir_interpolate_instance_q31 inst; in ZTEST() local
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.h29 #define _ESAI_FIFO_DEPTH(inst)\ argument
37 #define ESAI_FIFO_DEPTH(inst)\ argument
43 #define ESAI_TX_FIFO_WATERMARK(inst)\ argument
49 #define ESAI_RX_FIFO_WATERMARK(inst)\ argument
57 #define ESAI_TX_RX_DMA_HANDSHAKE(inst, dir)\ argument
64 #define ESAI_WORD_WIDTH(inst) DT_INST_PROP_OR(inst, word_width, 24) argument
134 #define ESAI_TX_FIFO_BASE(inst)\ argument
138 #define ESAI_RX_FIFO_BASE(inst)\ argument
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c81 static void vocs_state_cb(struct bt_vocs *inst, int err, int16_t offset) in vocs_state_cb()
92 static void vocs_location_cb(struct bt_vocs *inst, int err, uint32_t location) in vocs_location_cb()
103 static void vocs_description_cb(struct bt_vocs *inst, int err, in vocs_description_cb()
116 static void aics_state_cb(struct bt_aics *inst, int err, int8_t gain, in aics_state_cb()
130 static void aics_gain_setting_cb(struct bt_aics *inst, int err, uint8_t units, in aics_gain_setting_cb()
144 static void aics_input_type_cb(struct bt_aics *inst, int err, in aics_input_type_cb()
156 static void aics_status_cb(struct bt_aics *inst, int err, bool active) in aics_status_cb()
167 static void aics_description_cb(struct bt_aics *inst, int err, in aics_description_cb()
/Zephyr-latest/drivers/pwm/
Dpwm_ite_it8xxx2.c100 struct pwm_it8xxx2_regs *const inst = config->base; in pwm_it8xxx2_set_cycles() local
234 struct pwm_it8xxx2_regs *const inst = config->base; in pwm_it8xxx2_init() local
284 #define PWM_IT8XXX2_INIT(inst) \ argument

12345678910>>...31