Searched defs:ti_bandgap (Results 1 – 2 of 2) sorted by relevance
199 struct ti_bandgap { struct202 const struct ti_bandgap_data *conf; argument203 struct temp_sensor_regval *regval;204 struct clk *fclock;205 struct clk *div_clk;206 spinlock_t lock; /* shields this struct */207 int irq;208 struct gpio_desc *tshut_gpiod;209 u32 clk_rate;210 struct notifier_block nb;[all …]
27 struct ti_bandgap { struct28 ulong base;29 int temperature; /* in mili degree celsius */