Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dideapad-laptop.c672 #define DYTC_CMD_GET 2 /* To get current IC function and mode */ macro
767 err = eval_dytc(priv->adev->handle, DYTC_CMD_GET, output); in dytc_cql_command()
773 if (cmd == DYTC_CMD_GET && cur_funcmode != DYTC_FUNCTION_CQL) in dytc_cql_command()
845 err = dytc_cql_command(priv, DYTC_CMD_GET, &output); in dytc_profile_refresh()
H A Dthinkpad_acpi.c10077 #define DYTC_CMD_GET 2 /* To get current IC function and mode */ macro
10107 err = dytc_command(DYTC_CMD_GET, &output); in lapsensor_get()
10415 err = dytc_command(DYTC_CMD_GET, output); in dytc_cql_command()
10421 if ((command == DYTC_CMD_GET) && (cur_funcmode != DYTC_FUNCTION_CQL)) in dytc_cql_command()
10506 err = dytc_cql_command(DYTC_CMD_GET, &output); in dytc_profile_refresh()
10509 err = dytc_command(DYTC_CMD_GET, &output); in dytc_profile_refresh()