Searched refs:port_remove (Results 1 – 25 of 30) sorted by relevance
12
/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() 85 * Make sure suspend/resume doesn't race against port_remove. in usb_serial_device_remove() 96 if (driver->port_remove) in usb_serial_device_remove() 97 driver->port_remove(port); in usb_serial_device_remove()
|
H A D | symbolserial.c | 178 .port_remove = symbol_port_remove,
|
H A D | ipw.c | 298 .port_remove = usb_wwan_port_remove,
|
H A D | cypress_m8.c | 148 .port_remove = cypress_port_remove, 174 .port_remove = cypress_port_remove, 199 .port_remove = cypress_port_remove,
|
H A D | metro-usb.c | 354 .port_remove = metrousb_port_remove,
|
H A D | upd78f0730.c | 415 .port_remove = upd78f0730_port_remove,
|
H A D | cyberjack.c | 77 .port_remove = cyberjack_port_remove,
|
H A D | spcp8x5.c | 470 .port_remove = spcp8x5_port_remove,
|
H A D | kl5kusb105.c | 89 .port_remove = klsi_105_port_remove,
|
H A D | ssu100.c | 511 .port_remove = ssu100_port_remove,
|
H A D | kobil_sct.c | 87 .port_remove = kobil_port_remove,
|
H A D | ark3116.c | 610 .port_remove = ark3116_port_remove,
|
H A D | io_edgeport.c | 2997 .port_remove = edge_port_remove, 3031 .port_remove = edge_port_remove, 3065 .port_remove = edge_port_remove, 3099 .port_remove = edge_port_remove,
|
H A D | digi_acceleport.c | 290 .port_remove = digi_port_remove, 319 .port_remove = digi_port_remove,
|
H A D | ch341.c | 882 .port_remove = ch341_port_remove,
|
H A D | whiteheat.c | 115 .port_remove = whiteheat_port_remove,
|
H A D | ti_usb_3410_5052.c | 429 .port_remove = ti_port_remove, 461 .port_remove = ti_port_remove,
|
H A D | oti6858.c | 162 .port_remove = oti6858_port_remove,
|
H A D | sierra.c | 1041 .port_remove = sierra_port_remove,
|
H A D | xr_serial.c | 1091 .port_remove = xr_port_remove,
|
H A D | garmin_gps.c | 1426 .port_remove = garmin_port_remove,
|
H A D | io_ti.c | 2688 .port_remove = edge_port_remove, 2725 .port_remove = edge_port_remove,
|
H A D | iuu_phoenix.c | 1177 .port_remove = iuu_port_remove,
|
/linux/include/linux/usb/ ! |
H A D | serial.h | 261 void (*port_remove)(struct usb_serial_port *port); member
|
/linux/drivers/s390/scsi/ ! |
H A D | zfcp_sysfs.c | 338 static ZFCP_DEV_ATTR(adapter, port_remove, S_IWUSR, NULL,
|
12