Searched refs:pm_poweroff (Results 1 – 15 of 15) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/ |
D | himedia.h | 42 int (*pm_poweroff)(struct himedia_device *); member
|
D | base.c | 139 if ((pdrv->ops == NULL) || (pdrv->ops->pm_poweroff == NULL)) { in himedia_pm_poweroff() 143 return pdrv->ops->pm_poweroff(pdev); in himedia_pm_poweroff()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hidev/kernel/ |
D | hidev.c | 110 .pm_poweroff = hidev_pm_poweroff,
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
D | osal_device.c | 423 if (pmops->pm_poweroff != NULL) { in osal_pm_shutdown() 424 (void)pmops->pm_poweroff(pmops->private_data); in osal_pm_shutdown()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_device.c | 588 if (coat_dev->osal_dev.osal_pmops && coat_dev->osal_dev.osal_pmops->pm_poweroff) { in osal_pm_poweroff() 589 return coat_dev->osal_dev.osal_pmops->pm_poweroff(&(coat_dev->osal_dev)); in osal_pm_poweroff() 745 .pm_poweroff = osal_pm_poweroff,
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/ |
D | drv_i2c_intf.c | 330 .pm_poweroff = NULL,
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
D | hi_osal.h | 410 int (*pm_poweroff)(void *private_data); member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_osal.h | 427 int (*pm_poweroff)(osal_dev_t *dev); member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_osal.h | 424 int (*pm_poweroff)(osal_dev_t *dev); member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
D | hi_osal.h | 427 int (*pm_poweroff)(osal_dev_t *dev); member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/ |
D | drv_gpio_intf.c | 654 .pm_poweroff = NULL,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
D | mali_kbase_core_linux.c | 3234 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
D | mali_kbase_core_linux.c | 3470 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
D | mali_kbase_core_linux.c | 3263 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff, set_pm_poweroff);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_kbase_core_linux.c | 3297 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff,
|