Home
last modified time | relevance | path

Searched refs:ti_bandgap_data (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.h159 struct ti_bandgap_data;
202 const struct ti_bandgap_data *conf;
323 struct ti_bandgap_data { struct
354 extern const struct ti_bandgap_data omap34xx_data; argument
355 extern const struct ti_bandgap_data omap36xx_data;
362 extern const struct ti_bandgap_data omap4430_data;
363 extern const struct ti_bandgap_data omap4460_data;
364 extern const struct ti_bandgap_data omap4470_data;
372 extern const struct ti_bandgap_data omap5430_data;
378 extern const struct ti_bandgap_data dra752_data;
H A Domap4-thermal-data.c58 const struct ti_bandgap_data omap4430_data = {
185 const struct ti_bandgap_data omap4460_data = {
216 const struct ti_bandgap_data omap4470_data = {
H A Domap3-thermal-data.c68 const struct ti_bandgap_data omap34xx_data = {
136 const struct ti_bandgap_data omap36xx_data = {
H A Domap5-thermal-data.c265 const struct ti_bandgap_data omap5430_data = {
H A Ddra752-thermal-data.c319 const struct ti_bandgap_data dra752_data = {
H A Dti-bandgap.c294 const struct ti_bandgap_data *conf = bgp->conf; in ti_bandgap_adc_to_mcelsius()