Lines Matching refs: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
703 * This data is used by the DFLL to automatically construct I2C
1252 * otherwise the DFLL monitor data register will return the last
1274 static int attr_enable_get(void *data, u64 *val)
1276 struct tegra_dfll *td = data;
1282 static int attr_enable_set(void *data, u64 val)
1284 struct tegra_dfll *td = data;
1291 static int attr_lock_get(void *data, u64 *val)
1293 struct tegra_dfll *td = data;
1299 static int attr_lock_set(void *data, u64 val)
1301 struct tegra_dfll *td = data;
1307 static int attr_rate_get(void *data, u64 *val)
1309 struct tegra_dfll *td = data;
1316 static int attr_rate_set(void *data, u64 val)
1318 struct tegra_dfll *td = data;
1324 static int attr_registers_show(struct seq_file *s, void *data)
1577 * DT data fetch
1933 * @soc: Per-SoC integration and characterization data for this DFLL instance
1937 * and configuration data via @soc. Returns 0 on success or -err on failure.