Lines Matching defs:port
80 struct hsi_client *hsi_new_client(struct hsi_port *port, in hsi_new_client()
209 static void hsi_add_client_from_dt(struct hsi_port *port, in hsi_add_client_from_dt()
326 void hsi_add_clients_from_dt(struct hsi_port *port, struct device_node *clients) in hsi_add_clients_from_dt()
372 void hsi_port_unregister_clients(struct hsi_port *port) in hsi_port_unregister_clients()
479 struct hsi_port **port; in hsi_alloc_controller() local
593 struct hsi_port *port = hsi_get_port(cl); in hsi_async() local
614 struct hsi_port *port = hsi_get_port(cl); in hsi_claim_port() local
642 struct hsi_port *port = hsi_get_port(cl); in hsi_release_port() local
683 struct hsi_port *port = hsi_get_port(cl); in hsi_register_port_event() local
707 struct hsi_port *port = hsi_get_port(cl); in hsi_unregister_port_event() local
735 int hsi_event(struct hsi_port *port, unsigned long event) in hsi_event()