Lines Matching refs:udev
54 struct usb_device *udev;
218 usb_make_path(pcu->udev, buttons->phys, sizeof(buttons->phys));
225 usb_to_input_id(pcu->udev, &input->id);
304 usb_make_path(pcu->udev, gamepad->phys, sizeof(gamepad->phys));
309 usb_to_input_id(pcu->udev, &input->id);
514 error = usb_bulk_msg(pcu->udev,
515 usb_sndbulkpipe(pcu->udev,
1515 pcu->urb_in_buf = usb_alloc_coherent(pcu->udev, pcu->max_in_size,
1533 usb_fill_bulk_urb(pcu->urb_in, pcu->udev,
1534 usb_rcvbulkpipe(pcu->udev,
1550 pcu->urb_ctrl_buf = usb_alloc_coherent(pcu->udev, pcu->max_ctrl_size,
1569 usb_fill_int_urb(pcu->urb_ctrl, pcu->udev,
1570 usb_rcvintpipe(pcu->udev,
1578 usb_free_coherent(pcu->udev, pcu->max_ctrl_size,
1585 usb_free_coherent(pcu->udev, pcu->max_in_size,
1595 usb_free_coherent(pcu->udev, pcu->max_out_size,
1603 usb_free_coherent(pcu->udev, pcu->max_ctrl_size,
1662 pcu->ctrl_intf = usb_ifnum_to_if(pcu->udev,
1675 pcu->data_intf = usb_ifnum_to_if(pcu->udev,
1761 error = usb_control_msg(pcu->udev, usb_sndctrlpipe(pcu->udev, 0),
1773 error = usb_control_msg(pcu->udev, usb_sndctrlpipe(pcu->udev, 0),
1992 struct usb_device *udev = interface_to_usbdev(intf);
2001 pcu->udev = udev;