Lines Matching refs:hsi_client
60 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release()
67 struct hsi_client *hsi_new_client(struct hsi_port *port, in hsi_new_client()
70 struct hsi_client *cl; in hsi_new_client()
200 struct hsi_client *cl; in hsi_add_client_from_dt()
427 static inline int hsi_dummy_cl(struct hsi_client *cl __maybe_unused) in hsi_dummy_cl()
577 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()
598 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port()
626 void hsi_release_port(struct hsi_client *cl) in hsi_release_port()
647 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call()
666 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event()
667 void (*handler)(struct hsi_client *, unsigned long)) in hsi_register_port_event() argument
691 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event()
738 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()