Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/hsi/
Dhsi.h256 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) macro
374 return hsi_get_port(cl)->setup(cl); in hsi_setup()
390 return hsi_get_port(cl)->flush(cl); in hsi_flush()
429 return hsi_get_port(cl)->start_tx(cl); in hsi_start_tx()
442 return hsi_get_port(cl)->stop_tx(cl); in hsi_stop_tx()
/linux-4.4.14/drivers/hsi/
Dhsi.c593 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()
707 struct hsi_port *port = hsi_get_port(cl); in hsi_unregister_port_event()
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi_port.c197 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()
368 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_async()
505 struct hsi_port *port = hsi_get_port(cl); in ssi_flush()
520 if (!msg || (port != hsi_get_port(msg->cl))) in ssi_flush()
561 struct hsi_port *port = hsi_get_port(cl); in ssi_start_tx()
582 struct hsi_port *port = hsi_get_port(cl); in ssi_stop_tx()
626 struct hsi_port *port = hsi_get_port(cl); in ssi_cleanup_queues()
[all …]
Domap_ssi.c183 struct hsi_port *port = hsi_get_port(cl); in ssi_waketest()
/linux-4.4.14/drivers/hsi/clients/
Dnokia-modem.c147 struct hsi_port *port = hsi_get_port(cl); in nokia_modem_probe()