Searched refs:smartbond_ep_state (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_smartbond.c | 112 struct smartbond_ep_state { struct 166 struct smartbond_ep_state ep_state[2][4]; 319 static struct smartbond_ep_state *usb_dc_get_ep_state(uint8_t ep) in usb_dc_get_ep_state() 327 static struct smartbond_ep_state *usb_dc_get_ep_out_state(uint8_t ep) in usb_dc_get_ep_out_state() 335 static struct smartbond_ep_state *usb_dc_get_ep_in_state(uint8_t ep) in usb_dc_get_ep_in_state() 364 static void fill_tx_fifo(struct smartbond_ep_state *ep_state) in fill_tx_fifo() 409 static bool try_allocate_dma(struct smartbond_ep_state *ep_state, uint8_t dir) in try_allocate_dma() 441 static void start_rx_packet(struct smartbond_ep_state *ep_state) in start_rx_packet() 490 static void start_tx_packet(struct smartbond_ep_state *ep_state) in start_tx_packet() 524 static uint16_t read_rx_fifo(struct smartbond_ep_state *ep_state, in read_rx_fifo() [all …]
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_smartbond.c | 88 struct smartbond_ep_state { struct 119 struct smartbond_ep_state ep_state[2][4]; argument 234 static struct smartbond_ep_state *usb_dc_get_ep_state(struct usb_smartbond_data *data, uint8_t ep) in usb_dc_get_ep_state() 244 static struct smartbond_ep_state *usb_dc_get_ep_out_state(struct usb_smartbond_data *data, in usb_dc_get_ep_out_state() 252 static struct smartbond_ep_state *usb_dc_get_ep_in_state(struct usb_smartbond_data *data, in usb_dc_get_ep_in_state() 271 static void fill_tx_fifo(struct smartbond_ep_state *ep_state) in fill_tx_fifo() 324 static bool try_allocate_dma(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in try_allocate_dma() 358 static void start_rx_packet(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in start_rx_packet() 410 static void start_tx_packet(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in start_tx_packet() 453 static uint16_t read_rx_fifo(struct smartbond_ep_state *ep_state, uint8_t *dst, in read_rx_fifo() [all …]
|