Searched refs:spi_handle (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/input/keyboard/ |
D | applespi.c | 1627 acpi_handle spi_handle = ACPI_HANDLE(&spi->dev); in applespi_probe() local 1633 acpi_sts = acpi_evaluate_integer(spi_handle, "UIST", NULL, &usb_status); in applespi_probe() 1672 acpi_sts = acpi_get_handle(spi_handle, "SIEN", &applespi->sien); in applespi_probe() 1680 acpi_sts = acpi_get_handle(spi_handle, "SIST", &applespi->sist); in applespi_probe() 1743 acpi_sts = acpi_evaluate_integer(spi_handle, "_GPE", NULL, &gpe); in applespi_probe()
|