Home
last modified time | relevance | path

Searched refs:ACPI_HANDLE (Results 1 – 25 of 144) sorted by relevance

123456

/openbmc/linux/drivers/acpi/
H A Dacpi_tad.c71 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_set_real_time()
106 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_get_real_time()
253 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_wake_set()
303 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_wake_read()
359 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_clear_status()
400 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_status_read()
560 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_remove()
588 acpi_handle handle = ACPI_HANDLE(dev); in acpi_tad_probe()
H A Devged.c77 acpi_handle handle = ACPI_HANDLE(dev); in acpi_ged_request_interrupt()
152 acpi_ret = acpi_walk_resources(ACPI_HANDLE(&pdev->dev), "_CRS", in ged_probe()
H A Dpfr_telemetry.c82 acpi_handle handle = ACPI_HANDLE(pfrt_log_dev->parent_dev); in get_pfrt_log_data_info()
154 acpi_handle handle = ACPI_HANDLE(pfrt_log_dev->parent_dev); in set_pfrt_log_level()
190 acpi_handle handle = ACPI_HANDLE(pfrt_log_dev->parent_dev); in get_pfrt_log_level()
368 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in acpi_pfrt_log_probe()
H A Dpfr_update.c122 acpi_handle handle = ACPI_HANDLE(pfru_dev->parent_dev); in query_capability()
189 acpi_handle handle = ACPI_HANDLE(pfru_dev->parent_dev); in query_buffer()
345 handle = ACPI_HANDLE(pfru_dev->parent_dev); in start_update()
510 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in acpi_pfru_probe()
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c37 obj = acpi_evaluate_dsm(ACPI_HANDLE(ua->dev), &ua->guid, 1, func, in ucsi_acpi_dsm()
257 status = acpi_install_notify_handler(ACPI_HANDLE(&pdev->dev), in ucsi_acpi_probe()
268 acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), in ucsi_acpi_probe()
287 acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), ACPI_DEVICE_NOTIFY, in ucsi_acpi_remove()
/openbmc/linux/drivers/platform/x86/
H A Dadv_swbutton.c51 acpi_handle handle = ACPI_HANDLE(&device->dev); in adv_swbutton_probe()
95 acpi_handle handle = ACPI_HANDLE(&device->dev); in adv_swbutton_remove()
/openbmc/linux/drivers/platform/x86/intel/
H A Dhid.c328 acpi_handle handle = ACPI_HANDLE(device); in intel_hid_set_enable()
344 acpi_handle handle = ACPI_HANDLE(device); in intel_button_array_enable()
471 acpi_handle handle = ACPI_HANDLE(&device->dev); in report_tablet_mode_state()
604 acpi_handle handle = ACPI_HANDLE(&device->dev); in button_array_present()
628 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_probe()
728 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_remove()
H A Dvbtn.c79 acpi_handle handle = ACPI_HANDLE(dev); in detect_tablet_mode()
275 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_vbtn_probe()
333 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_vbtn_remove()
/openbmc/linux/drivers/acpi/pmic/
H A Dintel_pmic_xpower.c344 status = acpi_install_address_space_handler(ACPI_HANDLE(parent), in intel_xpower_pmic_opregion_probe()
351 ACPI_HANDLE(parent), axp20x->regmap, in intel_xpower_pmic_opregion_probe()
354 acpi_remove_address_space_handler(ACPI_HANDLE(parent), in intel_xpower_pmic_opregion_probe()
H A Dintel_pmic_chtcrc.c35 ACPI_HANDLE(pdev->dev.parent), pmic->regmap, in intel_chtcrc_pmic_opregion_probe()
/openbmc/linux/include/linux/
H A Dpci-acpi.h40 return ACPI_HANDLE(pbus->bridge); in acpi_find_root_bridge_handle()
57 return ACPI_HANDLE(dev); in acpi_pci_get_bridge_handle()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_misc.c75 obj = acpi_evaluate_dsm(ACPI_HANDLE(mac_cb->dev), in hns_dsaf_acpi_ledctrl_by_port()
102 obj = acpi_evaluate_dsm(ACPI_HANDLE(mac_cb->dev), in hns_dsaf_acpi_locate_ledctrl_by_port()
267 obj = acpi_evaluate_dsm(ACPI_HANDLE(dsaf_dev->dev), in hns_dsaf_acpi_srst_by_port()
557 obj = acpi_evaluate_dsm_typed(ACPI_HANDLE(mac_cb->dev), in hns_mac_get_phy_if_acpi()
604 obj = acpi_evaluate_dsm_typed(ACPI_HANDLE(mac_cb->dev), in hns_mac_get_sfp_prsnt_acpi()
699 obj = acpi_evaluate_dsm(ACPI_HANDLE(mac_cb->dsaf_dev->dev), in hns_mac_config_sds_loopback_acpi()
/openbmc/linux/drivers/pci/hotplug/
H A Dacpi_pcihp.c82 root = acpi_pci_find_root(ACPI_HANDLE(&host->dev)); in acpi_get_hp_hw_control_from_firmware()
105 handle = ACPI_HANDLE(&pdev->dev); in acpi_get_hp_hw_control_from_firmware()
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dacpi.c20 acpi_handle ahandle = ACPI_HANDLE(pdev->dev); in apmf_if_call()
269 acpi_handle ahandle = ACPI_HANDLE(pmf_dev->dev); in apmf_install_handler()
291 acpi_handle ahandle = ACPI_HANDLE(pmf_dev->dev); in apmf_acpi_deinit()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-baytrail.c24 handle = ACPI_HANDLE(dev->dev); in i2c_dw_baytrail_probe_lock_support()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3406_thermal.c141 if (!ACPI_HANDLE(&pdev->dev)) in int3406_thermal_probe()
147 d->handle = ACPI_HANDLE(&pdev->dev); in int3406_thermal_probe()
/openbmc/linux/drivers/pci/
H A Dpci-label.c39 acpi_handle handle = ACPI_HANDLE(dev); in device_has_acpi_name()
158 acpi_handle handle = ACPI_HANDLE(dev); in dsm_get_label()
/openbmc/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c256 context->handle = ACPI_HANDLE(&device->dev); in sar_probe()
280 if (acpi_install_notify_handler(ACPI_HANDLE(&device->dev), ACPI_DEVICE_NOTIFY, in sar_probe()
300 acpi_remove_notify_handler(ACPI_HANDLE(&device->dev), in sar_remove()
/openbmc/linux/drivers/ata/
H A Dlibata-acpi.c63 NULL : ACPI_HANDLE(&dev->tdev); in ata_dev_acpi_handle()
269 if (ACPI_HANDLE(&ap->tdev) && gtm) in ata_acpi_dissociate()
293 acpi_handle handle = ACPI_HANDLE(&ap->tdev); in ata_acpi_gtm()
368 status = acpi_evaluate_object(ACPI_HANDLE(&ap->tdev), "_STM", in ata_acpi_stm()
817 if (ACPI_HANDLE(&ap->tdev) && gtm) { in ata_acpi_on_resume()
899 port_handle = ACPI_HANDLE(&ap->tdev); in pata_acpi_set_state()
H A Dpata_acpi.c41 if (ACPI_HANDLE(&ap->tdev) == NULL || ata_acpi_gtm(ap, &acpi->gtm) < 0) in pacpi_pre_reset()
197 if (ACPI_HANDLE(&ap->tdev) == NULL) in pacpi_port_start()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dacpi.c40 obj = acpi_evaluate_dsm(ACPI_HANDLE(rtwdev->dev), &rtw89_guid, in rtw89_acpi_evaluate_dsm()
/openbmc/linux/drivers/platform/surface/
H A Dsurface_hotplug.c85 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_dsm_notify_irq()
146 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_setup_irq()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c377 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_atif_handler()
572 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_acpi_pcie_notify_device_ready()
612 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_acpi_pcie_performance_request()
715 handle = ACPI_HANDLE(&rdev->pdev->dev); in radeon_acpi_init()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c138 dhandle = ACPI_HANDLE(&pdev->dev); in intel_dsm_pci_probe()
192 dhandle = ACPI_HANDLE(&pdev->dev); in intel_dsm_get_bios_data_funcs_supported()
/openbmc/linux/drivers/iio/light/
H A Dcm32181.c114 handle = ACPI_HANDLE(dev); in cm32181_acpi_get_cpm()
220 if (ACPI_HANDLE(cm32181->dev)) in cm32181_reg_init()
463 if (ACPI_HANDLE(dev) && client->addr == SMBUS_ALERT_RESPONSE_ADDRESS) { in cm32181_probe()

123456