Lines Matching refs:sysfs

4 sysfs - _The_ filesystem for exporting kernel objects
18 sysfs is a ram-based filesystem initially based on ramfs. It provides
22 sysfs is tied inherently to the kobject infrastructure. Please read
27 Using sysfs
30 sysfs is always compiled in if CONFIG_SYSFS is defined. You can access
33 mount -t sysfs sysfs /sys
40 created for it in sysfs. That directory is created as a subdirectory
42 userspace. Top-level directories in sysfs represent the common
48 the past this kobject pointer has been used by sysfs to do reference
50 With the current sysfs implementation the kobject reference count is
124 considered a bad idea." so trying to set a sysfs file writable for
127 For the common cases sysfs.h provides convenience macros to make
155 set of sysfs operations for forwarding read and write calls to the
167 When a file is read or written, sysfs calls the appropriate method
209 sysfs allocates a buffer of size (PAGE_SIZE) and passes it to the
223 - On write(2), sysfs expects the entire buffer to be passed during the
228 When writing sysfs files, userspace processes should first read the
255 - The object passed to the methods will be pinned in memory via sysfs
287 The sysfs directory arrangement exposes the relationship of kernel
290 The top level sysfs directory looks like::
324 point to the sysfs directory for the given device. /sys/dev provides a
325 quick way to lookup the sysfs interface for a device from the result of
338 The following interface layers currently exist in sysfs:
411 The sysfs directory structure and the attributes in each directory define an
413 this ABI is stable and properly documented. All new sysfs attributes must be