Home
last modified time | relevance | path

Searched refs:hsi_port (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/hsi/
Dhsi.h237 struct hsi_port { struct
255 #define to_hsi_port(dev) container_of(dev, struct hsi_port, device) argument
258 int hsi_event(struct hsi_port *port, unsigned long event);
267 static inline void hsi_port_set_drvdata(struct hsi_port *port, void *data) in hsi_port_set_drvdata()
272 static inline void *hsi_port_drvdata(struct hsi_port *port) in hsi_port_drvdata()
290 struct hsi_port **port;
299 struct hsi_client *hsi_new_client(struct hsi_port *port,
302 void hsi_port_unregister_clients(struct hsi_port *port);
305 void hsi_add_clients_from_dt(struct hsi_port *port,
308 static inline void hsi_add_clients_from_dt(struct hsi_port *port, in hsi_add_clients_from_dt()
[all …]
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi_port.c43 static inline unsigned int ssi_wakein(struct hsi_port *port) in ssi_wakein()
50 static void ssi_debug_remove_port(struct hsi_port *port) in ssi_debug_remove_port()
59 struct hsi_port *port = m->private; in ssi_debug_port_show()
146 struct hsi_port *port = data; in ssi_div_get()
158 struct hsi_port *port = data; in ssi_div_set()
177 struct hsi_port *port = to_hsi_port(omap_port->dev); in ssi_debug_add_port()
197 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_claim_lch()
214 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_start_dma()
285 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_start_pio()
330 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_async_break()
[all …]
Domap_ssi.c183 struct hsi_port *port = hsi_get_port(cl); in ssi_waketest()
205 struct hsi_port *port = to_hsi_port(msg->cl->device.parent); in ssi_gdd_complete()
/linux-4.4.14/drivers/hsi/
Dhsi.c80 struct hsi_client *hsi_new_client(struct hsi_port *port, in hsi_new_client()
133 struct hsi_port *p; in hsi_scan_board_info()
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()
593 struct hsi_port *port = hsi_get_port(cl); in hsi_async()
614 struct hsi_port *port = hsi_get_port(cl); in hsi_claim_port()
642 struct hsi_port *port = hsi_get_port(cl); in hsi_release_port()
683 struct hsi_port *port = hsi_get_port(cl); in hsi_register_port_event()
[all …]
/linux-4.4.14/drivers/hsi/clients/
Dnokia-modem.c147 struct hsi_port *port = hsi_get_port(cl); in nokia_modem_probe()