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()
597 int clsh_users; member2132 if ((enable && ++rx->clsh_users == 1) || (!enable && --rx->clsh_users == 0)) in rx_macro_enable_clsh_block()2135 if (rx->clsh_users < 0) in rx_macro_enable_clsh_block()2136 rx->clsh_users = 0; in rx_macro_enable_clsh_block()