Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dthinkpad_acpi.c2051 static struct attribute_set *hotkey_dev_attributes; variable
3171 if (hotkey_dev_attributes) in hotkey_exit()
3172 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3251 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init_tablet_mode()
3515 hotkey_dev_attributes = create_attr_set( in hotkey_init()
3518 if (!hotkey_dev_attributes) in hotkey_init()
3520 res = add_many_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3635 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3644 res = register_attr_set_with_sysfs(hotkey_dev_attributes, in hotkey_init()
3744 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
[all …]