Home
last modified time | relevance | path

Searched refs:pzone (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/thermal/
Ddb8500_thermal.c65 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_bind() local
66 struct db8500_thsens_platform_data *ptrips = pzone->trip_tab; in db8500_cdev_bind()
92 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_unbind() local
93 struct db8500_thsens_platform_data *ptrips = pzone->trip_tab; in db8500_cdev_unbind()
112 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_temp() local
119 *temp = pzone->cur_temp_pseudo; in db8500_sys_get_temp()
128 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trend() local
130 *trend = pzone->trend; in db8500_sys_get_trend()
139 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_mode() local
141 mutex_lock(&pzone->th_lock); in db8500_sys_get_mode()
[all …]
/Linux-v4.19/net/openvswitch/
Dconntrack.c1852 static bool check_zone_id(int zone_id, u16 *pzone) in check_zone_id() argument
1855 *pzone = (u16)zone_id; in check_zone_id()