Searched refs:digi_write_oob_command (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | digi_acceleport.c | 206 static int digi_write_oob_command(struct usb_serial_port *port, 367 static int digi_write_oob_command(struct usb_serial_port *port, in digi_write_oob_command() function 377 "digi_write_oob_command: TOP: port=%d, count=%d\n", in digi_write_oob_command() 833 ret = digi_write_oob_command(port, buf, i, 1); in digi_set_termios() 1090 ret = digi_write_oob_command(port, buf, 8, 1); in digi_open() 1149 ret = digi_write_oob_command(port, buf, 20, 0); in digi_close()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | digi_acceleport.c | 207 static int digi_write_oob_command(struct usb_serial_port *port, 369 static int digi_write_oob_command(struct usb_serial_port *port, in digi_write_oob_command() function 379 "digi_write_oob_command: TOP: port=%d, count=%d\n", in digi_write_oob_command() 835 ret = digi_write_oob_command(port, buf, i, 1); in digi_set_termios() 1093 ret = digi_write_oob_command(port, buf, 8, 1); in digi_open() 1152 ret = digi_write_oob_command(port, buf, 20, 0); in digi_close()
|
Completed in 7 milliseconds