Lines Matching refs:sleep
186 static inline void rfkill_rk_sleep_bt_internal(struct rfkill_rk_data *rfkill, bool sleep)
190 DBG("*** bt sleep: %d ***\n", sleep);
192 gpio_direction_output(wake->io, sleep ? !wake->enable : wake->enable);
194 if (!sleep) {
220 void rfkill_rk_sleep_bt(bool sleep)
235 DBG("*** Not support bt wakeup and sleep\n");
241 rfkill_rk_sleep_bt_internal(rfkill, sleep);
244 if (sleep == BT_WAKEUP) {
442 #define PROC_DIR "bluetooth/sleep"
623 sleep_dir = proc_mkdir("sleep", bluetooth_dir);