Lines Matching refs:bgp
281 int (*register_cooling)(struct ti_bandgap *bgp, int id);
282 int (*unregister_cooling)(struct ti_bandgap *bgp, int id);
371 int (*report_temperature)(struct ti_bandgap *bgp, int id);
372 int (*expose_sensor)(struct ti_bandgap *bgp, int id, char *domain);
373 int (*remove_sensor)(struct ti_bandgap *bgp, int id);
379 int ti_bandgap_read_thot(struct ti_bandgap *bgp, int id, int *thot);
380 int ti_bandgap_write_thot(struct ti_bandgap *bgp, int id, int val);
381 int ti_bandgap_read_tcold(struct ti_bandgap *bgp, int id, int *tcold);
382 int ti_bandgap_write_tcold(struct ti_bandgap *bgp, int id, int val);
383 int ti_bandgap_read_update_interval(struct ti_bandgap *bgp, int id,
385 int ti_bandgap_write_update_interval(struct ti_bandgap *bgp, int id,
387 int ti_bandgap_read_temperature(struct ti_bandgap *bgp, int id,
389 int ti_bandgap_set_sensor_data(struct ti_bandgap *bgp, int id, void *data);
390 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id);
391 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);