Home
last modified time | relevance | path

Searched full:opp_table (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/opp/
H A Dopp.h41 * @opp_table: OPP table
49 struct opp_table *opp_table; member
78 * device 1, 2.. are represented by opp_table structure while each opp
102 * @opp_table: points back to the opp_table struct this opp belongs to
126 struct opp_table *opp_table; member
137 * struct opp_device - devices managed by 'struct opp_table'
143 * by 'struct opp_table'.
161 * struct opp_table - Device opp structure
206 struct opp_table { struct
227 struct opp_table **required_opp_tables; argument
[all …]
/linux/drivers/soc/samsung/
H A Dexynos-asv.c83 struct opp_table *last_opp_table = NULL; in exynos_asv_update_opps()
88 struct opp_table *opp_table; in exynos_asv_update_opps() local
94 opp_table = dev_pm_opp_get_opp_table(cpu); in exynos_asv_update_opps()
95 if (IS_ERR(opp_table)) in exynos_asv_update_opps()
98 if (!last_opp_table || opp_table != last_opp_table) { in exynos_asv_update_opps()
99 last_opp_table = opp_table; in exynos_asv_update_opps()
114 dev_pm_opp_put_opp_table(opp_table); in exynos_asv_update_opps()
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs40 opp_table: opp::Table, field
99 let mut opp_table = match opp::Table::from_of_cpumask(dev, &mut mask) { in init() localVariable
112 opp_table.opp_count()?; in init()
117 opp_table.set_sharing_cpus(&mut mask)?; in init()
120 let mut transition_latency = opp_table.max_transition_latency_ns() as u32; in init()
127 .set_suspend_freq(opp_table.suspend_freq()) in init()
130 let freq_table = opp_table.cpufreq_table()?; in init()
141 opp_table, in init()
180 data.opp_table.set_rate(freq) in target_index()
/linux/rust/kernel/
H A Dopp.rs517 opp_table: *mut bindings::opp_table, in config_clks() argument
527 // SAFETY: 'opp_table' is guaranteed by the C code to be valid. in config_clks()
528 &unsafe { Table::from_raw_table(opp_table, &dev) }, in config_clks()
566 /// Rust abstraction for the C `struct opp_table`.
589 /// let mut opp_table = Table::from_of_cpumask(dev, mask)?;
591 /// if opp_table.opp_count()? == 0 {
595 /// pr_info!("Max transition latency is: {} ns\n", opp_table.max_transition_latency_ns());
596 /// pr_info!("Suspend frequency is: {:?}\n", opp_table.suspend_freq());
598 /// opp_table.set_rate(freq)?;
599 /// Ok(opp_table)
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8929.dtsi5 &opp_table {
/linux/include/linux/
H A Ddevfreq.h151 * @opp_table: Reference to OPP table of dev.parent, if one exists.
191 struct opp_table *opp_table; member
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dimx-cpufreq-dt.txt23 opp_table {
H A Dcpufreq-st.txt49 cpu0_opp_table: opp_table {
/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850.dtsi28 operating-points-v2 = <&opp_table>;
32 opp_table: opp-table { label
/linux/include/ufs/
H A Dufshcd.h1321 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table,
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_ctrl.c2741 /* caller do PTR_ERR(opp_table) */ in msm_dp_ctrl_get()
/linux/drivers/ufs/core/
H A Dufshcd.c1151 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table, in ufshcd_opp_config_clks() argument