Searched refs:get_dev_status (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/devfreq/
H A Dgovernor.h83 * devfreq_dev_profile.get_dev_status() to get the
122 if (!df->profile->get_dev_status)
125 return df->profile->get_dev_status(df->dev.parent, &df->last_status);
H A Dsun8i-a33-mbus.c403 priv->profile.get_dev_status = sun8i_a33_mbus_get_dram_status;
H A Dexynos-bus.c300 profile->get_dev_status = exynos_bus_get_dev_status;
H A Drk3399_dmc.c435 .get_dev_status = rk3399_dmcfreq_get_dev_status,
H A Dtegra30-devfreq.c689 .get_dev_status = tegra_devfreq_get_dev_status,
/linux-master/drivers/gpu/drm/lima/
H A Dlima_devfreq.c87 .get_dev_status = lima_devfreq_get_dev_status,
/linux-master/include/linux/
H A Ddevfreq.h88 * @get_dev_status: The device should provide the current performance
113 int (*get_dev_status)(struct device *dev, member in struct:devfreq_dev_profile
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c89 .get_dev_status = panfrost_devfreq_get_dev_status,
/linux-master/drivers/mtd/nand/raw/
H A Dmxc_nand.c132 uint16_t (*get_dev_status)(struct mxc_nand_host *); member in struct:mxc_nand_devtype_data
902 return host->devtype_data->get_dev_status(host) & 0xFF;
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,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c126 .get_dev_status = msm_devfreq_get_dev_status,
303 * Hold devfreq lock to synchronize with get_dev_status()/
344 * Hold devfreq lock to synchronize with get_dev_status()/
/linux-master/drivers/memory/tegra/
H A Dtegra20-emc.c1153 .get_dev_status = tegra_emc_devfreq_get_dev_status,
/linux-master/drivers/staging/rts5208/
H A Drtsx_scsi.c1537 static int get_dev_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) function
2395 result = get_dev_status(srb, chip);
/linux-master/drivers/memory/samsung/
H A Dexynos5422-dmc.c991 .get_dev_status = exynos5_dmc_get_status,
/linux-master/drivers/ufs/core/
H A Dufshcd.c9082 .devfreq_profile.get_dev_status = ufshcd_devfreq_get_dev_status,

Completed in 194 milliseconds