/u-boot/board/ti/common/ |
A D | board_detect.c | 56 uchar *ep, int epsize) in ti_i2c_eeprom_read() 87 u32 header, u32 size, uint8_t *ep) in ti_i2c_eeprom_get() 178 struct ti_common_eeprom *ep; in ti_emmc_boardid_get() local 248 struct ti_common_eeprom *ep; in ti_i2c_eeprom_am_set() local 274 struct ti_common_eeprom *ep; in ti_i2c_eeprom_am_get() local 320 struct ti_common_eeprom *ep; in ti_i2c_eeprom_dra7_get() local 363 struct ti_am6_eeprom *ep, in ti_i2c_eeprom_am6_parse_record() 426 struct ti_am6_eeprom *ep, in ti_i2c_eeprom_am6_get() 558 struct ti_common_eeprom *ep = TI_EEPROM_DATA; in board_ti_is() local 567 struct ti_common_eeprom *ep = TI_EEPROM_DATA; in board_ti_rev_is() local [all …]
|
/u-boot/drivers/usb/gadget/ |
A D | dwc2_udc_otg_xfer_dma.c | 199 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_rx() local 272 struct dwc2_ep *ep = &dev->ep[ep_num]; in complete_tx() local 348 struct dwc2_ep *ep = &dev->ep[ep_num]; in dwc2_udc_check_tx_queue() local 614 struct dwc2_ep *ep; in dwc2_queue() local 813 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_read() local 850 struct dwc2_ep *ep = &dev->ep[0]; in dwc2_ep0_write() local 951 static void dwc2_udc_set_nak(struct dwc2_ep *ep) in dwc2_udc_set_nak() 1062 struct dwc2_ep *ep; in dwc2_udc_set_halt() local 1157 struct dwc2_ep *ep; in dwc2_udc_clear_feature() local 1221 struct dwc2_ep *ep; in dwc2_udc_set_feature() local [all …]
|
A D | atmel_usba_udc.c | 171 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_enable() local 273 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_disable() local 339 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_queue() local 380 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_dequeue() local 402 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_set_halt() local 447 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_status() local 454 struct usba_ep *ep = to_usba_ep(_ep); in usba_ep_fifo_flush() local 534 struct usba_ep *ep; in reset_all_endpoints() local 562 struct usba_ep *ep; in get_ep_by_addr() local 624 struct usba_ep *ep; in do_test_mode() local [all …]
|
A D | f_rockusb.c | 141 static void rockusb_complete(struct usb_ep *ep, struct usb_request *req) in rockusb_complete() 225 static struct usb_request *rockusb_start_ep(struct usb_ep *ep) in rockusb_start_ep() 411 static unsigned int rx_bytes_expected(struct usb_ep *ep) in rx_bytes_expected() 550 static void cb_test_unit_ready(struct usb_ep *ep, struct usb_request *req) in cb_test_unit_ready() 561 static void cb_read_storage_id(struct usb_ep *ep, struct usb_request *req) in cb_read_storage_id() 620 static void cb_read_lba(struct usb_ep *ep, struct usb_request *req) in cb_read_lba() 662 static void cb_write_lba(struct usb_ep *ep, struct usb_request *req) in cb_write_lba() 703 static void cb_erase_lba(struct usb_ep *ep, struct usb_request *req) in cb_erase_lba() 754 static void compl_do_reset(struct usb_ep *ep, struct usb_request *req) in compl_do_reset() 762 static void cb_reboot(struct usb_ep *ep, struct usb_request *req) in cb_reboot() [all …]
|
A D | epautoconf.c | 48 struct usb_ep *ep, in ep_matches() 180 struct usb_ep *ep; in find_ep() local 224 struct usb_ep *ep = NULL; in usb_ep_autoconfig() local 315 struct usb_ep *ep; in usb_ep_autoconfig_reset() local
|
A D | at91_udc.c | 267 static void nuke(struct at91_ep *ep, int status) in nuke() 422 struct at91_ep *ep; in at91_ep_queue() local 520 struct at91_ep *ep; in at91_ep_dequeue() local 644 struct at91_ep *ep = &udc->ep[i]; in udc_reinit() local 669 struct at91_ep *ep = &udc->ep[i]; in reset_gadget() local 694 struct at91_ep *ep = &udc->ep[i]; in stop_activity() local 809 static int handle_ep(struct at91_ep *ep) in handle_ep() 1293 struct at91_ep *ep = &udc->ep[1]; in at91_udc_irq() local 1348 struct at91_ep *ep; in at91sam9260_udc_init() local 1388 struct at91_ep *ep; in at91sam9261_udc_init() local [all …]
|
A D | pxa25x_udc.c | 300 struct pxa25x_ep *ep; in pxa25x_ep_enable() local 352 struct pxa25x_ep *ep; in pxa25x_ep_disable() local 730 struct pxa25x_ep *ep; in pxa25x_ep_queue() local 862 struct pxa25x_ep *ep; in pxa25x_ep_dequeue() local 892 struct pxa25x_ep *ep; in pxa25x_ep_set_halt() local 948 struct pxa25x_ep *ep; in pxa25x_ep_fifo_status() local 967 struct pxa25x_ep *ep; in pxa25x_ep_fifo_flush() local 1142 struct pxa25x_ep *ep = &dev->ep[i]; in udc_reinit() local 1220 struct pxa25x_ep *ep = &dev->ep[0]; in handle_ep0() local 1464 static void handle_ep(struct pxa25x_ep *ep) in handle_ep() [all …]
|
A D | f_fastboot.c | 197 static void fastboot_complete(struct usb_ep *ep, struct usb_request *req) in fastboot_complete() 296 static struct usb_request *fastboot_start_ep(struct usb_ep *ep) in fastboot_start_ep() 421 static void compl_do_reset(struct usb_ep *ep, struct usb_request *req) in compl_do_reset() 426 static unsigned int rx_bytes_expected(struct usb_ep *ep) in rx_bytes_expected() 450 static void rx_handler_dl_image(struct usb_ep *ep, struct usb_request *req) in rx_handler_dl_image() 486 static void do_exit_on_complete(struct usb_ep *ep, struct usb_request *req) in do_exit_on_complete() 491 static void do_bootm_on_complete(struct usb_ep *ep, struct usb_request *req) in do_bootm_on_complete() 498 static void do_acmd_complete(struct usb_ep *ep, struct usb_request *req) in do_acmd_complete() 509 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req) in rx_handler_command()
|
A D | fotg210.c | 34 struct usb_ep ep; member 48 struct fotg210_ep *ep; member 59 struct fotg210_ep ep[1 + CFG_NUM_ENDPOINTS]; member 81 int ep = ep_addr & USB_ENDPOINT_NUMBER_MASK; in ep_reset() local 472 struct fotg210_ep *ep = chip->ep + ep_id; in fotg210_recv() local 506 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_enable() local 550 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_disable() local 588 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_queue() local 647 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_dequeue() local 673 struct fotg210_ep *ep = container_of(_ep, struct fotg210_ep, ep); in fotg210_ep_halt() local [all …]
|
A D | dwc2_udc_otg.c | 203 struct dwc2_ep *ep = &dev->ep[i]; in udc_reinit() local 362 static void done(struct dwc2_ep *ep, struct dwc2_request *req, int status) in done() 413 static void nuke(struct dwc2_ep *ep, int status) in nuke() 438 struct dwc2_ep *ep = &dev->ep[i]; in stop_activity() local 616 struct dwc2_ep *ep; in dwc2_ep_enable() local 681 struct dwc2_ep *ep; in dwc2_ep_disable() local 707 static struct usb_request *dwc2_alloc_request(struct usb_ep *ep, in dwc2_alloc_request() 724 static void dwc2_free_request(struct usb_ep *ep, struct usb_request *_req) in dwc2_free_request() 738 struct dwc2_ep *ep; in dwc2_dequeue() local 772 struct dwc2_ep *ep; in dwc2_fifo_status() local [all …]
|
A D | max3420_udc.c | 117 struct max3420_ep *ep; member 131 struct max3420_ep ep[MAX3420_MAX_EPS]; member 253 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_enable() local 265 struct max3420_ep *ep = req->ep; in max3420_req_done() local 292 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_disable() local 304 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_alloc_request() local 326 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_queue() local 499 struct max3420_ep *ep; in max3420_getstatus() local 533 struct max3420_ep *ep; in max3420_set_clear_feature() local 615 struct max3420_ep *ep = &udc->ep[ep_id]; in do_data() local [all …]
|
A D | f_thor.c | 521 static struct usb_request *alloc_ep_req(struct usb_ep *ep, unsigned length) in alloc_ep_req() 599 static void thor_rx_tx_complete(struct usb_ep *ep, struct usb_request *req) in thor_rx_tx_complete() 628 static void thor_setup_complete(struct usb_ep *ep, struct usb_request *req) in thor_setup_complete() 746 static void free_ep_req(struct usb_ep *ep, struct usb_request *req) in free_ep_req() 758 struct usb_ep *ep; in thor_func_bind() local 911 struct usb_ep *ep; in thor_eps_setup() local
|
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_gadget.c | 143 static int mtu3_gadget_ep_enable(struct usb_ep *ep, in mtu3_gadget_ep_enable() 196 static int mtu3_gadget_ep_disable(struct usb_ep *ep) in mtu3_gadget_ep_disable() 221 struct usb_request *mtu3_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) in mtu3_alloc_request() 237 void mtu3_free_request(struct usb_ep *ep, struct usb_request *req) in mtu3_free_request() 244 static int mtu3_gadget_queue(struct usb_ep *ep, in mtu3_gadget_queue() 304 static int mtu3_gadget_dequeue(struct usb_ep *ep, struct usb_request *req) in mtu3_gadget_dequeue() 344 static int mtu3_gadget_ep_set_halt(struct usb_ep *ep, int value) in mtu3_gadget_ep_set_halt() 389 static int mtu3_gadget_ep_set_wedge(struct usb_ep *ep) in mtu3_gadget_ep_set_wedge()
|
A D | mtu3_gadget_ep0.c | 189 static void ep0_dummy_complete(struct usb_ep *ep, struct usb_request *req) in ep0_dummy_complete() 192 static void ep0_set_sel_complete(struct usb_ep *ep, struct usb_request *req) in ep0_set_sel_complete() 799 static int mtu3_ep0_enable(struct usb_ep *ep, in mtu3_ep0_enable() 806 static int mtu3_ep0_disable(struct usb_ep *ep) in mtu3_ep0_disable() 853 static int mtu3_ep0_queue(struct usb_ep *ep, in mtu3_ep0_queue() 875 static int mtu3_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) in mtu3_ep0_dequeue() 881 static int mtu3_ep0_halt(struct usb_ep *ep, int value) in mtu3_ep0_halt()
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_gadget_ep0.c | 91 struct musb_ep *ep; in service_tx_status_request() local 245 struct musb_hw_ep *ep; in service_zero_data_request() local 410 struct musb_hw_ep *ep; in service_zero_data_request() local 900 musb_g_ep0_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc) in musb_g_ep0_enable() 915 struct musb_ep *ep; in musb_g_ep0_queue() local 994 static int musb_g_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) in musb_g_ep0_dequeue() 1002 struct musb_ep *ep; in musb_g_ep0_halt() local
|
A D | musb_gadget.c | 178 struct musb_ep *ep, in musb_g_giveback() 218 static void nuke(struct musb_ep *ep, const int status) in nuke() 269 static inline int max_ep_writesize(struct musb *musb, struct musb_ep *ep) in max_ep_writesize() 1032 static int musb_gadget_enable(struct usb_ep *ep, in musb_gadget_enable() 1217 static int musb_gadget_disable(struct usb_ep *ep) in musb_gadget_disable() 1291 void musb_free_request(struct usb_ep *ep, struct usb_request *req) in musb_free_request() 1321 static int musb_gadget_queue(struct usb_ep *ep, struct usb_request *req, in musb_gadget_queue() 1433 static int musb_gadget_set_halt(struct usb_ep *ep, int value) in musb_gadget_set_halt() 1519 static int musb_gadget_set_wedge(struct usb_ep *ep) in musb_gadget_set_wedge() 1532 static int musb_gadget_fifo_status(struct usb_ep *ep) in musb_gadget_fifo_status() [all …]
|
A D | musb_gadget.h | 30 struct musb_ep *ep; member 76 static inline struct musb_ep *to_musb_ep(struct usb_ep *ep) in to_musb_ep() 81 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request()
|
A D | musb_host.c | 94 static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep) in musb_h_tx_flush_fifo() 118 static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep) in musb_h_ep0_flush_fifo() 145 static inline void musb_h_tx_start(struct musb_hw_ep *ep) in musb_h_tx_start() 161 static inline void musb_h_tx_dma_start(struct musb_hw_ep *ep) in musb_h_tx_dma_start() 173 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh() 181 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in) in musb_ep_get_qh() 348 struct musb_hw_ep *ep = qh->hw_ep; in musb_advance_schedule() local 559 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, struct musb_hw_ep *ep) in musb_rx_reinit() 1391 static void musb_bulk_rx_nak_timeout(struct musb *musb, struct musb_hw_ep *ep) in musb_bulk_rx_nak_timeout() 2128 struct musb_hw_ep *ep = qh->hw_ep; local
|
/u-boot/drivers/usb/musb/ |
A D | musb_hcd.c | 39 static void write_toggle(struct usb_device *dev, u8 ep, u8 dir_out) in write_toggle() 81 static u8 check_stall(u8 ep, u8 dir_out) in check_stall() 180 static int wait_until_txep_ready(struct usb_device *dev, u8 ep) in wait_until_txep_ready() 212 static int wait_until_rxep_ready(struct usb_device *dev, u8 ep) in wait_until_rxep_ready() 397 static void config_hub_port(struct usb_device *dev, u8 ep) in config_hub_port() 851 int ep = usb_pipeendpoint(pipe); in submit_bulk_msg() local 1058 int ep = usb_pipeendpoint(pipe); in submit_int_msg() local
|
A D | musb_udc.c | 60 #define GET_ENDPOINT(dev,ep) \ argument 279 static void musb_peri_rx_ack(unsigned int ep) in musb_peri_rx_ack() 288 static void musb_peri_tx_ready(unsigned int ep) in musb_peri_tx_ready() 631 static void musb_peri_rx_ep(unsigned int ep) in musb_peri_rx_ep() 708 unsigned int ep; in musb_peri_rx() local 720 unsigned int ep; in musb_peri_tx() local 819 unsigned int ep = endpoint->endpoint_address & in udc_endpoint_write() local
|
A D | musb_core.c | 115 void write_fifo(u8 ep, u32 length, void *fifo_data) in write_fifo() 140 void read_fifo(u8 ep, u32 length, void *fifo_data) in read_fifo()
|
/u-boot/include/linux/usb/ |
A D | gadget.h | 200 static inline void usb_ep_set_maxpacket_limit(struct usb_ep *ep, in usb_ep_set_maxpacket_limit() 230 static inline int usb_ep_enable(struct usb_ep *ep, in usb_ep_enable() 248 static inline int usb_ep_disable(struct usb_ep *ep) in usb_ep_disable() 267 static inline struct usb_request *usb_ep_alloc_request(struct usb_ep *ep, in usb_ep_alloc_request() 282 static inline void usb_ep_free_request(struct usb_ep *ep, in usb_ep_free_request() 342 static inline int usb_ep_queue(struct usb_ep *ep, in usb_ep_queue() 362 static inline int usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) in usb_ep_dequeue() 388 static inline int usb_ep_set_halt(struct usb_ep *ep) in usb_ep_set_halt() 406 static inline int usb_ep_clear_halt(struct usb_ep *ep) in usb_ep_clear_halt() 426 static inline int usb_ep_fifo_status(struct usb_ep *ep) in usb_ep_fifo_status() [all …]
|
/u-boot/cmd/ |
A D | host.c | 46 char *ep; in do_host_bind() local 65 char *ep; in do_host_info() local 108 char *ep; in do_host_dev() local
|
/u-boot/board/ti/am65x/ |
A D | evm.c | 147 struct ti_am6_eeprom *ep = TI_AM6_EEPROM_DATA; in checkboard() local 195 struct ti_am6_eeprom ep; in probe_daughtercards() local 359 struct ti_am6_eeprom *ep = TI_AM6_EEPROM_DATA; in board_late_init() local
|
/u-boot/board/ti/j721e/ |
A D | evm.c | 162 struct ti_am6_eeprom *ep = TI_AM6_EEPROM_DATA; in checkboard() local 194 struct ti_am6_eeprom *ep = TI_AM6_EEPROM_DATA; in setup_serial() local 283 struct ti_am6_eeprom ep; in probe_daughtercards() local
|