Searched refs:acpi_device_handle (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | system76_acpi.c | 83 handle = acpi_device_handle(data->acpi_dev); in system76_get() 104 handle = acpi_device_handle(data->acpi_dev); in system76_get_index() 118 handle = acpi_device_handle(data->acpi_dev); in system76_get_object() 151 handle = acpi_device_handle(data->acpi_dev); in system76_set() 338 if (acpi_has_method(acpi_device_handle(data->acpi_dev), "GKBK")) { in kb_led_set() 414 if (acpi_has_method(acpi_device_handle(data->acpi_dev), "GKBK")) { in kb_led_hotkey_hardware() 695 data->has_open_ec = acpi_has_method(acpi_device_handle(data->acpi_dev), "NFAN"); in system76_probe() 714 if (acpi_has_method(acpi_device_handle(data->acpi_dev), "GKBK")) { in system76_probe() 736 if (acpi_has_method(acpi_device_handle(data->acpi_dev), "SKBC")) { in system76_probe()
|
| H A D | asus-wireless.c | 85 s = asus_wireless_method(acpi_device_handle(data->adev), "HSWC", in led_state_get() 98 asus_wireless_method(acpi_device_handle(data->adev), "HSWC", in led_state_update()
|
| H A D | acer-wmi.c | 2659 gsensor_handle = acpi_device_handle(adev); in acer_wmi_accel_setup()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | hda_component.c | 28 comp->acpi_notify(acpi_device_handle(comp->adev), event, comp->dev); in hda_component_acpi_device_notify() 44 if (!acpi_device_handle(adev)) in hda_component_manager_bind_acpi_notifications() 76 if (!acpi_device_handle(adev)) in hda_component_manager_unbind_acpi_notifications()
|
| H A D | cs35l41_hda.c | 1514 comp->acpi_notifications_supported = cs35l41_dsm_supported(acpi_device_handle(comp->adev), in cs35l41_hda_bind() 1518 acpi_device_handle(cs35l41->dacpi)) > 0; in cs35l41_hda_bind()
|
| /linux/include/linux/ |
| H A D | acpi.h | 53 static inline acpi_handle acpi_device_handle(struct acpi_device *adev) in acpi_device_handle() function 61 #define ACPI_HANDLE(dev) acpi_device_handle(ACPI_COMPANION(dev)) 63 acpi_device_handle(to_acpi_device_node(fwnode)) 919 static inline acpi_handle acpi_device_handle(struct acpi_device *adev) in acpi_device_handle() function
|
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | clk_and_regulator.c | 44 acpi_evaluate_dsm(acpi_device_handle(int3472->adev), &img_clk_guid, in skl_int3472_enable_clk()
|
| /linux/drivers/acpi/ |
| H A D | mipi-disco-img.c | 451 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port_local() 489 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port()
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l41.c | 1160 acpi_handle handle = acpi_device_handle(adev); in cs35l41_get_system_name()
|