Searched refs:thermal_event (Results 1 - 3 of 3) sorted by relevance

/drivers/thermal/
H A Dthermal_core.c1711 struct thermal_genl_event *thermal_event; local
1746 thermal_event = nla_data(attr);
1747 if (!thermal_event) {
1752 memset(thermal_event, 0, sizeof(struct thermal_genl_event));
1754 thermal_event->orig = tz->id;
1755 thermal_event->event = event;
/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h335 __le32 thermal_event; member in struct:thermal_hw_event
H A Dpm80xx_hwi.c3060 u32 thermal_event = le32_to_cpu(pPayload->thermal_event); local
3063 if (thermal_event & 0x40) {
3070 if (thermal_event & 0x10) {

Completed in 123 milliseconds