Searched refs:current_frequency (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/devfreq/
H A Dgovernor_simpleondemand.c64 if (stat->current_frequency == 0) {
72 *freq = stat->current_frequency;
78 a *= stat->current_frequency;
H A Dsun8i-a33-mbus.c248 stat->current_frequency = priv->devfreq_dram->previous_freq;
255 stat->current_frequency / USEC_PER_SEC);
H A Dexynos-bus.c126 stat->current_frequency = bus->curr_freq;
H A Drk3399_dmc.c230 stat->current_frequency = dmcfreq->rate;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.h22 unsigned long current_frequency; member in struct:panfrost_devfreq
H A Dpanfrost_devfreq.c43 ptdev->pfdevfreq.current_frequency = *freq;
62 status->current_frequency = clk_get_rate(pfdev->clock);
80 status->current_frequency / 1000 / 1000);
178 pfdevfreq->current_frequency = cur_freq;
H A Dpanfrost_drv.c561 engine_names[i], pfdev->pfdevfreq.current_frequency);
/linux-master/drivers/media/dvb-frontends/
H A Ds5h1432.c29 u32 current_frequency; member in struct:s5h1432_state
174 if (p->frequency == state->current_frequency) {
175 /*current_frequency = p->frequency; */
176 /*state->current_frequency = p->frequency; */
230 state->current_frequency = p->frequency;
240 state->current_frequency = 0;
H A Dor51132.c55 u32 current_frequency; member in struct:or51132_state
357 state->current_frequency = p->frequency;
393 p->frequency = state->current_frequency;
562 state->current_frequency = -1;
H A Dor51211.c55 u32 current_frequency; member in struct:or51211_state
211 if (state->current_frequency != p->frequency) {
221 state->current_frequency = p->frequency;
512 state->current_frequency = 0;
H A Dau8522_common.c224 state->current_frequency = 0;
255 state->current_frequency = 0;
H A Dlgdt3306a.c70 u32 current_frequency; member in struct:lgdt3306a_state
793 state->current_frequency = -1; /* force re-tune, when we wake */
983 if (state->current_frequency == p->frequency &&
988 state->current_frequency = -1;
1002 state->current_frequency = p->frequency;
1041 state->current_frequency = p->frequency;
1052 state->current_frequency, state->current_modulation);
1055 p->frequency = state->current_frequency;
1739 state->current_frequency = -1; /* force re-tune */
1850 state->current_frequency
[all...]
H A Dlgdt3305.c50 u32 current_frequency; member in struct:lgdt3305_state
683 state->current_frequency = p->frequency;
751 state->current_frequency = p->frequency;
809 p->frequency = state->current_frequency;
1141 state->current_frequency = -1;
H A Ds5h1409.c31 u32 current_frequency; member in struct:s5h1409_state
631 state->current_frequency = p->frequency;
921 p->frequency = state->current_frequency;
H A Dau8522_dig.c604 if ((state->current_frequency == c->frequency) &&
629 state->current_frequency = c->frequency;
811 c->frequency = state->current_frequency;
H A Dlgdt330x.c62 u32 current_frequency; member in struct:lgdt330x_state
436 state->current_frequency = p->frequency;
447 p->frequency = state->current_frequency;
898 state->current_frequency = -1;
H A Dmxl692.c28 u32 current_frequency; member in struct:mxl692_dev
974 if (dev->current_frequency == p->frequency && dev->demod_type == demod_type) {
979 dev->current_frequency = -1;
1092 dev->current_frequency = p->frequency;
H A Dlg2160.c45 u32 current_frequency; member in struct:lg216x_state
940 c->frequency = state->current_frequency;
1055 state->current_frequency = fe->dtv_property_cache.frequency;
1423 state->current_frequency = -1;
H A Ds5h1411.c31 u32 current_frequency; member in struct:s5h1411_state
585 state->current_frequency = p->frequency;
836 p->frequency = state->current_frequency;
H A Dau8522_priv.h53 u32 current_frequency; member in struct:au8522_state
/linux-master/drivers/gpu/drm/lima/
H A Dlima_devfreq.c61 status->current_frequency = clk_get_rate(ldev->clk_gpu);
78 status->current_frequency / 1000 / 1000);
/linux-master/drivers/thermal/
H A Ddevfreq_cooling.c206 freq = status.current_frequency;
302 freq = status.current_frequency;
/linux-master/include/linux/
H A Ddevfreq.h52 * @current_frequency: The operating frequency.
63 unsigned long current_frequency; member in struct:devfreq_dev_status
/linux-master/drivers/powercap/
H A Ddtpm_devfreq.c109 freq = DIV_ROUND_UP(status.current_frequency, HZ_PER_KHZ);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c88 status->current_frequency = get_freq(gpu);

Completed in 212 milliseconds

12