Searched refs:bulk_out_endpointAddress (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/drivers/usb/serial/ |
D | iuu_phoenix.c | 173 port->bulk_out_endpointAddress), in iuu_rxcmd() 197 port->bulk_out_endpointAddress), in iuu_reset() 261 port->bulk_out_endpointAddress), in iuu_status() 280 port->bulk_out_endpointAddress), buf, in bulk_immediate() 364 port->bulk_out_endpointAddress), in iuu_led_activity_on() 384 port->bulk_out_endpointAddress), in iuu_led_activity_off() 611 port->bulk_out_endpointAddress), in iuu_bulk_write() 1058 port->bulk_out_endpointAddress), in iuu_open()
|
D | sierra.c | 318 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() 474 port->bulk_out_endpointAddress), in sierra_write()
|
D | ipw.c | 161 usb_clear_halt(udev, usb_sndbulkpipe(udev, port->bulk_out_endpointAddress)); in ipw_open()
|
D | mos7840.c | 679 dev_dbg(&port->dev, "BulkOut endpoint is %d\n", port->bulk_out_endpointAddress); in mos7840_open() 898 (port->bulk_out_endpointAddress) + 2), in mos7840_write() 906 port->bulk_out_endpointAddress), in mos7840_write() 912 dev_dbg(&port->dev, "bulkout endpoint is %d\n", port->bulk_out_endpointAddress); in mos7840_write()
|
D | ir-usb.c | 448 usb_sndbulkpipe(udev, port->bulk_out_endpointAddress), in ir_set_termios()
|
D | usb_wwan.c | 520 urb = usb_wwan_setup_urb(port, port->bulk_out_endpointAddress, in usb_wwan_port_probe()
|
D | whiteheat.c | 233 command_port->bulk_out_endpointAddress); in whiteheat_attach()
|
D | ti_usb_3410_5052.c | 1322 port->bulk_out_endpointAddress), in ti_send() 1613 tdev->td_serial->port[0]->bulk_out_endpointAddress); in ti_download_firmware()
|
D | quatech2.c | 713 bEndpointAddress = serial->port[0]->bulk_out_endpointAddress; in qt2_port_probe()
|
D | garmin_gps.c | 1007 port->bulk_out_endpointAddress), in garmin_write_bulk()
|
D | usb-serial.c | 794 port->bulk_out_endpointAddress = epd->bEndpointAddress; in setup_port_bulk_out()
|
D | mos7720.c | 1263 port->bulk_out_endpointAddress), in mos7720_write()
|
D | io_ti.c | 917 serial->port[0]->bulk_out_endpointAddress), in bulk_xfer()
|
D | io_edgeport.c | 920 port0->bulk_out_endpointAddress; in edge_open()
|
/Linux-v5.10/include/linux/usb/ |
D | serial.h | 105 __u8 bulk_out_endpointAddress; member
|