Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/gadget/
Dmv_udc_core.c81 static void ep0_reset(struct mv_udc *udc) in ep0_reset()
119 static void ep0_stall(struct mv_udc *udc) in ep0_stall()
133 static int process_ep_req(struct mv_udc *udc, int index, in process_ep_req()
221 struct mv_udc *udc = NULL; in done() local
279 struct mv_udc *udc; in queue_dtd() local
366 struct mv_udc *udc; in build_dtd() local
425 struct mv_udc *udc; in req_to_dtd() local
457 struct mv_udc *udc; in mv_ep_enable() local
577 struct mv_udc *udc; in mv_ep_disable() local
645 struct mv_udc *udc; in mv_ep_fifo_flush() local
[all …]
Dat91_udc.c73 #define at91_udp_read(udc, reg) \ argument
75 #define at91_udp_write(udc, reg, val) \ argument
98 struct at91_udc *udc = ep->udc; in proc_ep_show() local
168 struct at91_udc *udc = s->private; in proc_udc_show() local
234 static void create_debug_file(struct at91_udc *udc) in create_debug_file()
239 static void remove_debug_file(struct at91_udc *udc) in remove_debug_file()
247 static inline void create_debug_file(struct at91_udc *udc) {} in create_debug_file()
248 static inline void remove_debug_file(struct at91_udc *udc) {} in remove_debug_file()
258 struct at91_udc *udc = ep->udc; in done() local
471 struct at91_udc *udc = ep->udc; in at91_ep_enable() local
[all …]
Datmel_usba_udc.c143 struct usba_udc *udc; in regs_dbg_open() local
205 static void usba_ep_init_debugfs(struct usba_udc *udc, in usba_ep_init_debugfs()
259 static void usba_init_debugfs(struct usba_udc *udc) in usba_init_debugfs()
289 static void usba_cleanup_debugfs(struct usba_udc *udc) in usba_cleanup_debugfs()
298 static inline void usba_ep_init_debugfs(struct usba_udc *udc, in usba_ep_init_debugfs()
309 static inline void usba_init_debugfs(struct usba_udc *udc) in usba_init_debugfs()
314 static inline void usba_cleanup_debugfs(struct usba_udc *udc) in usba_cleanup_debugfs()
320 static int vbus_is_present(struct usba_udc *udc) in vbus_is_present()
419 static void send_status(struct usba_udc *udc, struct usba_ep *ep) in send_status()
428 struct usba_udc *udc = ep->udc; in receive_data() local
[all …]
Dpxa27x_udc.c93 struct pxa_udc *udc = s->private; in state_dbg_show() local
142 struct pxa_udc *udc = s->private; in queues_dbg_show() local
177 struct pxa_udc *udc = s->private; in eps_dbg_show() local
255 static void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
291 static void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
304 static inline void pxa_init_debugfs(struct pxa_udc *udc) in pxa_init_debugfs()
308 static inline void pxa_cleanup_debugfs(struct pxa_udc *udc) in pxa_cleanup_debugfs()
363 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
393 static void update_pxa_ep_matches(struct pxa_udc *udc) in update_pxa_ep_matches()
411 struct pxa_udc *udc = ep->dev; in pio_irq_enable() local
[all …]
Dfsl_qe_udc.c85 struct qe_udc *udc = ep->udc; in done() local
156 struct qe_udc *udc = ep->udc; in qe_eprx_stall_change() local
173 struct qe_udc *udc = ep->udc; in qe_eptx_stall_change() local
187 static int qe_ep0_stall(struct qe_udc *udc) in qe_ep0_stall()
199 struct qe_udc *udc = ep->udc; in qe_eprx_nack() local
217 struct qe_udc *udc = ep->udc; in qe_eprx_normal() local
262 struct qe_udc *udc = ep->udc; in qe_ep_flushtxfifo() local
282 struct qe_udc *udc = ep->udc; in qe_ep_filltxfifo() local
289 static int qe_epbds_reset(struct qe_udc *udc, int pipe_num) in qe_epbds_reset()
321 static int qe_ep_reset(struct qe_udc *udc, int pipe_num) in qe_ep_reset()
[all …]
Dudc-core.c139 struct usb_udc *udc; in usb_udc_release() local
157 struct usb_udc *udc; in usb_add_gadget_udc() local
197 static int udc_is_newstyle(struct usb_udc *udc) in udc_is_newstyle()
205 static void usb_gadget_remove_driver(struct usb_udc *udc) in usb_gadget_remove_driver()
234 struct usb_udc *udc = NULL; in usb_del_gadget_udc() local
265 struct usb_udc *udc = NULL; in usb_gadget_probe_driver() local
323 struct usb_udc *udc = NULL; in usb_gadget_unregister_driver() local
347 struct usb_udc *udc = container_of(dev, struct usb_udc, dev); in usb_udc_srp_store() local
359 struct usb_udc *udc = container_of(dev, struct usb_udc, dev); in usb_udc_softconn_store() local
391 struct usb_udc *udc = container_of(dev, struct usb_udc, dev); in usb_udc_is_dualspeed_show() local
[all …]
Dfsl_udc_core.c163 struct fsl_udc *udc = NULL; in done() local
244 static int dr_controller_setup(struct fsl_udc *udc) in dr_controller_setup()
349 static void dr_controller_run(struct fsl_udc *udc) in dr_controller_run()
374 static void dr_controller_stop(struct fsl_udc *udc) in dr_controller_stop()
479 static void struct_ep_qh_setup(struct fsl_udc *udc, unsigned char ep_num, in struct_ep_qh_setup()
515 static void ep0_setup(struct fsl_udc *udc) in ep0_setup()
543 struct fsl_udc *udc = NULL; in fsl_ep_enable() local
631 struct fsl_udc *udc = NULL; in fsl_ep_disable() local
868 struct fsl_udc *udc; in fsl_ep_queue() local
1022 struct fsl_udc *udc = NULL; in fsl_ep_set_halt() local
[all …]
Damd5536udc.h524 struct udc { struct
528 struct udc_ep ep[UDC_EP_NUM]; argument
546 struct udc_csrs __iomem *csr; argument
547 struct udc_regs __iomem *regs; argument
548 struct udc_ep_regs __iomem *ep_regs; argument
568 union udc_setup_data { argument
609 #define DBG(udc , args...) dev_dbg(&(udc)->pdev->dev, args) argument
614 #define VDBG(udc , args...) do {} while (0) argument
Dci13xxx_udc.c311 static int hw_device_reset(struct ci13xxx *udc) in hw_device_reset()
757 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_device() local
799 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_driver() local
1026 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_inters() local
1100 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in store_inters() local
1140 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_port_test() local
1166 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in store_port_test() local
1200 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_qheads() local
1239 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_registers() local
1279 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in store_registers() local
[all …]
Domap_udc.c152 struct omap_udc *udc; in omap_ep_enable() local
669 static void dma_irq(struct omap_udc *udc, u16 irq_src) in dma_irq()
910 struct omap_udc *udc; in omap_ep_queue() local
1196 struct omap_udc *udc; in omap_wakeup() local
1226 struct omap_udc *udc; in omap_set_selfpowered() local
1243 static int can_pullup(struct omap_udc *udc) in can_pullup()
1248 static void pullup_enable(struct omap_udc *udc) in pullup_enable()
1265 static void pullup_disable(struct omap_udc *udc) in pullup_disable()
1282 static struct omap_udc *udc; variable
1305 struct omap_udc *udc; in omap_vbus_session() local
[all …]
Ds3c2410_udc.c277 static void s3c2410_udc_nuke(struct s3c2410_udc *udc, in s3c2410_udc_nuke()
1318 struct s3c2410_udc *udc; in s3c2410_udc_dequeue() local
1456 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_set_selfpowered() local
1471 static int s3c2410_udc_set_pullup(struct s3c2410_udc *udc, int is_on) in s3c2410_udc_set_pullup()
1497 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_vbus_session() local
1508 struct s3c2410_udc *udc = to_s3c2410_udc(gadget); in s3c2410_udc_pullup() local
1674 struct s3c2410_udc *udc = the_controller; in s3c2410_udc_start() local
1729 struct s3c2410_udc *udc = the_controller; in s3c2410_udc_stop() local
1834 struct s3c2410_udc *udc = &memory; in s3c2410_udc_probe() local
1988 struct s3c2410_udc *udc = platform_get_drvdata(pdev); in s3c2410_udc_remove() local
Dpxa25x_udc.c930 static int pullup(struct pxa25x_udc *udc) in pullup()
962 struct pxa25x_udc *udc; in pxa25x_udc_vbus_session() local
974 struct pxa25x_udc *udc; in pxa25x_udc_pullup() local
993 struct pxa25x_udc *udc; in pxa25x_udc_vbus_draw() local
2310 struct pxa25x_udc *udc = platform_get_drvdata(dev); in pxa25x_udc_suspend() local
2326 struct pxa25x_udc *udc = platform_get_drvdata(dev); in pxa25x_udc_resume() local
Dci13xxx_msm.c23 static void ci13xxx_msm_notify_event(struct ci13xxx *udc, unsigned event) in ci13xxx_msm_notify_event()
Datmel_usba_udc.h194 #define usba_readl(udc, reg) \ argument
196 #define usba_writel(udc, reg, value) \ argument
280 struct usba_udc *udc; member
Dat91_udc.h97 struct at91_udc *udc; member
Dpxa27x_udc.h194 #define udc_writel(udc, reg, value) \ argument
398 #define EP0_STNAME(udc) ep0_state_name[(udc)->ep0state] argument
Domap_udc.h156 struct omap_udc *udc; member
Dfsl_usb2_udc.h451 struct fsl_udc *udc; member
566 #define get_ep_by_pipe(udc, pipe) ((pipe == 1)? &udc->eps[0]: \ argument
Damd5536udc.c94 static struct udc *udc; variable
Dmv_udc.h232 struct mv_udc *udc; member
Dfsl_qe_udc.h268 struct qe_udc *udc; member
/linux-3.3/net/bridge/netfilter/
Debtables.c565 unsigned int *n, struct ebt_cl_stack *udc) in ebt_get_udc_positions()