Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-core.c2163 static const struct device_attribute dev_attr_country = { variable
2262 ret = device_create_file(&hdev->dev, &dev_attr_country); in hid_connect()
2277 device_remove_file(&hdev->dev, &dev_attr_country); in hid_disconnect()