Lines Matching defs:param

53 struct param {
70 typedef int (*cb_t)(struct param *);
111 static int thermal_genl_event_tz_create(struct param *p)
120 static int thermal_genl_event_tz(struct param *p)
128 static int thermal_genl_event_tz_trip_up(struct param *p)
138 static int thermal_genl_event_tz_trip_add(struct param *p)
150 static int thermal_genl_event_tz_trip_delete(struct param *p)
159 static int thermal_genl_event_cdev_add(struct param *p)
172 static int thermal_genl_event_cdev_delete(struct param *p)
180 static int thermal_genl_event_cdev_state_update(struct param *p)
191 static int thermal_genl_event_gov_change(struct param *p)
200 static int thermal_genl_event_cpu_capability_change(struct param *p)
236 int thermal_genl_event_tz_delete(struct param *p)
239 int thermal_genl_event_tz_enable(struct param *p)
242 int thermal_genl_event_tz_disable(struct param *p)
245 int thermal_genl_event_tz_trip_down(struct param *p)
248 int thermal_genl_event_tz_trip_change(struct param *p)
272 struct param *p)
307 struct param p = { .tz_id = tz_id, .name = name };
314 struct param p = { .tz_id = tz_id };
321 struct param p = { .tz_id = tz_id };
328 struct param p = { .tz_id = tz_id };
335 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp };
342 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp };
350 struct param p = { .tz_id = tz_id, .trip_id = trip_id,
359 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
367 struct param p = { .tz_id = tz_id, .trip_id = trip_id,
376 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state };
383 struct param p = { .cdev_id = cdev_id, .name = name,
391 struct param p = { .cdev_id = cdev_id };
398 struct param p = { .tz_id = tz_id, .name = name };
406 struct param p = { .cpu_capabilities_count = count, .cpu_capabilities = caps };
426 static int thermal_genl_cmd_tz_get_id(struct param *p)
450 static int thermal_genl_cmd_tz_get_trip(struct param *p)
498 static int thermal_genl_cmd_tz_get_temp(struct param *p)
524 static int thermal_genl_cmd_tz_get_gov(struct param *p)
565 static int thermal_genl_cmd_cdev_get(struct param *p)
599 struct param p = { .msg = skb };
626 struct param p = { .attrs = info->attrs };