| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_usb_drv.c | 211 uint8_t const dir = (config->ep_addr & 0x80) >> 7; in usb_dcd_edpt_open() local 223 uint8_t const dir = (ep_addr & 0x80) >> 7; in usb_dcd_edpt_get_type() local 240 uint8_t const dir = (ep_addr & 0x80) >> 7; in usb_dcd_edpt_stall() local 248 uint8_t const dir = (ep_addr & 0x80) >> 7; in usb_dcd_edpt_clear_stall() local 258 uint8_t const dir = (ep_addr & 0x80) >> 7; in usb_dcd_edpt_check_stall() local 266 uint8_t const dir = (ep_addr & 0x80) >> 7; in usb_dcd_edpt_close() local
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | simple_idr.c | 70 int id_alloc(struct id_dir *dir, void *value) in id_alloc() 153 void id_free(struct id_dir *dir, int id) in id_free() 219 void* id_get(struct id_dir *dir, int id) in id_get() 281 void id_destroyed(struct id_dir *dir) in id_destroyed()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_params.c | 227 unsigned int *val, int *dir) in snd_pcm_hw_param_get() 252 unsigned int *val, int *dir) in snd_pcm_hw_param_get_min() 275 unsigned int *val, int *dir) in snd_pcm_hw_param_get_max() 380 unsigned int *rval, int *dir) in snd_pcm_hw_param_set_first() 417 unsigned int *rval, int *dir) in snd_pcm_hw_param_set_last() 433 snd_pcm_hw_param_t var, unsigned int val, int dir) in _snd_pcm_hw_param_set_min() 464 snd_pcm_hw_param_t var, unsigned int *val, int *dir) in snd_pcm_hw_param_set_min() 504 snd_pcm_hw_param_t var, unsigned int val, int dir) in _snd_pcm_hw_param_set_max() 746 snd_pcm_hw_param_t var, unsigned int val, int dir) in _snd_pcm_hw_param_set() 797 snd_pcm_hw_param_t var, unsigned int val, int dir) in snd_pcm_hw_param_set() [all …]
|
| A D | pcm.c | 284 … snd_pcm_hw_params_set_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) in snd_pcm_hw_params_set_rate() 290 …params_set_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir) in snd_pcm_hw_params_set_period_size() 306 …cm_hw_params_set_period_time(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int us, int dir) in snd_pcm_hw_params_set_period_time() 312 …rams_set_period_time_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_set_period_time_near() 352 …d_pcm_hw_params_set_periods(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir) in snd_pcm_hw_params_set_periods() 358 …w_params_set_periods_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_set_periods_near() 393 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_rate() 398 …t snd_pcm_hw_params_get_period_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_period_time() 403 …_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir) in snd_pcm_hw_params_get_period_size() 421 …t snd_pcm_hw_params_get_buffer_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_buffer_time() [all …]
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/libmetal/lib/ |
| A D | dma.c | 15 uint32_t dir, in metal_dma_map() 41 uint32_t dir, in metal_dma_unmap()
|
| A D | st_device.c | 120 uint32_t dir, in metal_generic_dev_dma_map() 143 uint32_t dir, in metal_generic_dev_dma_unmap()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/libmetal/lib/ |
| A D | dma.c | 15 uint32_t dir, in metal_dma_map() 41 uint32_t dir, in metal_dma_unmap()
|
| A D | st_device.c | 120 uint32_t dir, in metal_generic_dev_dma_map() 143 uint32_t dir, in metal_generic_dev_dma_unmap()
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/usb/ |
| A D | hpl_usb.c | 528 uint8_t dir : 1; member 898 static inline struct _usb_d_dev_ep *_usb_d_dev_ept(uint8_t epn, bool dir) in _usb_d_dev_ept() 1630 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_init() local 1668 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_deinit() local 1694 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_enable() local 1760 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_disable() local 1777 static inline int32_t _usb_d_dev_ep_stall_get(struct _usb_d_dev_ep *ept, bool dir) in _usb_d_dev_ep_stall_get() 1831 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_stall() local 1915 bool dir = USB_EP_GET_DIR(trans->ep); in _usb_d_dev_ep_trans() local 1986 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_abort() local [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/usb/ |
| A D | hpl_usb.c | 528 uint8_t dir : 1; member 898 static inline struct _usb_d_dev_ep *_usb_d_dev_ept(uint8_t epn, bool dir) in _usb_d_dev_ept() 1630 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_init() local 1668 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_deinit() local 1694 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_enable() local 1760 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_disable() local 1777 static inline int32_t _usb_d_dev_ep_stall_get(struct _usb_d_dev_ep *ept, bool dir) in _usb_d_dev_ep_stall_get() 1831 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_stall() local 1915 bool dir = USB_EP_GET_DIR(trans->ep); in _usb_d_dev_ep_trans() local 1986 bool dir = USB_EP_GET_DIR(ep); in _usb_d_dev_ep_abort() local [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_sx/ |
| A D | hal_msgbox_sx.c | 33 struct messagebox *msgbox_init_sx(enum msgbox_direction dir) in msgbox_init_sx() 133 enum msgbox_channel_direction dir, in msgbox_alloc_channel_sx()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_ce.h | 35 uint32_t dir; member 66 uint32_t dir; member 90 uint32_t dir; member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/RISCV/stubs/ |
| A D | lseek.c | 8 off_t _lseek(int fd, off_t ptr, int dir) in _lseek()
|
| /bsp/ck802/libraries/common/gpio/ |
| A D | dw_gpio.c | 43 gpio_direction_e dir; ///< gpio direction member 325 …_gpio_port_config(gpio_port_handle_t handle, uint32_t mask, gpio_mode_e mode, gpio_direction_e dir) in csi_gpio_port_config() 430 gpio_direction_e dir) in csi_gpio_pin_config()
|
| /bsp/samd21/sam_d2x_asflib/common/services/ioport/ |
| A D | ioport.h | 262 ioport_port_mask_t mask, enum ioport_direction dir) in ioport_set_port_dir() 274 enum ioport_direction dir) in ioport_set_pin_dir()
|
| /bsp/bouffalo_lab/libraries/rt_drivers/sample/ |
| A D | pwm_led_sample.c | 27 rt_uint32_t period, pulse, dir; in pwm_led_sample() local
|
| /bsp/hpmicro/libraries/hpm_sdk/components/usb/device/ |
| A D | hpm_usb_device.c | 195 uint8_t const dir = (config->ep_addr & 0x80) >> 7; in usb_device_edpt_open() local 224 uint8_t const dir = (ep_addr & 0x80) >> 7; in usb_device_edpt_xfer() local
|
| /bsp/thead-smart/drivers/ |
| A D | dw_gpio.c | 44 gpio_direction_e dir; ///< gpio direction member 497 gpio_direction_e dir) in csi_gpio_pin_config_direction() 529 gpio_direction_e dir) in csi_gpio_pin_config()
|
| /bsp/samd21/sam_d2x_asflib/common/services/ioport/sam0/ |
| A D | ioport.h | 224 ioport_port_mask_t mask, unsigned char dir) in arch_ioport_set_port_dir() 234 enum ioport_direction dir) in arch_ioport_set_pin_dir()
|
| /bsp/nuvoton/numaker-pfm-m487/applications/ |
| A D | mnt.c | 72 static int mkdir_p(const char *dir, const mode_t mode) in mkdir_p()
|
| /bsp/nuvoton/numaker-iot-m467/applications/ |
| A D | mnt.c | 60 static int mkdir_p(const char *dir, const mode_t mode) in mkdir_p()
|
| /bsp/nuvoton/numaker-iot-m487/applications/ |
| A D | mnt.c | 72 static int mkdir_p(const char *dir, const mode_t mode) in mkdir_p()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_crypt.h | 138 uint32_t dir; /**< ENCRYPT or DECRYPT */ member 163 #define CRYPT_SETDIR(handle, dir) do {(handle)->perh->CON &= ~(0x1 << CRYPT_CON_ENCS_POS); \ argument
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/src/ |
| A D | utils_syscalls.c | 116 extern int _lseek(int file, int ptr, int dir) in _lseek()
|
| /bsp/microchip/samc21/bsp/hal/utils/src/ |
| A D | utils_syscalls.c | 116 extern int _lseek(int file, int ptr, int dir) in _lseek()
|