Lines Matching refs:hotkey_dev_attributes
2052 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()
3550 hotkey_dev_attributes = NULL; in hotkey_init()