Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dhso.c301 static struct usb_endpoint_descriptor *hso_get_ep(struct usb_interface *intf,
2501 hso_net->in_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, in hso_create_net_device()
2507 hso_net->out_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, in hso_create_net_device()
2640 tiocmget->endp = hso_get_ep(interface, in hso_create_bulk_serial_device()
2662 serial->in_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, in hso_create_bulk_serial_device()
2671 hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, USB_DIR_OUT))) { in hso_create_bulk_serial_device()
2764 mux->intr_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_INT, in hso_create_shared_int()
3141 static struct usb_endpoint_descriptor *hso_get_ep(struct usb_interface *intf, in hso_get_ep() function