Searched refs:s76_sysctl_table (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/acpi_support/ |
| H A D | acpi_system76.c | 115 static const struct s76_ctrl_table s76_sysctl_table[] = { variable 251 s76_sysctl_table[method].set_method, &Args, &Buf); in acpi_system76_update() 254 s76_sysctl_table[method].get_method, &Args, &Buf); in acpi_system76_update() 263 status = acpi_SetInteger(sc->handle, s76_sysctl_table[method].set_method, in acpi_system76_update() 266 status = acpi_GetInteger(sc->handle, s76_sysctl_table[method].get_method, in acpi_system76_update() 273 s76_sysctl_table[method].name); in acpi_system76_update() 325 s76_sysctl_table[method].get_method, &ctrl->val))) { in acpi_system76_check() 328 s76_sysctl_table[method].desc); in acpi_system76_check() 454 SYSCTL_CHILDREN(sc->sysctl_tree), OID_AUTO, s76_sysctl_table[method].name, in acpi_system76_init() 456 sc, method, acpi_system76_sysctl_handler, "IU", s76_sysctl_table[method].desc); in acpi_system76_init()
|