Searched refs:port_remove (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/serial/ |
| H A D | bus.c | 69 if (driver->port_remove) in usb_serial_device_probe() 70 driver->port_remove(port); in usb_serial_device_probe() 96 if (driver->port_remove) in usb_serial_device_remove() 97 driver->port_remove(port); in usb_serial_device_remove()
|
| H A D | upd78f0730.c | 415 .port_remove = upd78f0730_port_remove,
|
| H A D | io_edgeport.c | 3001 .port_remove = edge_port_remove, 3035 .port_remove = edge_port_remove, 3069 .port_remove = edge_port_remove, 3103 .port_remove = edge_port_remove,
|
| H A D | ch341.c | 882 .port_remove = ch341_port_remove,
|
| H A D | sierra.c | 1041 .port_remove = sierra_port_remove,
|
| H A D | io_ti.c | 2702 .port_remove = edge_port_remove, 2739 .port_remove = edge_port_remove,
|
| H A D | cp210x.c | 323 .port_remove = cp210x_port_remove,
|
| H A D | ftdi_sio.c | 2852 .port_remove = ftdi_port_remove,
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 262 void (*port_remove)(struct usb_serial_port *port); member
|