Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-core.c1664 static const struct device_attribute dev_attr_country = { variable
1750 ret = device_create_file(&hdev->dev, &dev_attr_country); in hid_connect()
1765 device_remove_file(&hdev->dev, &dev_attr_country); in hid_disconnect()