Searched refs:usb_ep (Results 1 - 25 of 73) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dg_zero.h16 struct usb_request *alloc_ep_req(struct usb_ep *ep);
17 void free_ep_req(struct usb_ep *ep, struct usb_request *req);
19 struct usb_ep *in, struct usb_ep *out);
H A Du_serial.h36 struct usb_ep *in;
37 struct usb_ep *out;
51 struct usb_request *gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t flags);
52 void gs_free_req(struct usb_ep *, struct usb_request *req);
H A Depautoconf.c65 struct usb_ep *ep,
190 static struct usb_ep *
193 struct usb_ep *ep;
224 * On success, this returns an un-claimed usb_ep, and modifies the endpoint
232 struct usb_ep *usb_ep_autoconfig (
237 struct usb_ep *ep;
309 struct usb_ep *ep;
H A Du_ether.h52 struct usb_ep *in_ep;
53 struct usb_ep *out_ep;
H A Dimx_udc.c667 static int imx_ep_enable(struct usb_ep *usb_ep, argument
670 struct imx_ep_struct *imx_ep = container_of(usb_ep,
675 if (!usb_ep
687 "<%s> %s type mismatch\n", __func__, usb_ep->name);
693 "<%s> bad %s maxpacket\n", __func__, usb_ep->name);
710 D_EPX(imx_usb->dev, "<%s> ENABLED %s\n", __func__, usb_ep->name);
714 static int imx_ep_disable(struct usb_ep *usb_ep) argument
716 struct imx_ep_struct *imx_ep = container_of(usb_ep,
740 imx_ep_alloc_request(struct usb_ep *usb_ep, gfp_t gfp_flags) argument
758 imx_ep_free_request(struct usb_ep *usb_ep, struct usb_request *usb_req) argument
768 imx_ep_queue(struct usb_ep *usb_ep, struct usb_request *usb_req, gfp_t gfp_flags) argument
846 imx_ep_dequeue(struct usb_ep *usb_ep, struct usb_request *usb_req) argument
877 imx_ep_set_halt(struct usb_ep *usb_ep, int value) argument
904 imx_ep_fifo_status(struct usb_ep *usb_ep) argument
920 imx_ep_fifo_flush(struct usb_ep *usb_ep) argument
[all...]
H A Ds3c2410_udc.h33 struct usb_ep ep;
H A Ddbgp.c33 struct usb_ep *i_ep;
34 struct usb_ep *o_ep;
85 static void __disable_ep(struct usb_ep *ep)
99 static void dbgp_complete(struct usb_ep *ep, struct usb_request *req)
135 static int dbgp_enable_ep_req(struct usb_ep *ep)
174 static int __enable_ep(struct usb_ep *ep, struct usb_endpoint_descriptor *desc)
339 static void dbgp_setup_complete(struct usb_ep *ep,
H A Dzero.c182 struct usb_request *alloc_ep_req(struct usb_ep *ep)
198 void free_ep_req(struct usb_ep *ep, struct usb_request *req)
204 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep)
218 struct usb_ep *in, struct usb_ep *out)
H A Duvc.h113 struct usb_ep *ep;
162 struct usb_ep *control_ep;
H A Df_sourcesink.c60 struct usb_ep *in_ep;
61 struct usb_ep *out_ep;
237 static void reinit_write_data(struct usb_ep *ep, struct usb_request *req)
253 static void source_sink_complete(struct usb_ep *ep, struct usb_request *req)
301 struct usb_ep *ep;
344 struct usb_ep *ep;
H A Df_loopback.c47 struct usb_ep *in_ep;
48 struct usb_ep *out_ep;
190 static void loopback_complete(struct usb_ep *ep, struct usb_request *req)
254 struct usb_ep *ep;
H A Dpxa27x_udc.c287 * is_match_usb_pxa - check if usb_ep and pxa_ep match
628 pxa_ep_alloc_request(struct usb_ep *_ep, gfp_t gfp_flags)
638 req->udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep);
650 static void pxa_ep_free_request(struct usb_ep *_ep, struct usb_request *_req)
735 req->req.complete(&req->udc_usb_ep->usb_ep, &req->req);
1101 static int pxa_ep_queue(struct usb_ep *_ep, struct usb_request *_req,
1115 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep);
1217 static int pxa_ep_dequeue(struct usb_ep *_ep, struct usb_request *_req)
1227 udc_usb_ep = container_of(_ep, struct udc_usb_ep, usb_ep);
1255 static int pxa_ep_set_halt(struct usb_ep *_e
[all...]
H A Dlh7a40x_udc.c74 static int lh7a40x_ep_enable(struct usb_ep *ep,
76 static int lh7a40x_ep_disable(struct usb_ep *ep);
77 static struct usb_request *lh7a40x_alloc_request(struct usb_ep *ep, gfp_t);
78 static void lh7a40x_free_request(struct usb_ep *ep, struct usb_request *);
79 static int lh7a40x_queue(struct usb_ep *ep, struct usb_request *, gfp_t);
80 static int lh7a40x_dequeue(struct usb_ep *ep, struct usb_request *);
81 static int lh7a40x_set_halt(struct usb_ep *ep, int);
82 static int lh7a40x_fifo_status(struct usb_ep *ep);
83 static void lh7a40x_fifo_flush(struct usb_ep *ep);
988 static int lh7a40x_ep_enable(struct usb_ep *_e
[all...]
H A Dgmidi.c134 struct usb_ep *in_ep, *out_ep;
416 static struct usb_request *alloc_ep_req(struct usb_ep *ep, unsigned length)
432 static void free_ep_req(struct usb_ep *ep, struct usb_request *req)
445 static void gmidi_read_data(struct usb_ep *ep, int cable,
461 static void gmidi_handle_out_data(struct usb_ep *ep, struct usb_request *req)
475 static void gmidi_complete(struct usb_ep *ep, struct usb_request *req)
531 struct usb_ep *ep;
636 static void gmidi_setup_complete(struct usb_ep *ep, struct usb_request *req)
953 struct usb_ep *ep = dev->in_ep;
1142 struct usb_ep *in_e
[all...]
H A Du_serial.c67 * gserial->ioport == usb_ep->driver_data ... gs_port
289 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags)
312 void gs_free_req(struct usb_ep *ep, struct usb_request *req)
358 struct usb_ep *in = port->port_usb->in;
420 struct usb_ep *out = port->port_usb->out;
573 static void gs_read_complete(struct usb_ep *ep, struct usb_request *req)
584 static void gs_write_complete(struct usb_ep *ep, struct usb_request *req)
611 static void gs_free_requests(struct usb_ep *ep, struct list_head *head)
622 static int gs_alloc_requests(struct usb_ep *ep, struct list_head *head,
623 void (*fn)(struct usb_ep *, struc
[all...]
H A Df_audio.c281 struct usb_ep *out_ep;
324 static int f_audio_out_ep_complete(struct usb_ep *ep, struct usb_request *req)
355 static void f_audio_complete(struct usb_ep *ep, struct usb_request *req)
360 struct usb_ep *out_ep = audio->out_ep;
572 struct usb_ep *out_ep = audio->out_ep;
659 struct usb_ep *ep;
H A Dat91_udc.h105 struct usb_ep ep;
H A Datmel_usba_udc.h279 struct usb_ep ep;
341 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep)
H A Df_acm.c64 struct usb_ep *notify;
282 static void acm_complete_set_line_coding(struct usb_ep *ep,
460 struct usb_ep *ep = acm->notify;
517 static void acm_cdc_notify_complete(struct usb_ep *ep, struct usb_request *req)
576 struct usb_ep *ep;
H A Ddummy_hcd.c81 struct usb_ep ep;
93 static inline struct dummy_ep *usb_ep_to_dummy_ep (struct usb_ep *_ep)
332 dummy_enable (struct usb_ep *_ep, const struct usb_endpoint_descriptor *desc)
444 static int dummy_disable (struct usb_ep *_ep)
467 dummy_alloc_request (struct usb_ep *_ep, gfp_t mem_flags)
484 dummy_free_request (struct usb_ep *_ep, struct usb_request *_req)
499 fifo_complete (struct usb_ep *ep, struct usb_request *req)
504 dummy_queue (struct usb_ep *_ep, struct usb_request *_req,
557 static int dummy_dequeue (struct usb_ep *_ep, struct usb_request *_req)
596 dummy_set_halt_and_wedge(struct usb_ep *_e
[all...]
H A Df_eem.c225 struct usb_ep *ep;
315 static void eem_cmd_complete(struct usb_ep *ep, struct usb_request *req)
327 struct usb_ep *in = port->in_ep;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dgadget.h20 struct usb_ep;
88 void (*complete)(struct usb_ep *ep,
107 int (*enable) (struct usb_ep *ep,
109 int (*disable) (struct usb_ep *ep);
111 struct usb_request *(*alloc_request) (struct usb_ep *ep,
113 void (*free_request) (struct usb_ep *ep, struct usb_request *req);
115 int (*queue) (struct usb_ep *ep, struct usb_request *req,
117 int (*dequeue) (struct usb_ep *ep, struct usb_request *req);
119 int (*set_halt) (struct usb_ep *ep, int value);
120 int (*set_wedge) (struct usb_ep *e
141 struct usb_ep { struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_gadget.h53 musb_alloc_request(struct usb_ep *ep, gfp_t gfp_flags);
54 extern void musb_free_request(struct usb_ep *ep, struct usb_request *req);
62 struct usb_ep end_point;
84 static inline struct musb_ep *to_musb_ep(struct usb_ep *ep)
H A Dmusb_gadget_ep0.c908 musb_g_ep0_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc)
914 static int musb_g_ep0_disable(struct usb_ep *e)
921 musb_g_ep0_queue(struct usb_ep *e, struct usb_request *r, gfp_t gfp_flags)
1002 static int musb_g_ep0_dequeue(struct usb_ep *ep, struct usb_request *req)
1008 static int musb_g_ep0_halt(struct usb_ep *e, int value)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-dbg.c54 in_8(&regs->usb_comm), in_be16(&regs->usb_ep[0]),

Completed in 116 milliseconds

123