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