Searched refs:uevents (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | gfs2-uevents.rst | 5 :Original: Documentation/filesystems/gfs2-uevents.rst 16 uevents 与 GFS2 22 GFS2 uevents 列表 72 所有 GFS2 uevents 的通用信息(uevent 环境变量)
|
| H A D | index.rst | 42 gfs2-uevents
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-uevent.rst | 6 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 D | fallback-mechanisms.rst | 41 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 D | base_device.py | 226 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 D | rfkill.rst | 117 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 D | sysfs-bus-css | 10 Description: Contains the module alias as reported with uevents.
|
| H A D | sysfs-bus-cxl | 179 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 D | Kconfig | 112 available and userspace is informed about this through uevents. 157 want to load firmware based on uevents issued.
|
| /linux/fs/ |
| H A D | eventpoll.c | 2067 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 D | driver_development_debugging_guide.rst | 214 to listen for kernel uevents, which indicate that the dump is ready. Udev has
|
| /linux/drivers/md/ |
| H A D | dm.c | 2446 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()
|