/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | governor.h | 83 * devfreq_dev_profile.get_dev_status() to get the 122 if (!df->profile->get_dev_status) in devfreq_update_stats() 125 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
H A D | exynos-bus.c | 300 profile->get_dev_status = exynos_bus_get_dev_status; in exynos_bus_profile_init()
|
H A D | sun8i-a33-mbus.c | 403 priv->profile.get_dev_status = sun8i_a33_mbus_get_dram_status; in sun8i_a33_mbus_probe()
|
H A D | rk3399_dmc.c | 435 .get_dev_status = rk3399_dmcfreq_get_dev_status, in rk3399_dmcfreq_probe()
|
H A D | tegra30-devfreq.c | 689 .get_dev_status = tegra_devfreq_get_dev_status,
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | governor.h | 38 * devfreq_dev_profile.get_dev_status() to get the 73 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
H A D | imx-bus.c | 134 priv->profile.get_dev_status = imx_bus_get_dev_status; in imx_bus_probe()
|
H A D | tegra20-devfreq.c | 97 .get_dev_status = tegra_devfreq_get_dev_status,
|
H A D | imx8m-ddrc.c | 434 priv->profile.get_dev_status = imx8m_ddrc_get_dev_status; in imx8m_ddrc_probe()
|
H A D | exynos-bus.c | 301 profile->get_dev_status = exynos_bus_get_dev_status; in exynos_bus_profile_init()
|
H A D | rk3399_dmc.c | 195 .get_dev_status = rk3399_dmcfreq_get_dev_status,
|
H A D | tegra30-devfreq.c | 679 .get_dev_status = tegra_devfreq_get_dev_status,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | 87 .get_dev_status = lima_devfreq_get_dev_status,
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 134 uint16_t (*get_dev_status)(struct mxc_nand_host *); member 905 return host->devtype_data->get_dev_status(host) & 0xFF; in mxc_nand_read_byte() 1470 .get_dev_status = get_dev_status_v1_v2, 1494 .get_dev_status = get_dev_status_v1_v2, 1519 .get_dev_status = get_dev_status_v1_v2, 1545 .get_dev_status = get_dev_status_v3, 1571 .get_dev_status = get_dev_status_v3,
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 132 uint16_t (*get_dev_status)(struct mxc_nand_host *); member 902 return host->devtype_data->get_dev_status(host) & 0xFF; in mxc_nand_read_byte() 1467 .get_dev_status = get_dev_status_v1_v2, 1491 .get_dev_status = get_dev_status_v1_v2, 1516 .get_dev_status = get_dev_status_v1_v2, 1542 .get_dev_status = get_dev_status_v3, 1568 .get_dev_status = get_dev_status_v3,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_devfreq.c | 86 .get_dev_status = panfrost_devfreq_get_dev_status,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | 91 .get_dev_status = lima_devfreq_get_dev_status,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | devfreq.h | 88 * @get_dev_status: The device should provide the current performance 110 int (*get_dev_status)(struct device *dev, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devfreq.h | 88 * @get_dev_status: The device should provide the current performance 113 int (*get_dev_status)(struct device *dev, member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/ |
H A D | panfrost_devfreq.c | 83 .get_dev_status = panfrost_devfreq_get_dev_status,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_gpu_devfreq.c | 126 .get_dev_status = msm_devfreq_get_dev_status, 303 * Hold devfreq lock to synchronize with get_dev_status()/ in msm_devfreq_active() 344 * Hold devfreq lock to synchronize with get_dev_status()/ in msm_devfreq_idle_work()
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | rtsx_scsi.c | 1537 static int get_dev_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in get_dev_status() function 2395 result = get_dev_status(srb, chip); in app_cmd()
|
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | rtsx_scsi.c | 1537 static int get_dev_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in get_dev_status() function 2395 result = get_dev_status(srb, chip); in app_cmd()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 82 .get_dev_status = msm_devfreq_get_dev_status,
|
/kernel/linux/linux-5.10/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 996 .get_dev_status = exynos5_dmc_get_status,
|