Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Dhwa-rc.c64 struct hwarc { struct
585 struct hwarc *hwarc = uwb_rc->priv; in hwarc_cmd() local
587 hwarc->usb_dev, usb_sndctrlpipe(hwarc->usb_dev, 0), in hwarc_cmd()
589 0, hwarc->usb_iface->cur_altsetting->desc.bInterfaceNumber, in hwarc_cmd()
596 struct hwarc *hwarc = uwb_rc->priv; in hwarc_reset() local
600 result = usb_lock_device_for_reset(hwarc->usb_dev, NULL); in hwarc_reset()
602 result = usb_reset_device(hwarc->usb_dev); in hwarc_reset()
603 usb_unlock_device(hwarc->usb_dev); in hwarc_reset()
618 struct hwarc *hwarc = urb->context; in hwarc_neep_cb() local
619 struct usb_interface *usb_iface = hwarc->usb_iface; in hwarc_neep_cb()
[all …]