Searched refs:get_dev_status (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/devfreq/ |
D | governor.h | 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()
|
D | exynos-bus.c | 300 profile->get_dev_status = exynos_bus_get_dev_status; in exynos_bus_profile_init()
|
D | rk3399_dmc.c | 435 .get_dev_status = rk3399_dmcfreq_get_dev_status, in rk3399_dmcfreq_probe()
|
D | sun8i-a33-mbus.c | 403 priv->profile.get_dev_status = sun8i_a33_mbus_get_dram_status; in sun8i_a33_mbus_probe()
|
D | tegra30-devfreq.c | 689 .get_dev_status = tegra_devfreq_get_dev_status,
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | mxc_nand.c | 133 uint16_t (*get_dev_status)(struct mxc_nand_host *); member 903 return host->devtype_data->get_dev_status(host) & 0xFF; in mxc_nand_read_byte() 1468 .get_dev_status = get_dev_status_v1_v2, 1492 .get_dev_status = get_dev_status_v1_v2, 1517 .get_dev_status = get_dev_status_v1_v2, 1543 .get_dev_status = get_dev_status_v3, 1569 .get_dev_status = get_dev_status_v3,
|
/linux-6.1.9/drivers/gpu/drm/lima/ |
D | lima_devfreq.c | 87 .get_dev_status = lima_devfreq_get_dev_status,
|
/linux-6.1.9/drivers/gpu/drm/panfrost/ |
D | panfrost_devfreq.c | 82 .get_dev_status = panfrost_devfreq_get_dev_status,
|
/linux-6.1.9/include/linux/ |
D | devfreq.h | 114 int (*get_dev_status)(struct device *dev, member
|
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_gpu_devfreq.c | 170 .get_dev_status = msm_devfreq_get_dev_status,
|
/linux-6.1.9/drivers/memory/tegra/ |
D | tegra20-emc.c | 1166 .get_dev_status = tegra_emc_devfreq_get_dev_status,
|
/linux-6.1.9/drivers/memory/samsung/ |
D | exynos5422-dmc.c | 991 .get_dev_status = exynos5_dmc_get_status,
|
/linux-6.1.9/drivers/staging/rts5208/ |
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()
|
/linux-6.1.9/drivers/ufs/core/ |
D | ufshcd.c | 8343 .devfreq_profile.get_dev_status = ufshcd_devfreq_get_dev_status,
|