Home
last modified time | relevance | path

Searched refs:tpacpi_pdev (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c939 static struct platform_device *tpacpi_pdev; variable
1178 &tpacpi_pdev->dev, in tpacpi_new_rfkill()
2840 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change()
2878 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change()
2895 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change()
7506 rc = snd_card_new(&tpacpi_pdev->dev, in volume_create_alsa_mixer()
11645 if (tpacpi_pdev) in thinkpad_acpi_module_exit()
11646 platform_device_unregister(tpacpi_pdev); in thinkpad_acpi_module_exit()
11724 if (IS_ERR(tpacpi_pdev)) { in thinkpad_acpi_module_init()
11725 ret = PTR_ERR(tpacpi_pdev); in thinkpad_acpi_module_init()
[all …]