Lines Matching defs:table

54 			 * Multiple devices can point to the same OPP table and
58 * OPP table contains a "opp-shared" property.
101 /* The caller must call dev_pm_opp_put_opp_table() after the table is used */
164 dev_err(dev, "Empty OPP table\n");
233 /* Get OPP table node */
351 dev_err(dev, "OPP table empty\n");
622 * dev_pm_opp_of_remove_table() - Free OPP table entries created from static DT
624 * @dev: device pointer used to lookup OPP table.
634 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *table,
647 if (table->path_count != count) {
649 __func__, name, count, table->path_count);
675 static int _read_opp_key(struct dev_pm_opp *new_opp, struct opp_table *table,
699 ret = _read_bw(new_opp, table, np, true);
702 ret = _read_bw(new_opp, table, np, false);
720 * @opp_table: OPP table
724 * This function adds an opp definition to the opp table and returns status. The
840 /* OPP table is already initialized for the device */
851 /* We have opp-table node now, iterate over it and add OPPs */
921 dev_err(dev, "%s: Invalid OPP table\n", __func__);
949 * dev_pm_opp_of_add_table() - Initialize opp table from device tree
950 * @dev: device pointer used to lookup OPP table.
952 * Register the initial OPP table with the OPP library for given device.
963 * -EINVAL when invalid entries are found in opp-v2 table
991 * dev_pm_opp_of_add_table_indexed() - Initialize indexed opp table from device tree
992 * @dev: device pointer used to lookup OPP table.
995 * Register the initial OPP table with the OPP library for given device only
1007 * -EINVAL when invalid entries are found in opp-v2 table
1016 * If only one phandle is present, then the same OPP table
1040 * dev_pm_opp_of_cpumask_remove_table() - Removes OPP table for @cpumask
1041 * @cpumask: cpumask for which OPP table needs to be removed
1053 * dev_pm_opp_of_cpumask_add_table() - Adds OPP table for @cpumask
1054 * @cpumask: cpumask for which OPP table needs to be added.
1081 pr_debug("%s: couldn't find opp table for cpu:%d, %d\n",
1192 pr_err("%s: Failed to find required OPP table %pOF: %ld\n",