Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hsi/clients/
Dssi_protocol.c921 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_open()
953 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_stop()
973 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_xmit()
1075 struct hsi_client *cl = to_hsi_client(dev); in ssi_protocol_probe()
1151 struct hsi_client *cl = to_hsi_client(dev); in ssi_protocol_remove()
Dnokia-modem.c131 struct hsi_client *cl = to_hsi_client(dev); in nokia_modem_probe()
Dhsi_char.c680 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe()
735 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove()
Dcmt_speech.c1372 struct hsi_client *cl = to_hsi_client(dev); in cs_hsi_client_probe()
/Linux-v5.4/include/linux/hsi/
Dhsi.h136 #define to_hsi_client(dev) container_of(dev, struct hsi_client, device) macro
/Linux-v5.4/drivers/hsi/
Dhsi_core.c60 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release()