Searched refs:urb (Results 1 – 7 of 7) sorted by relevance
/include/trace/events/ |
D | pwc.h | 12 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/ |
D | hcd.h | 98 struct urb *status_urb; /* the current status urb */ 302 struct urb *urb, gfp_t mem_flags); 304 struct urb *urb, int status); 315 int (*map_urb_for_dma)(struct usb_hcd *hcd, struct urb *urb, 317 void (*unmap_urb_for_dma)(struct usb_hcd *hcd, struct urb *urb); 443 extern int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb); 444 extern int usb_hcd_check_unlink_urb(struct usb_hcd *hcd, struct urb *urb, 446 extern void usb_hcd_unlink_urb_from_ep(struct usb_hcd *hcd, struct urb *urb); 448 extern int usb_hcd_submit_urb(struct urb *urb, gfp_t mem_flags); 449 extern int usb_hcd_unlink_urb(struct urb *urb, int status); [all …]
|
D | serial.h | 80 struct urb *interrupt_in_urb; 85 struct urb *interrupt_out_urb; 90 struct urb *read_urb; 94 struct urb *read_urbs[2]; 99 struct urb *write_urb; 103 struct urb *write_urbs[2]; 305 void (*read_int_callback)(struct urb *urb); 306 void (*write_int_callback)(struct urb *urb); 307 void (*read_bulk_callback)(struct urb *urb); 308 void (*write_bulk_callback)(struct urb *urb); [all …]
|
D | usbnet.h | 64 struct urb *interrupt; 151 void (*status)(struct usbnet *, struct urb *); 225 extern void usbnet_cdc_status(struct usbnet *, struct urb *); 243 struct urb *urb; member
|
D | rndis_host.h | 201 extern void rndis_status(struct usbnet *dev, struct urb *urb);
|
/include/linux/ |
D | usb.h | 1394 struct urb; 1412 typedef void (*usb_complete_t)(struct urb *); 1597 struct urb { struct 1658 static inline void usb_fill_control_urb(struct urb *urb, in usb_fill_control_urb() argument 1667 urb->dev = dev; in usb_fill_control_urb() 1668 urb->pipe = pipe; in usb_fill_control_urb() 1669 urb->setup_packet = setup_packet; in usb_fill_control_urb() 1670 urb->transfer_buffer = transfer_buffer; in usb_fill_control_urb() 1671 urb->transfer_buffer_length = buffer_length; in usb_fill_control_urb() 1672 urb->complete = complete_fn; in usb_fill_control_urb() [all …]
|
/include/video/ |
D | udlfb.h | 23 struct urb *urb; member
|