Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c2061 static struct attribute_set *hotkey_dev_attributes; variable
3181 if (hotkey_dev_attributes) in hotkey_exit()
3182 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3261 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init_tablet_mode()
3525 hotkey_dev_attributes = create_attr_set( in hotkey_init()
3528 if (!hotkey_dev_attributes) in hotkey_init()
3530 res = add_many_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3645 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3654 res = register_attr_set_with_sysfs(hotkey_dev_attributes, in hotkey_init()
3757 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
[all …]