Home
last modified time | relevance | path

Searched refs:port_remove (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/usb/serial/ !
H A Dbus.c69 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 Dsymbolserial.c178 .port_remove = symbol_port_remove,
H A Dipw.c298 .port_remove = usb_wwan_port_remove,
H A Dcypress_m8.c148 .port_remove = cypress_port_remove,
174 .port_remove = cypress_port_remove,
199 .port_remove = cypress_port_remove,
H A Dmetro-usb.c354 .port_remove = metrousb_port_remove,
H A Dupd78f0730.c415 .port_remove = upd78f0730_port_remove,
H A Dcyberjack.c77 .port_remove = cyberjack_port_remove,
H A Dspcp8x5.c470 .port_remove = spcp8x5_port_remove,
H A Dkl5kusb105.c89 .port_remove = klsi_105_port_remove,
H A Dssu100.c511 .port_remove = ssu100_port_remove,
H A Dkobil_sct.c87 .port_remove = kobil_port_remove,
H A Dark3116.c610 .port_remove = ark3116_port_remove,
H A Dio_edgeport.c2997 .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 Ddigi_acceleport.c290 .port_remove = digi_port_remove,
319 .port_remove = digi_port_remove,
H A Dch341.c882 .port_remove = ch341_port_remove,
H A Dwhiteheat.c115 .port_remove = whiteheat_port_remove,
H A Dti_usb_3410_5052.c429 .port_remove = ti_port_remove,
461 .port_remove = ti_port_remove,
H A Doti6858.c162 .port_remove = oti6858_port_remove,
H A Dsierra.c1041 .port_remove = sierra_port_remove,
H A Dxr_serial.c1091 .port_remove = xr_port_remove,
H A Dgarmin_gps.c1426 .port_remove = garmin_port_remove,
H A Dio_ti.c2688 .port_remove = edge_port_remove,
2725 .port_remove = edge_port_remove,
H A Diuu_phoenix.c1177 .port_remove = iuu_port_remove,
/linux/include/linux/usb/ !
H A Dserial.h261 void (*port_remove)(struct usb_serial_port *port); member
/linux/drivers/s390/scsi/ !
H A Dzfcp_sysfs.c338 static ZFCP_DEV_ATTR(adapter, port_remove, S_IWUSR, NULL,

12