Home
last modified time | relevance | path

Searched refs:hsi_remove_client (Results 1 – 2 of 2) sorted by relevance

/drivers/hsi/clients/
Dnokia-modem.c222 hsi_remove_client(&modem->ssi_protocol->device, NULL); in nokia_modem_probe()
240 hsi_remove_client(&modem->ssi_protocol->device, NULL); in nokia_modem_remove()
/drivers/hsi/
Dhsi.c330 int hsi_remove_client(struct device *dev, void *data __maybe_unused) in hsi_remove_client() function
336 EXPORT_SYMBOL_GPL(hsi_remove_client);
340 device_for_each_child(dev, NULL, hsi_remove_client); in hsi_remove_port()
365 device_for_each_child(&port->device, NULL, hsi_remove_client); in hsi_port_unregister_clients()