Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/usb/
Dhso.c315 static struct usb_endpoint_descriptor *hso_get_ep(struct usb_interface *intf,
2521 hso_net->in_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, in hso_create_net_device()
2527 hso_net->out_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, in hso_create_net_device()
2641 tiocmget->endp = hso_get_ep( in hso_create_bulk_serial_device()
2656 serial->in_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, in hso_create_bulk_serial_device()
2665 hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, USB_DIR_OUT))) { in hso_create_bulk_serial_device()
2766 mux->intr_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_INT, in hso_create_shared_int()
3130 static struct usb_endpoint_descriptor *hso_get_ep(struct usb_interface *intf, in hso_get_ep() function