Lines Matching refs:hotkey_dev_attributes
2037 static struct attribute_set *hotkey_dev_attributes; variable
3157 if (hotkey_dev_attributes) in hotkey_exit()
3158 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_exit()
3244 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init_tablet_mode()
3512 hotkey_dev_attributes = create_attr_set( in hotkey_init()
3515 if (!hotkey_dev_attributes) in hotkey_init()
3517 res = add_many_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3632 res = add_to_attr_set(hotkey_dev_attributes, in hotkey_init()
3641 res = register_attr_set_with_sysfs(hotkey_dev_attributes, in hotkey_init()
3741 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); in hotkey_init()
3745 hotkey_dev_attributes = NULL; in hotkey_init()