Home
last modified time | relevance | path

Searched refs:to_hsi_client (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/hsi/clients/
Dssi_protocol.c932 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_open()
964 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_stop()
984 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_xmit()
1086 struct hsi_client *cl = to_hsi_client(dev); in ssi_protocol_probe()
1162 struct hsi_client *cl = to_hsi_client(dev); in ssi_protocol_remove()
Dnokia-modem.c144 struct hsi_client *cl = to_hsi_client(dev); in nokia_modem_probe()
Dhsi_char.c693 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe()
748 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove()
Dcmt_speech.c1385 struct hsi_client *cl = to_hsi_client(dev); in cs_hsi_client_probe()
/Linux-v4.19/include/linux/hsi/
Dhsi.h149 #define to_hsi_client(dev) container_of(dev, struct hsi_client, device) macro
/Linux-v4.19/drivers/hsi/
Dhsi_core.c73 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release()