Searched refs:bulk_out_endpointAddress (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/usb/serial/ |
D | iuu_phoenix.c | 174 port->bulk_out_endpointAddress), in iuu_rxcmd() 198 port->bulk_out_endpointAddress), in iuu_reset() 263 port->bulk_out_endpointAddress), in iuu_status() 282 port->bulk_out_endpointAddress), buf, in bulk_immediate() 366 port->bulk_out_endpointAddress), in iuu_led_activity_on() 386 port->bulk_out_endpointAddress), in iuu_led_activity_off() 613 port->bulk_out_endpointAddress), in iuu_bulk_write() 1060 port->bulk_out_endpointAddress), in iuu_open()
|
D | sierra.c | 337 if (port->bulk_out_endpointAddress == 2) in sierra_send_setup() 339 else if (port->bulk_out_endpointAddress == 4) in sierra_send_setup() 341 else if (port->bulk_out_endpointAddress == 5) in sierra_send_setup() 493 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 | ir-usb.c | 392 port->bulk_out_endpointAddress), in ir_set_termios()
|
D | mos7840.c | 1062 dev_dbg(&port->dev, "BulkOut endpoint is %d\n", port->bulk_out_endpointAddress); in mos7840_open() 1350 (port->bulk_out_endpointAddress) + 2), in mos7840_write() 1358 port->bulk_out_endpointAddress), in mos7840_write() 1365 dev_dbg(&port->dev, "bulkout endpoint is %d\n", port->bulk_out_endpointAddress); in mos7840_write()
|
D | usb_wwan.c | 541 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 | 1344 port->bulk_out_endpointAddress), in ti_send() 1643 tdev->td_serial->port[0]->bulk_out_endpointAddress); in ti_download_firmware()
|
D | quatech2.c | 752 bEndpointAddress = serial->port[0]->bulk_out_endpointAddress; in qt2_port_probe()
|
D | garmin_gps.c | 1004 port->bulk_out_endpointAddress), in garmin_write_bulk()
|
D | usb-serial.c | 776 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-v4.19/include/linux/usb/ |
D | serial.h | 110 __u8 bulk_out_endpointAddress; member
|