Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_sysfs.c74 struct device_driver *driverfs = &dgnc_driver->driver; in dgnc_create_driver_sysfiles() local
76 rc |= driver_create_file(driverfs, &driver_attr_version); in dgnc_create_driver_sysfiles()
77 rc |= driver_create_file(driverfs, &driver_attr_boards); in dgnc_create_driver_sysfiles()
78 rc |= driver_create_file(driverfs, &driver_attr_maxboards); in dgnc_create_driver_sysfiles()
79 rc |= driver_create_file(driverfs, &driver_attr_pollrate); in dgnc_create_driver_sysfiles()
86 struct device_driver *driverfs = &dgnc_driver->driver; in dgnc_remove_driver_sysfiles() local
88 driver_remove_file(driverfs, &driver_attr_version); in dgnc_remove_driver_sysfiles()
89 driver_remove_file(driverfs, &driver_attr_boards); in dgnc_remove_driver_sysfiles()
90 driver_remove_file(driverfs, &driver_attr_maxboards); in dgnc_remove_driver_sysfiles()
91 driver_remove_file(driverfs, &driver_attr_pollrate); in dgnc_remove_driver_sysfiles()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.c6332 struct device_driver *driverfs = &dgap_driver->driver; in dgap_create_driver_sysfiles() local
6334 rc |= driver_create_file(driverfs, &driver_attr_version); in dgap_create_driver_sysfiles()
6335 rc |= driver_create_file(driverfs, &driver_attr_boards); in dgap_create_driver_sysfiles()
6336 rc |= driver_create_file(driverfs, &driver_attr_maxboards); in dgap_create_driver_sysfiles()
6337 rc |= driver_create_file(driverfs, &driver_attr_pollrate); in dgap_create_driver_sysfiles()
6338 rc |= driver_create_file(driverfs, &driver_attr_pollcounter); in dgap_create_driver_sysfiles()
6345 struct device_driver *driverfs = &dgap_driver->driver; in dgap_remove_driver_sysfiles() local
6347 driver_remove_file(driverfs, &driver_attr_version); in dgap_remove_driver_sysfiles()
6348 driver_remove_file(driverfs, &driver_attr_boards); in dgap_remove_driver_sysfiles()
6349 driver_remove_file(driverfs, &driver_attr_maxboards); in dgap_remove_driver_sysfiles()
[all …]