Lines Matching defs:p

129 static int thermal_genl_event_tz_create(struct param *p)  in thermal_genl_event_tz_create()
138 static int thermal_genl_event_tz(struct param *p) in thermal_genl_event_tz()
146 static int thermal_genl_event_tz_trip_up(struct param *p) in thermal_genl_event_tz_trip_up()
156 static int thermal_genl_event_tz_trip_change(struct param *p) in thermal_genl_event_tz_trip_change()
168 static int thermal_genl_event_cdev_add(struct param *p) in thermal_genl_event_cdev_add()
181 static int thermal_genl_event_cdev_delete(struct param *p) in thermal_genl_event_cdev_delete()
189 static int thermal_genl_event_cdev_state_update(struct param *p) in thermal_genl_event_cdev_state_update()
200 static int thermal_genl_event_gov_change(struct param *p) in thermal_genl_event_gov_change()
209 static int thermal_genl_event_cpu_capability_change(struct param *p) in thermal_genl_event_cpu_capability_change()
245 static int thermal_genl_event_threshold_add(struct param *p) in thermal_genl_event_threshold_add()
255 static int thermal_genl_event_threshold_flush(struct param *p) in thermal_genl_event_threshold_flush()
263 static int thermal_genl_event_threshold_up(struct param *p) in thermal_genl_event_threshold_up()
315 struct param *p) in thermal_genl_send_event()
353 struct param p = { .tz_id = tz->id, .name = tz->type }; in thermal_notify_tz_create() local
360 struct param p = { .tz_id = tz->id }; in thermal_notify_tz_delete() local
367 struct param p = { .tz_id = tz->id }; in thermal_notify_tz_enable() local
374 struct param p = { .tz_id = tz->id }; in thermal_notify_tz_disable() local
382 struct param p = { .tz_id = tz->id, in thermal_notify_tz_trip_down() local
392 struct param p = { .tz_id = tz->id, in thermal_notify_tz_trip_up() local
402 struct param p = { .tz_id = tz->id, in thermal_notify_tz_trip_change() local
414 struct param p = { .cdev_id = cdev->id, .cdev_state = state }; in thermal_notify_cdev_state_update() local
421 struct param p = { .cdev_id = cdev->id, .name = cdev->type, in thermal_notify_cdev_add() local
429 struct param p = { .cdev_id = cdev->id }; in thermal_notify_cdev_delete() local
437 struct param p = { .tz_id = tz->id, .name = name }; in thermal_notify_tz_gov_change() local
445 struct param p = { .cpu_capabilities_count = count, .cpu_capabilities = caps }; in thermal_genl_cpu_capability_event() local
454 struct param p = { .tz_id = tz->id, .temp = temperature, .direction = direction }; in thermal_notify_threshold_add() local
462 struct param p = { .tz_id = tz->id, .temp = temperature, .direction = direction }; in thermal_notify_threshold_delete() local
469 struct param p = { .tz_id = tz->id }; in thermal_notify_threshold_flush() local
476 struct param p = { .tz_id = tz->id, .temp = tz->temperature, .prev_temp = tz->last_temperature }; in thermal_notify_threshold_down() local
483 struct param p = { .tz_id = tz->id, .temp = tz->temperature, .prev_temp = tz->last_temperature }; in thermal_notify_threshold_up() local
502 static int thermal_genl_cmd_tz_get_id(struct param *p) in thermal_genl_cmd_tz_get_id()
526 static int thermal_genl_cmd_tz_get_trip(struct param *p) in thermal_genl_cmd_tz_get_trip()
564 static int thermal_genl_cmd_tz_get_temp(struct param *p) in thermal_genl_cmd_tz_get_temp()
589 static int thermal_genl_cmd_tz_get_gov(struct param *p) in thermal_genl_cmd_tz_get_gov()
627 static int thermal_genl_cmd_cdev_get(struct param *p) in thermal_genl_cmd_cdev_get()
661 static int thermal_genl_cmd_threshold_get(struct param *p) in thermal_genl_cmd_threshold_get()
689 static int thermal_genl_cmd_threshold_add(struct param *p) in thermal_genl_cmd_threshold_add()
714 static int thermal_genl_cmd_threshold_delete(struct param *p) in thermal_genl_cmd_threshold_delete()
739 static int thermal_genl_cmd_threshold_flush(struct param *p) in thermal_genl_cmd_threshold_flush()
777 struct param p = { .msg = skb }; in thermal_genl_cmd_dumpit() local
804 struct param p = { .attrs = info->attrs }; in thermal_genl_cmd_doit() local