Searched refs:hsi_remove_client (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/hsi/clients/ |
A D | nokia-modem.c | 226 hsi_remove_client(&modem->cmt_speech->device, NULL); in nokia_modem_probe() 228 hsi_remove_client(&modem->ssi_protocol->device, NULL); in nokia_modem_probe() 246 hsi_remove_client(&modem->cmt_speech->device, NULL); in nokia_modem_remove() 251 hsi_remove_client(&modem->ssi_protocol->device, NULL); in nokia_modem_remove()
|
/linux-6.3-rc2/drivers/hsi/ |
A D | hsi_core.c | 325 int hsi_remove_client(struct device *dev, void *data __maybe_unused) in hsi_remove_client() function 331 EXPORT_SYMBOL_GPL(hsi_remove_client); 335 device_for_each_child(dev, NULL, hsi_remove_client); in hsi_remove_port() 360 device_for_each_child(&port->device, NULL, hsi_remove_client); in hsi_port_unregister_clients()
|
/linux-6.3-rc2/include/linux/hsi/ |
A D | hsi.h | 285 int hsi_remove_client(struct device *dev, void *data);
|
Completed in 7 milliseconds