Home
last modified time | relevance | path

Searched defs: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
92 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_cdev_unbind() local
112 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_temp() local
128 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trend() local
139 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_mode() local
152 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_set_mode() local
169 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_type() local
184 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_trip_temp() local
199 struct db8500_thermal_zone *pzone = thermal->devdata; in db8500_sys_get_crit_temp() local
225 static void db8500_thermal_update_config(struct db8500_thermal_zone *pzone, in db8500_thermal_update_config()
[all …]
/Linux-v4.19/net/openvswitch/
Dconntrack.c1852 static bool check_zone_id(int zone_id, u16 *pzone) in check_zone_id()