Lines Matching refs:param
48 struct param {
63 typedef int (*cb_t)(struct param *);
104 static int thermal_genl_event_tz_create(struct param *p)
113 static int thermal_genl_event_tz(struct param *p)
121 static int thermal_genl_event_tz_trip_up(struct param *p)
130 static int thermal_genl_event_tz_trip_add(struct param *p)
142 static int thermal_genl_event_tz_trip_delete(struct param *p)
151 static int thermal_genl_event_cdev_add(struct param *p)
164 static int thermal_genl_event_cdev_delete(struct param *p)
172 static int thermal_genl_event_cdev_state_update(struct param *p)
183 static int thermal_genl_event_gov_change(struct param *p)
192 int thermal_genl_event_tz_delete(struct param *p)
195 int thermal_genl_event_tz_enable(struct param *p)
198 int thermal_genl_event_tz_disable(struct param *p)
201 int thermal_genl_event_tz_trip_down(struct param *p)
204 int thermal_genl_event_tz_trip_change(struct param *p)
227 struct param *p)
262 struct param p = { .tz_id = tz_id, .name = name };
269 struct param p = { .tz_id = tz_id };
276 struct param p = { .tz_id = tz_id };
283 struct param p = { .tz_id = tz_id };
290 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
297 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
305 struct param p = { .tz_id = tz_id, .trip_id = trip_id,
314 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
322 struct param p = { .tz_id = tz_id, .trip_id = trip_id,
331 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state };
338 struct param p = { .cdev_id = cdev_id, .name = name,
346 struct param p = { .cdev_id = cdev_id };
353 struct param p = { .tz_id = tz_id, .name = name };
372 static int thermal_genl_cmd_tz_get_id(struct param *p)
396 static int thermal_genl_cmd_tz_get_trip(struct param *p)
447 static int thermal_genl_cmd_tz_get_temp(struct param *p)
473 static int thermal_genl_cmd_tz_get_gov(struct param *p)
514 static int thermal_genl_cmd_cdev_get(struct param *p)
548 struct param p = { .msg = skb };
575 struct param p = { .attrs = info->attrs };