Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 15 of 15) sorted by relevance

/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_sdio.c57 struct swm_sdio_pkg *pkg; member
173 static void swm_sdio_transfer(struct swm_sdio_device *sdio, struct swm_sdio_pkg *pkg) in swm_sdio_transfer()
217 static void swm_sdio_send_command(struct swm_sdio_device *sdio, struct swm_sdio_pkg *pkg) in swm_sdio_send_command()
300 struct swm_sdio_pkg pkg; in swm_sdio_request() local
570 static rt_err_t swm_sdio_rxconfig(struct swm_sdio_pkg *pkg, rt_uint32_t *buff, int size) in swm_sdio_rxconfig()
589 static rt_err_t swm_sdio_txconfig(struct swm_sdio_pkg *pkg, rt_uint32_t *buff, int size) in swm_sdio_txconfig()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_sdio.c57 struct swm_sdio_pkg *pkg; member
173 static void swm_sdio_transfer(struct swm_sdio_device *sdio, struct swm_sdio_pkg *pkg) in swm_sdio_transfer()
217 static void swm_sdio_send_command(struct swm_sdio_device *sdio, struct swm_sdio_pkg *pkg) in swm_sdio_send_command()
300 struct swm_sdio_pkg pkg; in swm_sdio_request() local
577 static rt_err_t swm_sdio_rxconfig(struct swm_sdio_pkg *pkg, rt_uint32_t *buff, int size) in swm_sdio_rxconfig()
596 static rt_err_t swm_sdio_txconfig(struct swm_sdio_pkg *pkg, rt_uint32_t *buff, int size) in swm_sdio_txconfig()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_sdio.c37 struct sdio_pkg *pkg; member
285 static void _sdio_transfer_by_dma(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in _sdio_transfer_by_dma()
320 static void _sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in _sdio_send_command()
408 struct sdio_pkg pkg; in _sdio_request() local
750 static rt_err_t _sdio_dma_rxconfig(CM_DMA_TypeDef *instance, rt_uint8_t ch, struct sdio_pkg *pkg) in _sdio_dma_rxconfig()
769 static rt_err_t _sdio_dma_txconfig(CM_DMA_TypeDef *instance, rt_uint8_t ch, struct sdio_pkg *pkg) in _sdio_dma_txconfig()
/bsp/ft2004/drivers/
A Ddrv_sdctrl.c43 struct mmcsd_pkg *pkg; member
80 static void rthw_sdctrl_transfer_by_dma(ft_sdctrl_class_t *class_p, struct mmcsd_pkg *pkg) in rthw_sdctrl_transfer_by_dma()
171 static void rthw_sdctrl_docmd(ft_sdctrl_class_t *class_p, struct mmcsd_pkg *pkg) in rthw_sdctrl_docmd()
205 static void rthw_sdctrl_send_command(ft_sdctrl_class_t *class_p, struct mmcsd_pkg *pkg) in rthw_sdctrl_send_command()
232 struct mmcsd_pkg pkg; in rthw_sdctrl_request() local
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_sdio.c47 struct sdio_pkg *pkg; member
171 static void rthw_sdio_transfer_by_dma(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_transfer_by_dma()
218 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
338 struct sdio_pkg pkg; in rthw_sdio_request() local
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_sdio.c46 struct sdio_pkg *pkg; member
213 static void rthw_sdio_transfer_by_dma(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_transfer_by_dma()
260 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
362 struct sdio_pkg pkg; in rthw_sdio_request() local
A Ddrv_sdmmc.c52 struct sdio_pkg *pkg; member
230 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
327 struct sdio_pkg pkg; in rthw_sdio_request() local
/bsp/apm32/libraries/Drivers/
A Ddrv_sdio.c43 struct sdio_pkg *pkg; member
210 static void rthw_sdio_transfer_by_dma(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_transfer_by_dma()
257 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
359 struct sdio_pkg pkg; in rthw_sdio_request() local
/bsp/stm32/stm32h743-atk-apollo/board/ports/
A Ddrv_sdio.c40 struct sdio_pkg *pkg; member
164 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
252 struct sdio_pkg pkg; in rthw_sdio_request() local
/bsp/stm32/stm32h743-openmv-h7plus/board/ports/
A Ddrv_sdio.c41 struct sdio_pkg *pkg; member
165 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
253 struct sdio_pkg pkg; in rthw_sdio_request() local
/bsp/stm32/stm32h750-artpi/board/port/
A Ddrv_sdio.c46 struct sdio_pkg *pkg; member
192 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
282 struct sdio_pkg pkg; in rthw_sdio_request() local
/bsp/at32/libraries/rt_drivers/
A Ddrv_sdio.c45 struct sdio_pkg *pkg; member
212 static void rt_hw_sdio_transfer_by_dma(struct rt_hw_sdio *sdio, struct sdio_pkg *pkg) in rt_hw_sdio_transfer_by_dma()
259 static void rt_hw_sdio_send_command(struct rt_hw_sdio *sdio, struct sdio_pkg *pkg) in rt_hw_sdio_send_command()
361 struct sdio_pkg pkg; in rt_hw_sdio_request() local
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_sdio.c56 struct sdio_pkg *pkg; /* package structure */ member
81 static void rt_hw_sdio_transfer_by_dma(struct rt_hw_sdio *sdio, struct sdio_pkg *pkg) in rt_hw_sdio_transfer_by_dma()
124 static void rt_hw_sdio_send_command(struct rt_hw_sdio *sdio, struct sdio_pkg *pkg) in rt_hw_sdio_send_command()
245 struct sdio_pkg pkg; in rt_hw_sdio_request() local
/bsp/stm32/stm32mp157a-st-discovery/board/ports/
A Ddrv_sdio.c53 struct sdio_pkg *pkg; member
223 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
314 struct sdio_pkg pkg; in rthw_sdio_request() local
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_emmc.c48 struct sdio_pkg *pkg; member
244 static void rthw_sdio_send_command(struct rthw_sdio *sdio, struct sdio_pkg *pkg) in rthw_sdio_send_command()
341 struct sdio_pkg pkg; in rthw_sdio_request() local

Completed in 49 milliseconds