Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/uwb/
Dhwa-rc.c81 struct hwarc { struct
602 struct hwarc *hwarc = uwb_rc->priv; in hwarc_cmd() local
604 hwarc->usb_dev, usb_sndctrlpipe(hwarc->usb_dev, 0), in hwarc_cmd()
606 0, hwarc->usb_iface->cur_altsetting->desc.bInterfaceNumber, in hwarc_cmd()
613 struct hwarc *hwarc = uwb_rc->priv; in hwarc_reset() local
617 result = usb_lock_device_for_reset(hwarc->usb_dev, NULL); in hwarc_reset()
619 result = usb_reset_device(hwarc->usb_dev); in hwarc_reset()
620 usb_unlock_device(hwarc->usb_dev); in hwarc_reset()
635 struct hwarc *hwarc = urb->context; in hwarc_neep_cb() local
636 struct usb_interface *usb_iface = hwarc->usb_iface; in hwarc_neep_cb()
[all …]