Symbol: ti_bandgap_data
drivers/thermal/ti-soc-thermal/dra752-thermal-data.c
319
const struct ti_bandgap_data dra752_data = {
drivers/thermal/ti-soc-thermal/omap3-thermal-data.c
136
const struct ti_bandgap_data omap36xx_data = {
drivers/thermal/ti-soc-thermal/omap3-thermal-data.c
68
const struct ti_bandgap_data omap34xx_data = {
drivers/thermal/ti-soc-thermal/omap4-thermal-data.c
185
const struct ti_bandgap_data omap4460_data = {
drivers/thermal/ti-soc-thermal/omap4-thermal-data.c
216
const struct ti_bandgap_data omap4470_data = {
drivers/thermal/ti-soc-thermal/omap4-thermal-data.c
58
const struct ti_bandgap_data omap4430_data = {
drivers/thermal/ti-soc-thermal/omap5-thermal-data.c
265
const struct ti_bandgap_data omap5430_data = {
drivers/thermal/ti-soc-thermal/ti-bandgap.c
294
const struct ti_bandgap_data *conf = bgp->conf;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
159
struct ti_bandgap_data;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
202
const struct ti_bandgap_data *conf;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
350
extern const struct ti_bandgap_data omap34xx_data;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
351
extern const struct ti_bandgap_data omap36xx_data;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
358
extern const struct ti_bandgap_data omap4430_data;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
359
extern const struct ti_bandgap_data omap4460_data;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
360
extern const struct ti_bandgap_data omap4470_data;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
368
extern const struct ti_bandgap_data omap5430_data;
drivers/thermal/ti-soc-thermal/ti-bandgap.h
374
extern const struct ti_bandgap_data dra752_data;