Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hsi/clients/
Dnokia-modem.c241 hsi_remove_client(&modem->cmt_speech->device, NULL); in nokia_modem_probe()
243 hsi_remove_client(&modem->ssi_protocol->device, NULL); in nokia_modem_probe()
261 hsi_remove_client(&modem->cmt_speech->device, NULL); in nokia_modem_remove()
266 hsi_remove_client(&modem->ssi_protocol->device, NULL); in nokia_modem_remove()
/Linux-v4.19/drivers/hsi/
Dhsi_core.c338 int hsi_remove_client(struct device *dev, void *data __maybe_unused) in hsi_remove_client() function
344 EXPORT_SYMBOL_GPL(hsi_remove_client);
348 device_for_each_child(dev, NULL, hsi_remove_client); in hsi_remove_port()
373 device_for_each_child(&port->device, NULL, hsi_remove_client); in hsi_port_unregister_clients()
/Linux-v4.19/include/linux/hsi/
Dhsi.h298 int hsi_remove_client(struct device *dev, void *data);