Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hsi/clients/
Dssi_protocol.c918 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_open()
951 struct hsi_client *cl = to_hsi_client(dev->dev.parent); in ssip_pn_stop()
971 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.c129 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.c1371 struct hsi_client *cl = to_hsi_client(dev); in cs_hsi_client_probe()
/linux-6.6.21/include/linux/hsi/
Dhsi.h136 #define to_hsi_client(dev) container_of(dev, struct hsi_client, device) macro
/linux-6.6.21/drivers/hsi/
Dhsi_core.c60 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release()