Lines Matching defs:what
415 static void tpacpi_log_usertask(const char * const what)
418 what, task_tgid_vnr(current));
421 #define tpacpi_disclose_usertask(what, format, arg...) \
426 what, task_tgid_vnr(current), ## arg); \
1088 static void printk_deprecated_attribute(const char * const what,
1093 what, details);
1310 static void printk_deprecated_rfkill_attribute(const char * const what)
1312 printk_deprecated_attribute(what,
2214 /* log only what the user can fix... */
2288 /* Try to enable what the user asked for, plus whatever we need.
2505 * We are constrained to what the NVRAM can tell us, which is not much
7132 * Now we know what the final level should be, so we try to set it.
7238 /* We don't know what mode 1 is. */
8986 * best that's exactly what the DSDT already set (it is the
8990 * fans to what the vendor supposes is the best level. We
9406 static int tpacpi_battery_get(int what, int battery, int *ret)
9408 switch (what) {
9431 pr_crit("wrong parameter: %d", what);
9436 static int tpacpi_battery_set(int what, int battery, int value)
9444 switch (what) {
9459 pr_crit("wrong parameter: %d", what);
9541 static ssize_t tpacpi_battery_store(int what,
9569 switch (what) {
9603 pr_crit("Wrong parameter: %d", what);
9609 static ssize_t tpacpi_battery_show(int what,
9631 if (tpacpi_battery_get(what, battery, &ret))