Lines Matching refs:hsi_client
73 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release()
80 struct hsi_client *hsi_new_client(struct hsi_port *port, in hsi_new_client()
83 struct hsi_client *cl; in hsi_new_client()
212 struct hsi_client *cl; in hsi_add_client_from_dt()
441 static inline int hsi_dummy_cl(struct hsi_client *cl __maybe_unused) in hsi_dummy_cl()
591 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()
612 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port()
640 void hsi_release_port(struct hsi_client *cl) in hsi_release_port()
661 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call()
680 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event()
681 void (*handler)(struct hsi_client *, unsigned long)) in hsi_register_port_event() argument
705 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event()
752 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()