Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c2051 static struct attribute_set *hotkey_dev_attributes; variable
3050 if (hotkey_dev_attributes) in hotkey_exit()
3051 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3343 hotkey_dev_attributes = create_attr_set( in hotkey_init()
3346 if (!hotkey_dev_attributes) in hotkey_init()
3348 res = add_many_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3423 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3433 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3439 hotkey_dev_attributes, in hotkey_init()
3545 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
[all …]