Home
last modified time | relevance | path

Searched refs:pm_poweroff (Results 1 - 15 of 15) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dhimedia.h42 int (*pm_poweroff)(struct himedia_device *); member
H A Dbase.c139 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/
H A Dhidev.c110 .pm_poweroff = hidev_pm_poweroff,
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_device.c423 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/
H A Dosal_device.c588 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/hi3516dv300/sdk_linux/drv/osal/include/
H A Dhi_osal.h427 int (*pm_poweroff)(osal_dev_t *dev); member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_osal.h424 int (*pm_poweroff)(osal_dev_t *dev); member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhi_osal.h410 int (*pm_poweroff)(void *private_data); member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
H A Ddrv_i2c_intf.c330 .pm_poweroff = NULL,
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_osal.h427 int (*pm_poweroff)(osal_dev_t *dev); member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
H A Ddrv_gpio_intf.c654 .pm_poweroff = NULL,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c3194 * set_pm_poweroff - Store callback for the pm_poweroff sysfs file.
3200 * This function is called when the pm_poweroff sysfs file is written to.
3224 dev_err(kbdev->dev, "Couldn't process pm_poweroff write operation.\n" in set_pm_poweroff()
3237 * show_pm_poweroff - Show callback for the pm_poweroff sysfs entry.
3263 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff, set_pm_poweroff);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c3141 * set_pm_poweroff - Store callback for the pm_poweroff sysfs file.
3147 * This function is called when the pm_poweroff sysfs file is written to.
3176 dev_err(kbdev->dev, "Couldn't process pm_poweroff write operation.\n" in set_pm_poweroff()
3199 * show_pm_poweroff - Show callback for the pm_poweroff sysfs entry.
3234 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff,
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c3208 * set_pm_poweroff - Store callback for the pm_poweroff sysfs file.
3214 * This function is called when the pm_poweroff sysfs file is written to.
3242 dev_err(kbdev->dev, "Couldn't process pm_poweroff write operation.\n" in set_pm_poweroff()
3263 * show_pm_poweroff - Show callback for the pm_poweroff sysfs entry.
3297 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff,
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c3397 * set_pm_poweroff - Store callback for the pm_poweroff sysfs file.
3403 * This function is called when the pm_poweroff sysfs file is written to.
3429 dev_err(kbdev->dev, "Couldn't process pm_poweroff write operation.\n" in set_pm_poweroff()
3442 * show_pm_poweroff - Show callback for the pm_poweroff sysfs entry.
3470 static DEVICE_ATTR(pm_poweroff, S_IRUGO | S_IWUSR, show_pm_poweroff,

Completed in 35 milliseconds