Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Diuu_phoenix.c171 port->bulk_out_endpointAddress), in iuu_rxcmd()
195 port->bulk_out_endpointAddress), in iuu_reset()
259 port->bulk_out_endpointAddress), in iuu_status()
278 port->bulk_out_endpointAddress), buf, in bulk_immediate()
362 port->bulk_out_endpointAddress), in iuu_led_activity_on()
382 port->bulk_out_endpointAddress), in iuu_led_activity_off()
619 port->bulk_out_endpointAddress), in iuu_bulk_write()
1063 port->bulk_out_endpointAddress), in iuu_open()
H A Dipw.c161 usb_clear_halt(udev, usb_sndbulkpipe(udev, port->bulk_out_endpointAddress)); in ipw_open()
H A Dmos7840.c677 dev_dbg(&port->dev, "BulkOut endpoint is %d\n", port->bulk_out_endpointAddress); in mos7840_open()
894 (port->bulk_out_endpointAddress) + 2), in mos7840_write()
902 port->bulk_out_endpointAddress), in mos7840_write()
908 dev_dbg(&port->dev, "bulkout endpoint is %d\n", port->bulk_out_endpointAddress); in mos7840_write()
H A Dir-usb.c449 usb_sndbulkpipe(udev, port->bulk_out_endpointAddress), in ir_set_termios()
H A Dusb_wwan.c477 urb = usb_wwan_setup_urb(port, port->bulk_out_endpointAddress, in usb_wwan_port_probe()
H A Dti_usb_3410_5052.c1316 port->bulk_out_endpointAddress), in ti_send()
1583 tdev->td_serial->port[0]->bulk_out_endpointAddress); in ti_download_firmware()
H A Dwhiteheat.c227 command_port->bulk_out_endpointAddress); in whiteheat_attach()
H A Dquatech2.c676 bEndpointAddress = serial->port[0]->bulk_out_endpointAddress; in qt2_port_probe()
H A Dgarmin_gps.c1004 port->bulk_out_endpointAddress), in garmin_write_bulk()
H A Dmos7720.c1099 port->bulk_out_endpointAddress), in mos7720_write()
H A Dio_ti.c916 serial->port[0]->bulk_out_endpointAddress), in bulk_xfer()
/linux/include/linux/usb/
H A Dserial.h99 __u8 bulk_out_endpointAddress; member