Searched refs:wk_refcount (Results 1 – 2 of 2) sorted by relevance
95 unsigned int wk_refcount; member
602 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()
Completed in 6 milliseconds