Searched refs:tpacpi_pdev (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 922 static struct platform_device *tpacpi_pdev; variable 1258 &tpacpi_pdev->dev, in tpacpi_new_rfkill() 2866 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change() 2888 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change() 2904 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change() 2921 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change() 3051 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit() 3329 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in hotkey_init() 3440 &tpacpi_pdev->dev.kobj); in hotkey_init() 3545 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init() [all …]
|