Home
last modified time | relevance | path

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

/linux/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.h39 * | struct ti_bandgap_data |
58 * are organized. For each bandgap device there should be a ti_bandgap_data
159 struct ti_bandgap_data;
202 const struct ti_bandgap_data *conf;
304 * struct ti_bandgap_data - ti bandgap data configuration structure
323 struct ti_bandgap_data { struct
350 extern const struct ti_bandgap_data omap34xx_data; argument
351 extern const struct ti_bandgap_data omap36xx_data;
358 extern const struct ti_bandgap_data omap4430_data;
359 extern const struct ti_bandgap_data omap4460_dat
324 featuresti_bandgap_data global() argument
325 conv_tableti_bandgap_data global() argument
326 adc_start_valti_bandgap_data global() argument
[all...]
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()