• Home
  • Raw
  • Download

Lines Matching defs:p

105 static int thermal_genl_event_tz_create(struct param *p)  in thermal_genl_event_tz_create()
114 static int thermal_genl_event_tz(struct param *p) in thermal_genl_event_tz()
122 static int thermal_genl_event_tz_trip_up(struct param *p) in thermal_genl_event_tz_trip_up()
131 static int thermal_genl_event_tz_trip_add(struct param *p) in thermal_genl_event_tz_trip_add()
143 static int thermal_genl_event_tz_trip_delete(struct param *p) in thermal_genl_event_tz_trip_delete()
152 static int thermal_genl_event_cdev_add(struct param *p) in thermal_genl_event_cdev_add()
165 static int thermal_genl_event_cdev_delete(struct param *p) in thermal_genl_event_cdev_delete()
173 static int thermal_genl_event_cdev_state_update(struct param *p) in thermal_genl_event_cdev_state_update()
184 static int thermal_genl_event_gov_change(struct param *p) in thermal_genl_event_gov_change()
228 struct param *p) in thermal_genl_send_event()
268 struct param p = { .tz_id = tz_id, .name = name }; in thermal_notify_tz_create() local
275 struct param p = { .tz_id = tz_id }; in thermal_notify_tz_delete() local
282 struct param p = { .tz_id = tz_id }; in thermal_notify_tz_enable() local
289 struct param p = { .tz_id = tz_id }; in thermal_notify_tz_disable() local
296 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_down() local
303 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_up() local
311 struct param p = { .tz_id = tz_id, .trip_id = trip_id, in thermal_notify_tz_trip_add() local
320 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_delete() local
328 struct param p = { .tz_id = tz_id, .trip_id = trip_id, in thermal_notify_tz_trip_change() local
337 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state }; in thermal_notify_cdev_state_update() local
344 struct param p = { .cdev_id = cdev_id, .name = name, in thermal_notify_cdev_add() local
352 struct param p = { .cdev_id = cdev_id }; in thermal_notify_cdev_delete() local
359 struct param p = { .tz_id = tz_id, .name = name }; in thermal_notify_tz_gov_change() local
378 static int thermal_genl_cmd_tz_get_id(struct param *p) in thermal_genl_cmd_tz_get_id()
402 static int thermal_genl_cmd_tz_get_trip(struct param *p) in thermal_genl_cmd_tz_get_trip()
453 static int thermal_genl_cmd_tz_get_temp(struct param *p) in thermal_genl_cmd_tz_get_temp()
479 static int thermal_genl_cmd_tz_get_gov(struct param *p) in thermal_genl_cmd_tz_get_gov()
520 static int thermal_genl_cmd_cdev_get(struct param *p) in thermal_genl_cmd_cdev_get()
554 struct param p = { .msg = skb }; in thermal_genl_cmd_dumpit() local
581 struct param p = { .attrs = info->attrs }; in thermal_genl_cmd_doit() local