Home
last modified time | relevance | path

Searched refs:bulk_out_endpointAddress (Results 1 – 14 of 14) 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 Dsierra.c318 if (port->bulk_out_endpointAddress == 2) in sierra_send_setup()
320 else if (port->bulk_out_endpointAddress == 4) in sierra_send_setup()
322 else if (port->bulk_out_endpointAddress == 5) in sierra_send_setup()
472 port->bulk_out_endpointAddress), in sierra_write()
H A Dipw.c161 usb_clear_halt(udev, usb_sndbulkpipe(udev, port->bulk_out_endpointAddress)); in ipw_open()
H A Dmos7840.c664 dev_dbg(&port->dev, "BulkOut endpoint is %d\n", port->bulk_out_endpointAddress); in mos7840_open()
881 (port->bulk_out_endpointAddress) + 2), in mos7840_write()
889 port->bulk_out_endpointAddress), in mos7840_write()
895 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 Dwhiteheat.c227 command_port->bulk_out_endpointAddress); in whiteheat_attach()
H A Dti_usb_3410_5052.c1311 port->bulk_out_endpointAddress), in ti_send()
1578 tdev->td_serial->port[0]->bulk_out_endpointAddress); in ti_download_firmware()
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 Dusb-serial.c888 port->bulk_out_endpointAddress = epd->bEndpointAddress; in setup_port_bulk_out()
H A Dio_ti.c916 serial->port[0]->bulk_out_endpointAddress), in bulk_xfer()
H A Dio_edgeport.c844 port0->bulk_out_endpointAddress; in edge_open()
/linux/include/linux/usb/
H A Dserial.h57 * @bulk_out_endpointAddress: endpoint address for the bulk out pipe for this
99 __u8 bulk_out_endpointAddress; member