Lines Matching defs:port
80 struct hsi_client *hsi_new_client(struct hsi_port *port, in hsi_new_client()
199 static void hsi_add_client_from_dt(struct hsi_port *port, in hsi_add_client_from_dt()
317 void hsi_add_clients_from_dt(struct hsi_port *port, struct device_node *clients) in hsi_add_clients_from_dt()
363 void hsi_port_unregister_clients(struct hsi_port *port) in hsi_port_unregister_clients()
470 struct hsi_port **port; in hsi_alloc_controller() local
584 struct hsi_port *port = hsi_get_port(cl); in hsi_async() local
605 struct hsi_port *port = hsi_get_port(cl); in hsi_claim_port() local
633 struct hsi_port *port = hsi_get_port(cl); in hsi_release_port() local
674 struct hsi_port *port = hsi_get_port(cl); in hsi_register_port_event() local
698 struct hsi_port *port = hsi_get_port(cl); in hsi_unregister_port_event() local
726 int hsi_event(struct hsi_port *port, unsigned long event) in hsi_event()