Home
last modified time | relevance | path

Searched refs:wakeup_source (Results 1 – 18 of 18) sorted by relevance

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/
Daon_pmu_hal.c86 uint32_t wakeup_source = 0; in aon_pmu_hal_clear_wakeup_source() local
87 wakeup_source = aon_pmu_ll_get_reg41_wakeup_ena(); in aon_pmu_hal_clear_wakeup_source()
88 wakeup_source &= ~(0x1 << value); in aon_pmu_hal_clear_wakeup_source()
89 aon_pmu_ll_set_reg41_wakeup_ena( wakeup_source); in aon_pmu_hal_clear_wakeup_source()
93 uint32_t wakeup_source = 0; in aon_pmu_hal_set_wakeup_source() local
94 wakeup_source = aon_pmu_ll_get_reg41_wakeup_ena(); in aon_pmu_hal_set_wakeup_source()
95 wakeup_source |= (0x1 << value); in aon_pmu_hal_set_wakeup_source()
96 aon_pmu_ll_set_reg41_wakeup_ena( wakeup_source); in aon_pmu_hal_set_wakeup_source()
231 uint32_t wakeup_source = 0; in aon_pmu_hal_clear_wakeup_source() local
232 wakeup_source = aon_pmu_ll_get_reg41_wakeup_ena(s_aon_pmu_hal.hw); in aon_pmu_hal_clear_wakeup_source()
[all …]
Daon_pmu_ll.h534 return hw->reg71.wakeup_source;
Dsys_hal.c480 wakeup_source_t wakeup_source = WAKEUP_SOURCE_INT_TOUCHED; in sys_hal_touch_wakeup_enable() local
487 aon_pmu_hal_set_wakeup_source(wakeup_source); in sys_hal_touch_wakeup_enable()
496 wakeup_source_t wakeup_source = WAKEUP_SOURCE_INT_USBPLUG; in sys_hal_usb_wakeup_enable() local
498 aon_pmu_hal_set_wakeup_source(wakeup_source); in sys_hal_usb_wakeup_enable()
506 wakeup_source_t wakeup_source = WAKEUP_SOURCE_INT_RTC; in sys_hal_rtc_wakeup_enable() local
507 aon_pmu_hal_set_wakeup_source(wakeup_source); in sys_hal_rtc_wakeup_enable()
530 wakeup_source_t wakeup_source = WAKEUP_SOURCE_INT_GPIO; in sys_hal_gpio_wakeup_enable() local
541 aon_pmu_hal_set_wakeup_source(wakeup_source); in sys_hal_gpio_wakeup_enable()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux_priv.h129 struct wakeup_source wl_wifi; /* Wifi wakelock */
130 struct wakeup_source wl_rxwake; /* Wifi rx wakelock */
131 struct wakeup_source wl_ctrlwake; /* Wifi ctrl wakelock */
132 struct wakeup_source wl_wdwake; /* Wifi wd wakelock */
133 struct wakeup_source wl_evtwake; /* Wifi event wakelock */
134 struct wakeup_source wl_pmwake; /* Wifi pm handler wakelock */
135 struct wakeup_source wl_txflwake; /* Wifi tx flow wakelock */
137 struct wakeup_source wl_intrwake; /* Host wakeup wakelock */
140 struct wakeup_source wl_scanwake; /* Wifi scan wakelock */
142 struct wakeup_source wl_nanwake; /* NAN wakelock */
[all …]
/device/board/isoftstone/yangfan/kernel/src/incl/linux/current/
Dwakelock.h33 struct wakeup_source ws;
39 struct wakeup_source *ws = &lock->ws; in wake_lock_init()
50 struct wakeup_source *ws = &lock->ws; in wake_lock_destroy()
/device/soc/rockchip/rk3588/kernel/include/linux/
Dwakelock.h33 struct wakeup_source ws;
39 struct wakeup_source *ws = &lock->ws; in wake_lock_init()
50 struct wakeup_source *ws = &lock->ws; in wake_lock_destroy()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dwakelock.h33 struct wakeup_source ws;
38 struct wakeup_source *ws = &lock->ws; in wake_lock_init()
49 struct wakeup_source *ws = &lock->ws; in wake_lock_destroy()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/
Dgr55xx_pwr.h363 void pwr_mgmt_wakeup_source_setup(uint32_t wakeup_source);
378 void pwr_mgmt_wakeup_source_clear(uint32_t wakeup_source);
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/usb/sunxi_usb/include/
Dsunxi_udc.h282 struct wakeup_source *ws;
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/modules/
Dpm.h607 bk_err_t bk_pm_wakeup_source_set(pm_wakeup_source_e wakeup_source, void* source_param);
/device/soc/esp/esp32/components/esp_system/
Dsleep_modes.c1281 uint32_t wakeup_source = RTC_TOUCH_TRIG_EN; in get_power_down_flags() local
1283 wakeup_source |= RTC_ULP_TRIG_EN; in get_power_down_flags()
1287 } else if (s_config.wakeup_triggers & wakeup_source) { in get_power_down_flags()
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
Dhost.h283 struct wakeup_source *ws; /* Enable consume of uevents */
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/
Drtl_btlpm.c76 struct wakeup_source *ws;
Dbcm_btlpm.c85 struct wakeup_source *ws;
Dxradio_btlpm.c59 struct wakeup_source *ws;
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/soc/
Daon_pmu_struct.h1200 … volatile uint32_t wakeup_source : 5; //0x71[24:20],wakeup_source,None,RO member
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
Dfiq_debugger.c106 struct wakeup_source debugger_wake_src;
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
Dfiq_debugger.c106 struct wakeup_source debugger_wake_src;