Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/hsi/
Dhsi.h240 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) macro
358 return hsi_get_port(cl)->setup(cl); in hsi_setup()
374 return hsi_get_port(cl)->flush(cl); in hsi_flush()
413 return hsi_get_port(cl)->start_tx(cl); in hsi_start_tx()
426 return hsi_get_port(cl)->stop_tx(cl); in hsi_stop_tx()
/linux-6.6.21/drivers/hsi/
Dhsi_core.c579 struct hsi_port *port = hsi_get_port(cl); in hsi_async()
600 struct hsi_port *port = hsi_get_port(cl); in hsi_claim_port()
628 struct hsi_port *port = hsi_get_port(cl); in hsi_release_port()
669 struct hsi_port *port = hsi_get_port(cl); in hsi_register_port_event()
693 struct hsi_port *port = hsi_get_port(cl); in hsi_unregister_port_event()
/linux-6.6.21/drivers/hsi/controllers/
Domap_ssi_port.c186 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_claim_lch()
203 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_start_dma()
282 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_start_pio()
334 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_async_break()
373 struct hsi_port *port = hsi_get_port(msg->cl); in ssi_async()
515 struct hsi_port *port = hsi_get_port(cl); in ssi_flush()
535 if (!msg || (port != hsi_get_port(msg->cl))) in ssi_flush()
593 struct hsi_port *port = hsi_get_port(cl); in ssi_start_tx()
612 struct hsi_port *port = hsi_get_port(cl); in ssi_stop_tx()
662 struct hsi_port *port = hsi_get_port(cl); in ssi_cleanup_queues()
[all …]
Domap_ssi_core.c151 struct hsi_port *port = hsi_get_port(cl); in ssi_waketest()
/linux-6.6.21/drivers/hsi/clients/
Dnokia-modem.c130 struct hsi_port *port = hsi_get_port(cl); in nokia_modem_probe()