Home
last modified time | relevance | path

Searched defs:DEV_DATA (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/tests/kernel/device/src/
Dmmio_multireg.c36 #define DEV_DATA(dev) ((struct foo_multireg_dev_data *)((dev)->data)) macro
Dmmio.c122 #define DEV_DATA(dev) ((struct foo_mult_dev_data *)((dev)->data)) macro
/Zephyr-latest/drivers/gpio/
Dgpio_xlnx_ps.c24 #define DEV_DATA(_dev) ((struct gpio_xlnx_ps_dev_data *const)(_dev)->data) macro
Dgpio_brcmstb.c19 #define DEV_DATA(dev) ((struct gpio_brcmstb_data *)(dev)->data) macro
Dgpio_xlnx_ps_bank.c25 #define DEV_DATA(_dev) ((struct gpio_xlnx_ps_bank_dev_data *const)(_dev)->data) macro
Dgpio_davinci.c28 #define DEV_DATA(dev) ((struct gpio_davinci_data *)(dev)->data) macro
Dgpio_mcux_rgpio.c22 #define DEV_DATA(_dev) ((struct mcux_rgpio_data *)(_dev)->data) macro
Dgpio_iproc.c44 #define DEV_DATA(dev) ((struct gpio_iproc_data *const)(dev)->data) macro
Dgpio_mcux_igpio.c24 #define DEV_DATA(_dev) ((struct mcux_igpio_data *)(_dev)->data) macro
Dgpio_rp1.c52 #define DEV_DATA(dev) ((struct gpio_rp1_data *)(dev)->data) macro
Dgpio_rcar.c26 #define DEV_DATA(_dev) ((struct gpio_rcar_data *)(_dev)->data) macro
Dgpio_bcm2711.c43 #define DEV_DATA(dev) ((struct gpio_bcm2711_data *const)(dev)->data) macro
Dgpio_intel.c93 #define DEV_DATA(_dev) ((struct gpio_intel_data *)(_dev)->data) macro
/Zephyr-latest/drivers/flash/
Dflash_cadence_qspi_nor.c35 #define DEV_DATA(dev) ((struct flash_cad_priv *)((dev)->data)) macro
Dflash_cadence_nand.c24 #define DEV_DATA(_dev) ((struct flash_cadence_nand_data *const)(_dev)->data) macro
/Zephyr-latest/drivers/sdhc/
Dsdhc_cdns.c20 #define DEV_DATA(_dev) ((struct sdhc_cdns_data *const)(_dev)->data) macro
/Zephyr-latest/drivers/misc/timeaware_gpio/
Dtimeaware_gpio_intel.c48 #define DEV_DATA(_dev) ((struct tgpio_runtime *)(_dev)->data) macro
/Zephyr-latest/drivers/counter/
Dcounter_mcux_gpt.c20 #define DEV_DATA(_dev) ((struct mcux_gpt_data *)(_dev)->data) macro
Dcounter_mcux_tpm.c19 #define DEV_DATA(_dev) ((struct mcux_tpm_data *)(_dev)->data) macro
Dcounter_dw_timer.c40 #define DEV_DATA(_dev) ((struct counter_dw_timer_drv_data *const)(_dev)->data) macro
/Zephyr-latest/drivers/dma/
Ddma_sedi.c38 #define DEV_DATA(dev) ((struct dma_sedi_driver_data *const)(dev)->data) macro
Ddma_dw_axi.c18 #define DEV_DATA(_dev) ((struct dma_dw_axi_dev_data *const)(_dev)->data) macro
/Zephyr-latest/drivers/i2c/
Di2c_mcux_lpi2c_rtio.c39 #define DEV_DATA(_dev) ((struct mcux_lpi2c_data *)(_dev)->data) macro
Di2c_mcux_lpi2c.c41 #define DEV_DATA(_dev) ((struct mcux_lpi2c_data *)(_dev)->data) macro
/Zephyr-latest/drivers/spi/
Dspi_mcux_lpspi.c37 #define DEV_DATA(_dev) ((struct spi_mcux_data *)(_dev)->data) macro

12