Home
last modified time | relevance | path

Searched refs:wk_refcount (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hsi/controllers/
H A Domap_ssi.h69 * @wk_refcount: Reference count for output wake line
95 unsigned int wk_refcount; member
H A Domap_ssi_port.c602 dev_dbg(&port->device, "Wake out high %d\n", omap_port->wk_refcount); in ssi_start_tx()
605 if (omap_port->wk_refcount++) { in ssi_start_tx()
623 dev_dbg(&port->device, "Wake out low %d\n", omap_port->wk_refcount); in ssi_stop_tx()
626 BUG_ON(!omap_port->wk_refcount); in ssi_stop_tx()
627 if (--omap_port->wk_refcount) { in ssi_stop_tx()
795 WARN_ON(omap_port->wk_refcount != 0); in ssi_release()
/kernel/linux/linux-6.6/drivers/hsi/controllers/
H A Domap_ssi.h69 * @wk_refcount: Reference count for output wake line
95 unsigned int wk_refcount; member
H A Domap_ssi_port.c596 dev_dbg(&port->device, "Wake out high %d\n", omap_port->wk_refcount); in ssi_start_tx()
599 if (omap_port->wk_refcount++) { in ssi_start_tx()
617 dev_dbg(&port->device, "Wake out low %d\n", omap_port->wk_refcount); in ssi_stop_tx()
620 BUG_ON(!omap_port->wk_refcount); in ssi_stop_tx()
621 if (--omap_port->wk_refcount) { in ssi_stop_tx()
789 WARN_ON(omap_port->wk_refcount != 0); in ssi_release()

Completed in 5 milliseconds