Searched refs:clsh_users (Results 1 – 2 of 2) sorted by relevance
17 int clsh_users; member124 if ((enable && ++ctrl->clsh_users == 1) || in wcd_enable_clsh_block()125 (!enable && --ctrl->clsh_users == 0)) in wcd_enable_clsh_block()129 if (ctrl->clsh_users < 0) in wcd_enable_clsh_block()130 ctrl->clsh_users = 0; in wcd_enable_clsh_block()
599 int clsh_users; member2142 if ((enable && ++rx->clsh_users == 1) || (!enable && --rx->clsh_users == 0)) in rx_macro_enable_clsh_block()2145 if (rx->clsh_users < 0) in rx_macro_enable_clsh_block()2146 rx->clsh_users = 0; in rx_macro_enable_clsh_block()