hsi_remove_client  228 drivers/hsi/clients/nokia-modem.c 	hsi_remove_client(&modem->cmt_speech->device, NULL);
hsi_remove_client  230 drivers/hsi/clients/nokia-modem.c 	hsi_remove_client(&modem->ssi_protocol->device, NULL);
hsi_remove_client  248 drivers/hsi/clients/nokia-modem.c 		hsi_remove_client(&modem->cmt_speech->device, NULL);
hsi_remove_client  253 drivers/hsi/clients/nokia-modem.c 		hsi_remove_client(&modem->ssi_protocol->device, NULL);
hsi_remove_client  331 drivers/hsi/hsi_core.c EXPORT_SYMBOL_GPL(hsi_remove_client);
hsi_remove_client  335 drivers/hsi/hsi_core.c 	device_for_each_child(dev, NULL, hsi_remove_client);
hsi_remove_client  360 drivers/hsi/hsi_core.c 	device_for_each_child(&port->device, NULL, hsi_remove_client);
hsi_remove_client  285 include/linux/hsi/hsi.h int hsi_remove_client(struct device *dev, void *data);