Searched refs:bulk_out_endpointAddress (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 171 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 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() 472 port->bulk_out_endpointAddress), in sierra_write()
|
H A D | ipw.c | 161 usb_clear_halt(udev, usb_sndbulkpipe(udev, port->bulk_out_endpointAddress)); in ipw_open()
|
H A D | mos7840.c | 677 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 D | ir-usb.c | 450 usb_sndbulkpipe(udev, port->bulk_out_endpointAddress), in ir_set_termios()
|
H A D | usb_wwan.c | 477 urb = usb_wwan_setup_urb(port, port->bulk_out_endpointAddress, in usb_wwan_port_probe()
|
H A D | whiteheat.c | 229 command_port->bulk_out_endpointAddress); in whiteheat_attach()
|
H A D | ti_usb_3410_5052.c | 1318 port->bulk_out_endpointAddress), in ti_send() 1585 tdev->td_serial->port[0]->bulk_out_endpointAddress); in ti_download_firmware()
|
H A D | quatech2.c | 676 bEndpointAddress = serial->port[0]->bulk_out_endpointAddress; in qt2_port_probe()
|
H A D | garmin_gps.c | 1005 port->bulk_out_endpointAddress), in garmin_write_bulk()
|
H A D | mos7720.c | 1099 port->bulk_out_endpointAddress), in mos7720_write()
|
H A D | usb-serial.c | 890 port->bulk_out_endpointAddress = epd->bEndpointAddress; in setup_port_bulk_out()
|
H A D | io_ti.c | 916 serial->port[0]->bulk_out_endpointAddress), in bulk_xfer()
|
H A D | io_edgeport.c | 844 port0->bulk_out_endpointAddress; in edge_open()
|
/openbmc/linux/include/linux/usb/ |
H A D | serial.h | 99 __u8 bulk_out_endpointAddress; member
|