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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c709 static struct attribute_set *hotkey_dev_attributes = NULL; variable in typeref:struct:attribute_set
827 hotkey_dev_attributes = create_attr_set(4, NULL);
828 if (!hotkey_dev_attributes)
830 res = add_to_attr_set(hotkey_dev_attributes,
845 res = add_many_to_attr_set(hotkey_dev_attributes,
851 hotkey_dev_attributes,
872 if (hotkey_dev_attributes) {
873 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj);
874 hotkey_dev_attributes = NULL;

Completed in 46 milliseconds