Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c2052 static struct attribute_set *hotkey_dev_attributes; variable
3051 if (hotkey_dev_attributes) in hotkey_exit()
3052 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3344 hotkey_dev_attributes = create_attr_set( in hotkey_init()
3347 if (!hotkey_dev_attributes) in hotkey_init()
3349 res = add_many_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3424 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3434 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3440 hotkey_dev_attributes, in hotkey_init()
3546 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
[all …]