HomeSort by: relevance | last modified time | path
    Searched refs:usc_iface (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_athn_usb.h 465 struct usbd_interface *usc_iface; member in struct:athn_usb_softc
if_athn_usb.c 305 error = usbd_device2interface_handle(usc->usc_udev, 0, &usc->usc_iface);
585 error = usbd_open_pipe(usc->usc_iface, AR_PIPE_TX_DATA, 0,
593 error = usbd_open_pipe(usc->usc_iface, AR_PIPE_RX_DATA, 0,
601 ed = usbd_get_endpoint_descriptor(usc->usc_iface, AR_PIPE_RX_INTR);
615 error = usbd_open_pipe_intr(usc->usc_iface, AR_PIPE_RX_INTR,
623 error = usbd_open_pipe(usc->usc_iface, AR_PIPE_TX_INTR, 0,

Completed in 15 milliseconds