Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/filesystems/
H A Dgfs2-uevents.rst5 :Original: Documentation/filesystems/gfs2-uevents.rst
16 uevents 与 GFS2
22 GFS2 uevents 列表
72 所有 GFS2 uevents 的通用信息(uevent 环境变量)
H A Dindex.rst42 gfs2-uevents
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-uevent.rst6 and send kobject uevents (uevents). Previously device-mapper events were only
7 available through the ioctl interface. The advantage of the uevents interface
75 An example of the uevents generated as captured by udevmonitor is shown
/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst41 the firmware cache is only supported if you use uevents, and its not
122 relying on kobject uevents. The addition of the device into the device
128 it issues uevents to userspace. As a supplement to kobject uevents Linux
131 helper for kobject uevents. In practice though no standard distribution has
144 by kobject uevents. This is specially exacerbated due to the fact that most
169 kobject uevents be issued to userspace. The original logic behind this
173 the other API calls as uevents are always forced for them.
175 Since uevents are only meaningful if the fallback mechanism is enabled
176 in your kernel it would seem odd to enable uevents with kernels that do not
185 but you want to suppress kobject uevents, as you have a custom solution which
[all …]
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py226 self.uevents = {}
232 self.uevents[key] = value.strip('"')
239 assert "NAME" in self.uevents
241 return self.uevents["NAME"]
/linux/Documentation/driver-api/
H A Drfkill.rst117 hotplug or state change events or by listening for uevents emitted by the
120 Additionally, each rfkill device is registered in sysfs and emits uevents.
122 rfkill devices issue uevents (with an action of "change"), with the following
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-css10 Description: Contains the module alias as reported with uevents.
H A Dsysfs-bus-cxl179 variable for uevents for devices on the "cxl" bus.
189 variable for uevents for devices on the "cxl" bus.
/linux/drivers/base/firmware_loader/
H A DKconfig112 available and userspace is informed about this through uevents.
157 want to load firmware based on uevents issued.
/linux/fs/
H A Deventpoll.c2067 struct epoll_event __user **uevents, in ep_deliver_event() argument
2099 next = epoll_put_uevent(revents, epi->event.data, *uevents); in ep_deliver_event()
2110 *uevents = next; in ep_deliver_event()
/linux/Documentation/process/debugging/
H A Ddriver_development_debugging_guide.rst214 to listen for kernel uevents, which indicate that the dump is ready. Udev has
/linux/drivers/md/
H A Ddm.c2446 LIST_HEAD(uevents); in event_callback()
2450 list_splice_init(&md->uevent_list, &uevents); in event_callback()
2453 dm_send_uevents(&uevents, &disk_to_dev(md->disk)->kobj); in event_callback()