Lines Matching defs:table

67  * @dev:	device pointer used to lookup OPP table
69 * Search OPP table for one containing matching device.
74 * The callers must call dev_pm_opp_put_opp_table() after the table is used.
320 * dev_pm_opp_get_opp_count() - Get number of opps available in the opp table
334 dev_dbg(dev, "%s: OPP table not found (%d)\n",
352 * Return: Searches for exact match in the opp table and returns pointer to the
361 * table. if false, the match is for exact frequency which is not available.
380 dev_err(dev, "%s: OPP table not found (%d)\n", __func__, r);
409 * Return: Searches for exact match in the opp table and returns pointer to the
429 dev_err(dev, "%s: OPP table not found (%d)\n", __func__, r);
861 dev_err(dev, "%s: device opp table doesn't exist\n", __func__);
884 * have OPP table for the device, while others don't and
1078 * Allocate a new OPP table. In the infrequent case where a new
1124 /* Secure the device table modification */
1147 /* Hold our table modification lock here */
1209 * The OPP table is getting removed, drop the performance state
1284 * dev_pm_opp_remove() - Remove an OPP from OPP table
1288 * This function removes an opp from the opp table.
1356 * This function removes all dynamically created OPPs from the opp table.
1386 struct dev_pm_opp *_opp_allocate(struct opp_table *table)
1392 supply_count = table->regulator_count > 0 ? table->regulator_count : 1;
1394 icc_size = sizeof(*opp->bandwidth) * table->path_count;
1493 * kernel try to initialize the OPP table.
1533 * @opp_table: OPP table
1539 * This function adds an opp definition to the opp table and returns status.
1564 /* populate the opp table */
1617 /* Another CPU that shares the OPP table has set the property ? */
1636 * @opp_table: OPP table returned by dev_pm_opp_set_supported_hw().
1676 /* Another CPU that shares the OPP table has set the property ? */
1692 * @opp_table: OPP table returned by dev_pm_opp_set_prop_name().
1772 /* Another CPU that shares the OPP table has set the regulators ? */
1822 * @opp_table: OPP table returned from dev_pm_opp_set_regulators().
1906 * @opp_table: OPP table returned from dev_pm_opp_set_clkname().
1948 /* Another CPU that shares the OPP table has set the helper ? */
1959 * @opp_table: OPP table returned from dev_pm_opp_register_set_opp_helper().
2030 * If the genpd's OPP table isn't already initialized, parsing of the
2032 * table is added.
2086 * @opp_table: OPP table returned by dev_pm_opp_attach_genpd().
2089 * OPP table.
2107 * @src_table: OPP table which has dst_table as one of its required OPP table.
2108 * @dst_table: Required OPP table of the src_table.
2142 pr_err("%s: Couldn't find matching OPP table (%p: %p)\n",
2166 * dev_pm_opp_add() - Add an OPP table from a table definitions
2171 * This function adds an opp definition to the opp table and returns status.
2432 * @dev: device pointer used to lookup OPP table.
2441 /* Check for existing table for 'dev' */
2455 * Drop the extra reference only if the OPP table was successfully added