Home
last modified time | relevance | path

Searched defs:power_state (Results 1 – 25 of 143) sorted by relevance

123456

/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Dpm44xx.c29 struct power_state { struct
30 struct powerdomain *pwrdm;
31 u32 next_state;
32 u32 next_logic_state;
57 struct power_state *pwrst; in omap4_pm_suspend() argument
Dpm34xx.c59 struct power_state { struct
60 struct powerdomain *pwrdm;
61 u32 next_state;
63 u32 saved_state;
65 struct list_head node;
Dcommon.h285 unsigned int power_state) in omap4_enter_lowpower()
291 static inline int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) in omap4_hotplug_cpu()
Domap-mpuss-lowpower.c230 int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state) in omap4_enter_lowpower()
312 int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) in omap4_hotplug_cpu()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dpm44xx.c26 struct power_state { struct
27 struct powerdomain *pwrdm;
28 u32 next_state;
29 u32 next_logic_state;
54 struct power_state *pwrst; in omap4_pm_suspend() argument
Dpm34xx.c55 struct power_state { struct
56 struct powerdomain *pwrdm;
57 u32 next_state;
59 u32 saved_state;
61 struct list_head node;
Dcommon.h292 unsigned int power_state) in omap4_enter_lowpower()
298 static inline int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) in omap4_hotplug_cpu()
Domap-mpuss-lowpower.c225 int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state) in omap4_enter_lowpower()
305 int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) in omap4_hotplug_cpu()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dw100fb.c962 struct power_state { struct
973 static struct power_state w100_pwr_state; argument
/kernel/linux/linux-4.19/drivers/video/fbdev/
Dw100fb.c969 struct power_state { struct
980 static struct power_state w100_pwr_state; argument
/kernel/linux/linux-4.19/arch/arm/mach-s3c24xx/
Dsimtec-usb.c40 static unsigned int power_state[2]; variable
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dsimtec-usb.c40 static unsigned int power_state[2]; variable
/kernel/linux/linux-5.10/arch/mips/ar7/
Dsetup.c31 u32 power_state = readl(power_reg) | (3 << 30); in ar7_machine_power_off() local
/kernel/linux/linux-4.19/arch/mips/ar7/
Dsetup.c43 u32 power_state = readl(power_reg) | (3 << 30); in ar7_machine_power_off() local
/kernel/linux/linux-4.19/drivers/thermal/st/
Dst_thermal_syscfg.c68 enum st_thermal_power_state power_state) in st_syscfg_power_ctrl()
Dst_thermal_memmap.c53 enum st_thermal_power_state power_state) in st_mmap_power_ctrl()
/kernel/linux/linux-5.10/drivers/thermal/st/
Dst_thermal_syscfg.c64 enum st_thermal_power_state power_state) in st_syscfg_power_ctrl()
Dst_thermal_memmap.c49 enum st_thermal_power_state power_state) in st_mmap_power_ctrl()
/kernel/linux/linux-4.19/drivers/pnp/pnpacpi/
Dcore.c159 int power_state = acpi_pm_device_sleep_state(&dev->dev, NULL, in pnpacpi_suspend() local
/kernel/linux/linux-5.10/drivers/pnp/pnpacpi/
Dcore.c146 int power_state = acpi_pm_device_sleep_state(&dev->dev, NULL, in pnpacpi_suspend() local
/kernel/linux/linux-5.10/include/linux/
Dvga_switcheroo.h120 int (*power_state)(enum vga_switcheroo_client_id id, member
/kernel/linux/linux-4.19/include/linux/
Dvga_switcheroo.h120 int (*power_state)(enum vga_switcheroo_client_id id, member
/kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c243 u8 rlbm, power_state = 0, byte5 = 0; in rtl8723be_set_fw_pwrmode_cmd() local
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c221 u8 rlbm, power_state = 0, byte5 = 0; in rtl8723be_set_fw_pwrmode_cmd() local
/kernel/linux/linux-5.10/drivers/media/tuners/
Dtda18250.c14 unsigned int power_state) in tda18250_power_control()

123456