Home
last modified time | relevance | path

Searched refs:urb (Results 1 – 8 of 8) sorted by relevance

/include/trace/events/
Dpwc.h12 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
13 TP_ARGS(urb, pdev),
15 __field(struct urb*, urb)
23 __entry->urb = urb;
25 __entry->urb__status = urb->status;
26 __entry->urb__actual_length = urb->actual_length;
35 __entry->urb,
41 TP_PROTO(struct urb *urb, struct pwc_device *pdev),
42 TP_ARGS(urb, pdev),
44 __field(struct urb*, urb)
[all …]
/include/linux/usb/
Dhcd.h85 struct urb *status_urb; /* the current status urb */
289 struct urb *urb, gfp_t mem_flags);
291 struct urb *urb, int status);
302 int (*map_urb_for_dma)(struct usb_hcd *hcd, struct urb *urb,
304 void (*unmap_urb_for_dma)(struct usb_hcd *hcd, struct urb *urb);
410 struct urb *, int);
434 extern int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb);
435 extern int usb_hcd_check_unlink_urb(struct usb_hcd *hcd, struct urb *urb,
437 extern void usb_hcd_unlink_urb_from_ep(struct usb_hcd *hcd, struct urb *urb);
439 extern int usb_hcd_submit_urb(struct urb *urb, gfp_t mem_flags);
[all …]
Dserial.h74 struct urb *interrupt_in_urb;
79 struct urb *interrupt_out_urb;
84 struct urb *read_urb;
88 struct urb *read_urbs[2];
93 struct urb *write_urb;
97 struct urb *write_urbs[2];
301 void (*read_int_callback)(struct urb *urb);
302 void (*write_int_callback)(struct urb *urb);
303 void (*read_bulk_callback)(struct urb *urb);
304 void (*write_bulk_callback)(struct urb *urb);
[all …]
Dusbnet.h58 struct urb *interrupt;
143 void (*status)(struct usbnet *, struct urb *);
217 extern void usbnet_cdc_status(struct usbnet *, struct urb *);
236 struct urb *urb; member
Drndis_host.h188 extern void rndis_status(struct usbnet *dev, struct urb *urb);
/include/linux/
Dusb.h1391 struct urb;
1409 typedef void (*usb_complete_t)(struct urb *);
1594 struct urb { struct
1655 static inline void usb_fill_control_urb(struct urb *urb, in usb_fill_control_urb() argument
1664 urb->dev = dev; in usb_fill_control_urb()
1665 urb->pipe = pipe; in usb_fill_control_urb()
1666 urb->setup_packet = setup_packet; in usb_fill_control_urb()
1667 urb->transfer_buffer = transfer_buffer; in usb_fill_control_urb()
1668 urb->transfer_buffer_length = buffer_length; in usb_fill_control_urb()
1669 urb->complete = complete_fn; in usb_fill_control_urb()
[all …]
Dkmsan.h21 struct urb;
217 void kmsan_handle_urb(const struct urb *urb, bool is_out);
323 static inline void kmsan_handle_urb(const struct urb *urb, bool is_out) in kmsan_handle_urb() argument
/include/video/
Dudlfb.h23 struct urb *urb; member