Home
last modified time | relevance | path

Searched refs:wk_refcount (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/hsi/controllers/
Domap_ssi.h95 unsigned int wk_refcount; member
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()