Lines Matching defs:p
111 static int thermal_genl_event_tz_create(struct param *p) in thermal_genl_event_tz_create()
120 static int thermal_genl_event_tz(struct param *p) in thermal_genl_event_tz()
128 static int thermal_genl_event_tz_trip_up(struct param *p) in thermal_genl_event_tz_trip_up()
138 static int thermal_genl_event_tz_trip_add(struct param *p) in thermal_genl_event_tz_trip_add()
150 static int thermal_genl_event_tz_trip_delete(struct param *p) in thermal_genl_event_tz_trip_delete()
159 static int thermal_genl_event_cdev_add(struct param *p) in thermal_genl_event_cdev_add()
172 static int thermal_genl_event_cdev_delete(struct param *p) in thermal_genl_event_cdev_delete()
180 static int thermal_genl_event_cdev_state_update(struct param *p) in thermal_genl_event_cdev_state_update()
191 static int thermal_genl_event_gov_change(struct param *p) in thermal_genl_event_gov_change()
200 static int thermal_genl_event_cpu_capability_change(struct param *p) in thermal_genl_event_cpu_capability_change()
272 struct param *p) in thermal_genl_send_event()
307 struct param p = { .tz_id = tz_id, .name = name }; in thermal_notify_tz_create() local
314 struct param p = { .tz_id = tz_id }; in thermal_notify_tz_delete() local
321 struct param p = { .tz_id = tz_id }; in thermal_notify_tz_enable() local
328 struct param p = { .tz_id = tz_id }; in thermal_notify_tz_disable() local
335 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp }; in thermal_notify_tz_trip_down() local
342 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp }; in thermal_notify_tz_trip_up() local
350 struct param p = { .tz_id = tz_id, .trip_id = trip_id, in thermal_notify_tz_trip_add() local
359 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_delete() local
367 struct param p = { .tz_id = tz_id, .trip_id = trip_id, in thermal_notify_tz_trip_change() local
376 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state }; in thermal_notify_cdev_state_update() local
383 struct param p = { .cdev_id = cdev_id, .name = name, in thermal_notify_cdev_add() local
391 struct param p = { .cdev_id = cdev_id }; in thermal_notify_cdev_delete() local
398 struct param p = { .tz_id = tz_id, .name = name }; in thermal_notify_tz_gov_change() local
406 struct param p = { .cpu_capabilities_count = count, .cpu_capabilities = caps }; in thermal_genl_cpu_capability_event() local
426 static int thermal_genl_cmd_tz_get_id(struct param *p) in thermal_genl_cmd_tz_get_id()
450 static int thermal_genl_cmd_tz_get_trip(struct param *p) in thermal_genl_cmd_tz_get_trip()
501 static int thermal_genl_cmd_tz_get_temp(struct param *p) in thermal_genl_cmd_tz_get_temp()
527 static int thermal_genl_cmd_tz_get_gov(struct param *p) in thermal_genl_cmd_tz_get_gov()
568 static int thermal_genl_cmd_cdev_get(struct param *p) in thermal_genl_cmd_cdev_get()
602 struct param p = { .msg = skb }; in thermal_genl_cmd_dumpit() local
629 struct param p = { .attrs = info->attrs }; in thermal_genl_cmd_doit() local