Searched refs:tpacpi_pdev (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/platform/x86/ |
D | thinkpad_acpi.c | 923 static struct platform_device *tpacpi_pdev; variable 1259 &tpacpi_pdev->dev, in tpacpi_new_rfkill() 2867 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_radio_sw_notify_change() 2889 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_tablet_mode_notify_change() 2905 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_reason_notify_change() 2922 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL, in hotkey_wakeup_hotunplug_complete_notify_change() 3052 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit() 3330 res = sysfs_create_group(&tpacpi_pdev->dev.kobj, in hotkey_init() 3441 &tpacpi_pdev->dev.kobj); in hotkey_init() 3546 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init() [all …]
|