Home
last modified time | relevance | path

Searched refs:cmd_param (Results 1 – 1 of 1) sorted by relevance

/tools/lib/thermal/
A Dcommands.c344 struct cmd_param { struct
350 typedef int (*cmd_cb_t)(struct nl_msg *, struct cmd_param *); argument
352 static int thermal_genl_tz_id_encode(struct nl_msg *msg, struct cmd_param *p) in thermal_genl_tz_id_encode()
360 static int thermal_genl_threshold_encode(struct nl_msg *msg, struct cmd_param *p) in thermal_genl_threshold_encode()
375 struct cmd_param *param, in thermal_genl_auto()
418 struct cmd_param p = { .tz_id = tz->id }; in thermal_cmd_get_trip()
426 struct cmd_param p = { .tz_id = tz->id }; in thermal_cmd_get_governor()
434 struct cmd_param p = { .tz_id = tz->id }; in thermal_cmd_get_temp()
443 struct cmd_param p = { .tz_id = tz->id }; in thermal_cmd_threshold_get()
454 struct cmd_param p = { .tz_id = tz->id, .temp = temperature, .direction = direction }; in thermal_cmd_threshold_add()
[all …]

Completed in 4 milliseconds