Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/device/
Ddriver.h136 struct driver_attribute { struct
144 struct driver_attribute driver_attr_##_name = __ATTR_RW(_name) argument
146 struct driver_attribute driver_attr_##_name = __ATTR_RO(_name)
148 struct driver_attribute driver_attr_##_name = __ATTR_WO(_name)
151 const struct driver_attribute *attr);
153 const struct driver_attribute *attr);
/Linux-v6.1/drivers/base/
Ddriver.c177 const struct driver_attribute *attr) in driver_create_file()
195 const struct driver_attribute *attr) in driver_remove_file()
Dbus.c33 #define to_drv_attr(_attr) container_of(_attr, struct driver_attribute, attr)
36 struct driver_attribute driver_attr_##_name = \
60 struct driver_attribute *drv_attr = to_drv_attr(attr); in drv_attr_show()
72 struct driver_attribute *drv_attr = to_drv_attr(attr); in drv_attr_store()
/Linux-v6.1/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt351 struct driver_attribute {
364 int driver_create_file(struct device_driver *, const struct driver_attribute *);
365 void driver_remove_file(struct device_driver *, const struct driver_attribute *);
/Linux-v6.1/Documentation/translations/zh_TW/filesystems/
Dsysfs.txt354 struct driver_attribute {
367 int driver_create_file(struct device_driver *, const struct driver_attribute *);
368 void driver_remove_file(struct device_driver *, const struct driver_attribute *);
/Linux-v6.1/drivers/dma/idxd/
Dcompat.c14 struct driver_attribute driver_attr_##_name = \
/Linux-v6.1/Documentation/driver-api/driver-model/
Ddriver.rst263 struct driver_attribute {
280 struct driver_attribute driver_attr_debug;
285 int driver_create_file(struct device_driver *, const struct driver_attribute *);
286 void driver_remove_file(struct device_driver *, const struct driver_attribute *);
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_drvfs.c158 static const struct driver_attribute iunit_drvfs_attrs[] = {
/Linux-v6.1/Documentation/filesystems/
Dsysfs.rst390 struct driver_attribute {
404 int driver_create_file(struct device_driver *, const struct driver_attribute *);
405 void driver_remove_file(struct device_driver *, const struct driver_attribute *);