1DEVICE_REMOVE_FILE_S(9)  Device drivers infrastructure DEVICE_REMOVE_FILE_S(9)
2
3
4

NAME

6       device_remove_file_self - remove sysfs attribute file from its own
7       method.
8

SYNOPSIS

10       bool device_remove_file_self(struct device * dev,
11                                    const struct device_attribute * attr);
12

ARGUMENTS

14       dev
15           device.
16
17       attr
18           device attribute descriptor.
19

DESCRIPTION

21       See kernfs_remove_self for details.
22
24Kernel Hackers Manual 3.10         June 2019           DEVICE_REMOVE_FILE_S(9)
Impressum