Searched refs:acpi_dev_present (Results 1 – 13 of 13) sorted by relevance
| /drivers/platform/x86/ |
| A D | dual_accel_detect.h | 39 if (acpi_dev_present("KIOX010A", NULL, -1) && in dual_accel_detect() 40 acpi_dev_present("KIOX020A", NULL, -1)) in dual_accel_detect() 44 if (acpi_dev_present("DUAL250E", NULL, -1)) in dual_accel_detect()
|
| /drivers/platform/x86/intel/pmc/ |
| A D | pltdrv.c | 55 if (acpi_dev_present("INT33A1", NULL, -1)) in pmc_core_platform_init()
|
| /drivers/input/misc/ |
| A D | axp20x-pek.c | 291 (acpi_dev_present("INTCFD9", NULL, -1) || in axp20x_pek_should_register_input() 292 acpi_dev_present("ACPI0011", NULL, -1))) in axp20x_pek_should_register_input()
|
| /drivers/gpu/drm/ |
| A D | drm_privacy_screen_x86.c | 56 return acpi_dev_present("GOOG0010", NULL, -1); in detect_chromeos_privacy_screen()
|
| /drivers/usb/dwc3/ |
| A D | dwc3-pci.c | 257 if (acpi_dev_present("INT33FC", NULL, -1)) in dwc3_pci_quirks() 297 if (acpi_dev_present("INT33FD", "1", 2) && in dwc3_pci_quirks()
|
| /drivers/platform/chrome/ |
| A D | chromeos_laptop.c | 803 if (acpi_dev_present(src->acpi_peripherals[i].hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals() 819 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
|
| /drivers/platform/x86/amd/hsmp/ |
| A D | plat.c | 299 if (acpi_dev_present(ACPI_HSMP_DEVICE_HID, NULL, -1)) { in hsmp_plt_init()
|
| /drivers/acpi/ |
| A D | utils.c | 956 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() function 969 EXPORT_SYMBOL(acpi_dev_present);
|
| A D | video_detect.c | 993 dell_uart_present = acpi_dev_present("DELL0501", NULL, -1); in __acpi_video_get_backlight_type()
|
| /drivers/acpi/x86/ |
| A D | utils.c | 610 if (acpi_dev_present(acpi_skip_ac_and_battery_pmic_ids[i].hid, "1", in acpi_quirk_skip_acpi_ac_and_battery()
|
| /drivers/platform/x86/x86-android-tablets/ |
| A D | other.c | 196 if (acpi_dev_present("MSSL0001", NULL, 1)) in chuwi_hi8_init()
|
| /drivers/power/supply/ |
| A D | axp288_charger.c | 883 else if (acpi_dev_present(USB_HOST_EXTCON_HID, NULL, -1)) in axp288_charger_probe()
|
| /drivers/mfd/ |
| A D | lpc_ich.c | 1245 if (acpi_dev_present(info->hid, NULL, -1)) in lpc_ich_init_pinctrl()
|
Completed in 37 milliseconds