/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/ |
H A D | himedia_base.c | 93 if (dev->driver && dev->driver->suspend) { in himedia_legacy_suspend() 94 ret = dev->driver->suspend(dev, mesg); in himedia_legacy_suspend() 170 if (drv->pm->suspend) { in himedia_pm_suspend() 171 ret = drv->pm->suspend(dev); in himedia_pm_suspend() 426 .suspend = himedia_pm_suspend, 595 return pdrv->suspend(pdev, state); in himedia_drv_suspend() 618 if (drv->suspend) { in himedia_driver_register() 619 drv->driver.suspend = himedia_drv_suspend; in himedia_driver_register() 673 if (ops != NULL && ops->suspend != NULL) { in himedia_driver_alloc() 674 pa->pdrv.suspend in himedia_driver_alloc() [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/include/ |
H A D | drv_amp_ext.h | 60 typedef hi_s32 (*fn_amp_de_init)(hi_bool suspend); 76 hi_void hi_drv_amp_deinit(hi_bool suspend);
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | himedia.h | 56 HI_S32 (*suspend)(pm_basedev *, pm_message_t state); member 66 HI_S32 (*suspend)(pm_basedev *, pm_message_t state); member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_control_timer.c | 123 void mali_control_timer_suspend(mali_bool suspend) in mali_control_timer_suspend() argument 132 if (suspend == MALI_TRUE) { in mali_control_timer_suspend()
|
H A D | mali_control_timer.h | 22 void mali_control_timer_suspend(mali_bool suspend);
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_control_timer.c | 121 void mali_control_timer_suspend(mali_bool suspend) in mali_control_timer_suspend() argument 130 if (suspend == MALI_TRUE) { in mali_control_timer_suspend()
|
H A D | mali_control_timer.h | 23 void mali_control_timer_suspend(mali_bool suspend);
|
/device/soc/rockchip/common/sdk_linux/drivers/cpufreq/ |
H A D | cpufreq-dt.c | 197 .suspend = cpufreq_generic_suspend, 359 if (data->suspend) { in dt_cpufreq_probe() 360 dt_cpufreq_driver.suspend = data->suspend; in dt_cpufreq_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/cpufreq/ |
H A D | cpufreq-dt.h | 21 int (*suspend)(struct cpufreq_policy *policy); member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/devicetree/ |
H A D | mali_kbase_runtime_pm.c | 21 #include <linux/suspend.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
H A D | internal.h | 14 #include <linux/suspend.h>
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | device.h | 71 INT32 (*suspend)(struct device *dev, INT32 state); member 81 INT32 (*suspend)(struct device *ptr); member
|
H A D | platform_device.h | 72 int (*suspend)(struct platform_device *);
member
|
/device/soc/rockchip/common/sdk_linux/drivers/pwm/ |
H A D | sysfs.c | 21 struct pwm_state suspend; member 452 state.enabled = export->suspend.enabled; in pwm_class_resume_npwm() 478 export->suspend = state; in pwm_class_suspend() 484 * this suspend function. in pwm_class_suspend()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/ |
H A D | rk.c | 494 if (device->driver && device->driver->pm && device->driver->pm->suspend) { in mali_os_suspend() 496 ret = device->driver->pm->suspend(device); in mali_os_suspend() 545 .suspend = mali_os_suspend,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/ |
H A D | rk.c | 528 device->driver->pm->suspend) { in mali_os_suspend() 530 ret = device->driver->pm->suspend(device); in mali_os_suspend() 590 .suspend = mali_os_suspend,
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 160 * @suspend: Notifies functions when the host stops sending USB traffic.
222 void (*suspend)(struct usb_function *);
member 357 * @suspend: Notifies when the host stops sending USB traffic,
386 /* global suspend hooks */
387 void (*suspend)(struct usb_composite_dev *);
member
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 160 * @suspend: Notifies functions when the host stops sending USB traffic. 229 void (*suspend)(struct usb_function *); member 371 * @suspend: Notifies when the host stops sending USB traffic, 400 /* global suspend hooks */ 401 void (*suspend)(struct usb_composite_dev *); member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_pm.c | 43 #include <linux/suspend.h>
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | power.h | 5 #include <linux/suspend.h> 54 * their .suspend() routines without breaking the suspend to disk. 197 /* kernel/power/suspend.c */
|
H A D | process.c | 4 * suspend transitions. 13 #include <linux/suspend.h>
|
/device/soc/rockchip/common/vendor/drivers/net/ |
H A D | rfkill-wlan.c | 30 #include <linux/suspend.h>
667 .suspend = wlan_early_suspend;
935 .suspend = rfkill_wlan_suspend,
|
/device/soc/rockchip/rk3588/kernel/net/rfkill/ |
H A D | rfkill-wlan.c | 30 #include <linux/suspend.h> 693 .suspend = wlan_early_suspend; 958 .suspend = rfkill_wlan_suspend,
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | core.h | 27 int (*suspend)(struct mmc_host *); member
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | opp.h | 58 * @suspend: true if suspend OPP 80 bool suspend; member 138 * @suspend_opp: Pointer to OPP to be used during device suspend.
|