Lines Matching defs:data
128 /* DFLL_MONITOR_CTRL: internal monitor data source control */
132 /* DFLL_MONITOR_DATA: internal monitor data output */
245 * struct dfll_rate_req - target DFLL rate request data
702 * This data is used by the DFLL to automatically construct I2C
1251 * otherwise the DFLL monitor data register will return the last
1273 static int attr_enable_get(void *data, u64 *val)
1275 struct tegra_dfll *td = data;
1281 static int attr_enable_set(void *data, u64 val)
1283 struct tegra_dfll *td = data;
1290 static int attr_lock_get(void *data, u64 *val)
1292 struct tegra_dfll *td = data;
1298 static int attr_lock_set(void *data, u64 val)
1300 struct tegra_dfll *td = data;
1306 static int attr_rate_get(void *data, u64 *val)
1308 struct tegra_dfll *td = data;
1315 static int attr_rate_set(void *data, u64 val)
1317 struct tegra_dfll *td = data;
1323 static int attr_registers_show(struct seq_file *s, void *data)
1572 * DT data fetch
1928 * @soc: Per-SoC integration and characterization data for this DFLL instance
1932 * and configuration data via @soc. Returns 0 on success or -err on failure.