Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/hsi/
Dhsi.h253 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) macro
371 return hsi_get_port(cl)->setup(cl); in hsi_setup()
387 return hsi_get_port(cl)->flush(cl); in hsi_flush()
426 return hsi_get_port(cl)->start_tx(cl); in hsi_start_tx()
439 return hsi_get_port(cl)->stop_tx(cl); in hsi_stop_tx()
/Linux-v4.19/drivers/hsi/
Dhsi_core.c592 struct hsi_port *port = hsi_get_port(cl); in hsi_async()
613 struct hsi_port *port = hsi_get_port(cl); in hsi_claim_port()
641 struct hsi_port *port = hsi_get_port(cl); in hsi_release_port()
682 struct hsi_port *port = hsi_get_port(cl); in hsi_register_port_event()
706 struct hsi_port *port = hsi_get_port(cl); in hsi_unregister_port_event()
/Linux-v4.19/drivers/hsi/controllers/
Domap_ssi_port.c215 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_claim_lch()
232 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_start_dma()
311 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_start_pio()
363 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_async_break()
402 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_async()
544 struct hsi_port *port = hsi_get_port(cl); in ssi_flush()
564 if (!msg || (port != hsi_get_port(msg->cl))) in ssi_flush()
622 struct hsi_port *port = hsi_get_port(cl); in ssi_start_tx()
641 struct hsi_port *port = hsi_get_port(cl); in ssi_stop_tx()
691 struct hsi_port *port = hsi_get_port(cl); in ssi_cleanup_queues()
[all …]
Domap_ssi_core.c183 struct hsi_port *port = hsi_get_port(cl); in ssi_waketest()
/Linux-v4.19/drivers/hsi/clients/
Dnokia-modem.c145 struct hsi_port *port = hsi_get_port(cl); in nokia_modem_probe()