Home
last modified time | relevance | path

Searched defs:udc (Results 1 – 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/emxx_udc/
Demxx_udc.c54 #define _nbu2ss_zero_len_pkt(udc, epnum) \ argument
95 static void _nbu2ss_dump_register(struct nbu2ss_udc *udc) in _nbu2ss_dump_register()
137 struct nbu2ss_udc *udc; in _nbu2ss_ep0_complete() local
162 static void _nbu2ss_create_ep0_packet(struct nbu2ss_udc *udc, in _nbu2ss_create_ep0_packet()
177 static u32 _nbu2ss_get_begin_ram_address(struct nbu2ss_udc *udc) in _nbu2ss_get_begin_ram_address()
208 static int _nbu2ss_ep_init(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_init()
283 static int _nbu2ss_epn_exit(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_epn_exit()
331 static void _nbu2ss_ep_dma_init(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_init()
371 static void _nbu2ss_ep_dma_exit(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_exit()
404 static void _nbu2ss_ep_dma_abort(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_abort()
[all …]
/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-udc.c48 static inline u32 isp1760_udc_read(struct isp1760_udc *udc, u16 reg) in isp1760_udc_read()
53 static inline void isp1760_udc_write(struct isp1760_udc *udc, u16 reg, u32 val) in isp1760_udc_write()
62 static struct isp1760_ep *isp1760_udc_find_ep(struct isp1760_udc *udc, in isp1760_udc_find_ep()
104 struct isp1760_udc *udc = ep->udc; in isp1760_udc_ctrl_send_status() local
127 struct isp1760_udc *udc = ep->udc; in isp1760_udc_request_complete() local
152 struct isp1760_udc *udc = ep->udc; in isp1760_udc_ctrl_send_stall() local
179 struct isp1760_udc *udc = ep->udc; in isp1760_udc_receive() local
245 struct isp1760_udc *udc = ep->udc; in isp1760_udc_transmit() local
280 struct isp1760_udc *udc = ep->udc; in isp1760_ep_rx_ready() local
320 struct isp1760_udc *udc = ep->udc; in isp1760_ep_tx_complete() local
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dmv_udc_core.c69 static void ep0_reset(struct mv_udc *udc) in ep0_reset()
107 static void ep0_stall(struct mv_udc *udc) in ep0_stall()
121 static int process_ep_req(struct mv_udc *udc, int index, in process_ep_req()
210 struct mv_udc *udc = NULL; in done() local
253 struct mv_udc *udc; in queue_dtd() local
338 struct mv_udc *udc; in build_dtd() local
437 struct mv_udc *udc; in mv_ep_enable() local
555 struct mv_udc *udc; in mv_ep_disable() local
622 struct mv_udc *udc; in mv_ep_fifo_flush() local
686 struct mv_udc *udc = ep->udc; in mv_ep_queue() local
[all …]
Dat91_udc.c89 #define at91_udp_read(udc, reg) \ argument
91 #define at91_udp_write(udc, reg, val) \ argument
114 struct at91_udc *udc = ep->udc; in proc_ep_show() local
184 struct at91_udc *udc = s->private; in proc_udc_show() local
237 static void create_debug_file(struct at91_udc *udc) in create_debug_file()
243 static void remove_debug_file(struct at91_udc *udc) in remove_debug_file()
251 static inline void create_debug_file(struct at91_udc *udc) {} in create_debug_file()
252 static inline void remove_debug_file(struct at91_udc *udc) {} in remove_debug_file()
262 struct at91_udc *udc = ep->udc; in done() local
475 struct at91_udc *udc; in at91_ep_enable() local
[all …]
Datmel_usba_udc.c142 struct usba_udc *udc; in regs_dbg_open() local
204 static void usba_ep_init_debugfs(struct usba_udc *udc, in usba_ep_init_debugfs()
225 static void usba_init_debugfs(struct usba_udc *udc) in usba_init_debugfs()
245 static void usba_cleanup_debugfs(struct usba_udc *udc) in usba_cleanup_debugfs()
251 static inline void usba_ep_init_debugfs(struct usba_udc *udc, in usba_ep_init_debugfs()
262 static inline void usba_init_debugfs(struct usba_udc *udc) in usba_init_debugfs()
267 static inline void usba_cleanup_debugfs(struct usba_udc *udc) in usba_cleanup_debugfs()
324 static int usba_config_fifo_table(struct usba_udc *udc) in usba_config_fifo_table()
358 static inline u32 usba_int_enb_get(struct usba_udc *udc) in usba_int_enb_get()
363 static inline void usba_int_enb_set(struct usba_udc *udc, u32 mask) in usba_int_enb_set()
[all …]
Dbcm63xx_udc.c217 struct bcm63xx_udc *udc; member
242 struct bcm63xx_udc *udc; member
355 static inline u32 usbd_readl(struct bcm63xx_udc *udc, u32 off) in usbd_readl()
360 static inline void usbd_writel(struct bcm63xx_udc *udc, u32 val, u32 off) in usbd_writel()
365 static inline u32 usb_dma_readl(struct bcm63xx_udc *udc, u32 off) in usb_dma_readl()
370 static inline void usb_dma_writel(struct bcm63xx_udc *udc, u32 val, u32 off) in usb_dma_writel()
375 static inline u32 usb_dmac_readl(struct bcm63xx_udc *udc, u32 off, int chan) in usb_dmac_readl()
381 static inline void usb_dmac_writel(struct bcm63xx_udc *udc, u32 val, u32 off, in usb_dmac_writel()
388 static inline u32 usb_dmas_readl(struct bcm63xx_udc *udc, u32 off, int chan) in usb_dmas_readl()
394 static inline void usb_dmas_writel(struct bcm63xx_udc *udc, u32 val, u32 off, in usb_dmas_writel()
[all …]
Dfsl_qe_udc.c78 struct qe_udc *udc = ep->udc; in done() local
146 struct qe_udc *udc = ep->udc; in qe_eprx_stall_change() local
163 struct qe_udc *udc = ep->udc; in qe_eptx_stall_change() local
177 static int qe_ep0_stall(struct qe_udc *udc) in qe_ep0_stall()
189 struct qe_udc *udc = ep->udc; in qe_eprx_nack() local
207 struct qe_udc *udc = ep->udc; in qe_eprx_normal() local
252 struct qe_udc *udc = ep->udc; in qe_ep_flushtxfifo() local
272 struct qe_udc *udc = ep->udc; in qe_ep_filltxfifo() local
279 static int qe_epbds_reset(struct qe_udc *udc, int pipe_num) in qe_epbds_reset()
311 static int qe_ep_reset(struct qe_udc *udc, int pipe_num) in qe_ep_reset()
[all …]
Dlpc32xx_udc.c101 struct lpc32xx_udc *udc; member
500 struct lpc32xx_udc *udc = s->private; in udc_show() local
529 static void create_debug_file(struct lpc32xx_udc *udc) in create_debug_file()
534 static void remove_debug_file(struct lpc32xx_udc *udc) in remove_debug_file()
540 static inline void create_debug_file(struct lpc32xx_udc *udc) {} in create_debug_file()
541 static inline void remove_debug_file(struct lpc32xx_udc *udc) {} in remove_debug_file()
545 static void isp1301_udc_configure(struct lpc32xx_udc *udc) in isp1301_udc_configure()
624 static void isp1301_pullup_set(struct lpc32xx_udc *udc) in isp1301_pullup_set()
639 struct lpc32xx_udc *udc = in pullup_work() local
645 static void isp1301_pullup_enable(struct lpc32xx_udc *udc, int en_pullup, in isp1301_pullup_enable()
[all …]
Dpxa27x_udc.c92 struct pxa_udc *udc = s->private; in state_dbg_show() local
138 struct pxa_udc *udc = s->private; in queues_dbg_show() local
171 struct pxa_udc *udc = s->private; in eps_dbg_show() local
206 static void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
218 static void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
224 static inline void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
228 static inline void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
283 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
313 static void update_pxa_ep_matches(struct pxa_udc *udc) in update_pxa_ep_matches()
331 struct pxa_udc *udc = ep->dev; in pio_irq_enable() local
[all …]
Dsnps_udc_plat.c23 static void start_udc(struct udc *udc) in start_udc()
33 static void stop_udc(struct udc *udc) in stop_udc()
73 struct udc *udc; in udc_drd_work() local
90 struct udc *udc = container_of(self, struct udc, nb); in usbd_connect_notify() local
105 struct udc *udc; in udc_plat_probe() local
263 struct udc *udc; in udc_plat_suspend() local
280 struct udc *udc; in udc_plat_resume() local
Dudc-xilinx.c143 struct xusb_udc *udc; member
258 static void xudc_wrstatus(struct xusb_udc *udc) in xudc_wrstatus()
278 static void xudc_epconfig(struct xusb_ep *ep, struct xusb_udc *udc) in xudc_epconfig()
318 struct xusb_udc *udc = ep->udc; in xudc_start_dma() local
381 struct xusb_udc *udc = ep->udc; in xudc_dma_send() local
435 struct xusb_udc *udc = ep->udc; in xudc_dma_receive() local
484 struct xusb_udc *udc = ep->udc; in xudc_eptxrx() local
548 struct xusb_udc *udc = ep->udc; in xudc_done() local
589 struct xusb_udc *udc = ep->udc; in xudc_read_fifo() local
677 struct xusb_udc *udc = ep->udc; in xudc_write_fifo() local
[all …]
Dfsl_udc_core.c160 struct fsl_udc *udc = NULL; in done() local
226 static int dr_controller_setup(struct fsl_udc *udc) in dr_controller_setup()
351 static void dr_controller_run(struct fsl_udc *udc) in dr_controller_run()
376 static void dr_controller_stop(struct fsl_udc *udc) in dr_controller_stop()
481 static void struct_ep_qh_setup(struct fsl_udc *udc, unsigned char ep_num, in struct_ep_qh_setup()
517 static void ep0_setup(struct fsl_udc *udc) in ep0_setup()
545 struct fsl_udc *udc = NULL; in fsl_ep_enable() local
632 struct fsl_udc *udc = NULL; in fsl_ep_disable() local
871 struct fsl_udc *udc; in fsl_ep_queue() local
1007 struct fsl_udc *udc = NULL; in fsl_ep_set_halt() local
[all …]
Dmax3420_udc.c159 struct max3420_udc *udc; member
201 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl()
220 static u8 spi_rd8_ack(struct max3420_udc *udc, u8 reg, int actstat) in spi_rd8_ack()
242 static u8 spi_rd8(struct max3420_udc *udc, u8 reg) in spi_rd8()
247 static void spi_wr8_ack(struct max3420_udc *udc, u8 reg, u8 val, int actstat) in spi_wr8_ack()
268 static void spi_wr8(struct max3420_udc *udc, u8 reg, u8 val) in spi_wr8()
273 static void spi_rd_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_rd_buf()
295 static void spi_wr_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_wr_buf()
318 struct max3420_udc *udc = ep->udc; in spi_max3420_enable() local
350 struct max3420_udc *udc = ep->udc; in spi_max3420_stall() local
[all …]
Damd5536udc.h529 struct udc { struct
533 struct udc_ep ep[UDC_EP_NUM]; argument
548 struct udc_csrs __iomem *csr; argument
549 struct udc_regs __iomem *regs; argument
550 struct udc_ep_regs __iomem *ep_regs; argument
570 struct phy *udc_phy; argument
579 #define to_amd5536_udc(g) (container_of((g), struct udc, gadget)) argument
654 #define DBG(udc , args...) dev_dbg(udc->dev, args) argument
659 #define VDBG(udc , args...) do {} while (0) argument
Dcore.c1012 struct usb_udc *udc = gadget->udc; in usb_gadget_state_work() local
1028 static void usb_udc_connect_control(struct usb_udc *udc) in usb_udc_connect_control()
1047 struct usb_udc *udc = gadget->udc; in usb_udc_vbus_handler() local
1086 static inline int usb_gadget_udc_start(struct usb_udc *udc) in usb_gadget_udc_start()
1102 static inline void usb_gadget_udc_stop(struct usb_udc *udc) in usb_gadget_udc_stop()
1117 static inline void usb_gadget_udc_set_speed(struct usb_udc *udc, in usb_gadget_udc_set_speed()
1137 struct usb_udc *udc; in usb_udc_release() local
1152 static int check_pending_gadget_drivers(struct usb_udc *udc) in check_pending_gadget_drivers()
1204 struct usb_udc *udc; in usb_add_gadget() local
1302 struct usb_udc *udc; in usb_get_gadget_udc_name() local
[all …]
Domap_udc.c146 struct omap_udc *udc; in omap_ep_enable() local
290 struct omap_udc *udc = ep->udc; in done() local
633 static void dma_irq(struct omap_udc *udc, u16 irq_src) in dma_irq()
867 struct omap_udc *udc; in omap_ep_queue() local
1136 struct omap_udc *udc; in omap_wakeup() local
1166 struct omap_udc *udc; in omap_set_selfpowered() local
1184 static int can_pullup(struct omap_udc *udc) in can_pullup()
1189 static void pullup_enable(struct omap_udc *udc) in pullup_enable()
1206 static void pullup_disable(struct omap_udc *udc) in pullup_disable()
1223 static struct omap_udc *udc; variable
[all …]
Ds3c2410_udc.c246 static void s3c2410_udc_nuke(struct s3c2410_udc *udc, in s3c2410_udc_nuke()
1401 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_set_selfpowered() local
1417 static int s3c2410_udc_set_pullup(struct s3c2410_udc *udc, int is_on) in s3c2410_udc_set_pullup()
1443 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_vbus_session() local
1454 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_pullup() local
1621 struct s3c2410_udc *udc = to_s3c2410(g); in s3c2410_udc_start() local
1636 struct s3c2410_udc *udc = to_s3c2410(g); in s3c2410_udc_stop() local
1735 struct s3c2410_udc *udc = &memory; in s3c2410_udc_probe() local
1887 struct s3c2410_udc *udc = platform_get_drvdata(pdev); in s3c2410_udc_remove() local
Damd5536udc_pci.c49 static struct udc *udc; variable
Dpxa25x_udc.c1128 struct pxa25x_udc *udc; in pxa25x_udc_wakeup() local
1146 static int pullup(struct pxa25x_udc *udc) in pullup()
1178 struct pxa25x_udc *udc; in pxa25x_udc_vbus_session() local
1190 struct pxa25x_udc *udc; in pxa25x_udc_pullup() local
1209 struct pxa25x_udc *udc; in pxa25x_udc_vbus_draw() local
2496 struct pxa25x_udc *udc = platform_get_drvdata(dev); in pxa25x_udc_suspend() local
2512 struct pxa25x_udc *udc = platform_get_drvdata(dev); in pxa25x_udc_resume() local
/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvudc_dev.c73 static void nuke(struct vudc *udc, struct vep *ep) in nuke()
90 static void stop_activity(struct vudc *udc) in stop_activity()
106 struct vep *vudc_find_endpoint(struct vudc *udc, u8 address) in vudc_find_endpoint()
129 struct vudc *udc = usb_gadget_to_vudc(_gadget); in vgadget_get_frame() local
139 struct vudc *udc = usb_gadget_to_vudc(_gadget); in vgadget_set_selfpowered() local
150 struct vudc *udc = usb_gadget_to_vudc(_gadget); in vgadget_pullup() local
196 struct vudc *udc = usb_gadget_to_vudc(g); in vgadget_udc_start() local
209 struct vudc *udc = usb_gadget_to_vudc(g); in vgadget_udc_stop() local
233 struct vudc *udc; in vep_enable() local
263 struct vudc *udc; in vep_disable() local
[all …]
Dvudc_transfer.c58 static int handle_control_request(struct vudc *udc, struct urb *urb, in handle_control_request()
183 static int transfer(struct vudc *udc, in transfer()
304 struct vudc *udc = from_timer(udc, t, tr_timer.timer); in v_timer() local
446 void v_init_timer(struct vudc *udc) in v_init_timer()
454 void v_start_timer(struct vudc *udc) in v_start_timer()
472 void v_kick_timer(struct vudc *udc, unsigned long time) in v_kick_timer()
489 void v_stop_timer(struct vudc *udc) in v_stop_timer()
Dvudc_tx.c38 static int v_send_ret_unlink(struct vudc *udc, struct v_unlink *unlink) in v_send_ret_unlink()
73 static int v_send_ret_submit(struct vudc *udc, struct urbp *urb_p) in v_send_ret_submit()
184 static int v_send_ret(struct vudc *udc) in v_send_ret()
224 struct vudc *udc = container_of(ud, struct vudc, ud); in v_tx_loop() local
244 void v_enqueue_ret_unlink(struct vudc *udc, __u32 seqnum, __u32 status) in v_enqueue_ret_unlink()
270 void v_enqueue_ret_submit(struct vudc *udc, struct urbp *urb_p) in v_enqueue_ret_submit()
Dvudc_sysfs.c23 int get_gadget_descs(struct vudc *udc) in get_gadget_descs()
74 struct vudc *udc = (struct vudc *)dev_get_drvdata(dev); in dev_desc_read() local
97 struct vudc *udc = (struct vudc *) dev_get_drvdata(dev); in usbip_sockfd_store() local
234 struct vudc *udc = (struct vudc *) dev_get_drvdata(dev); in usbip_status_show() local
Dvudc_rx.c62 static int v_recv_cmd_unlink(struct vudc *udc, in v_recv_cmd_unlink()
88 static int v_recv_cmd_submit(struct vudc *udc, in v_recv_cmd_submit()
191 struct vudc *udc = container_of(ud, struct vudc, ud); in v_rx_pdu() local
/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dci_hdrc_tegra.c53 struct tegra_udc *udc; in tegra_udc_probe() local
111 struct tegra_udc *udc = platform_get_drvdata(pdev); in tegra_udc_remove() local

12