Searched refs:udev_device_add_property (Results 1 – 4 of 4) sorted by relevance
/third_party/eudev/src/udev/ |
D | udev-builtin.c | 126 udev_device_add_property(dev, key, val); in udev_builtin_add_property()
|
D | udev-rules.c | 621 udev_device_add_property(dev, key, val); in import_property_from_string() 682 udev_device_add_property(dev, key, val); in import_parent_into_properties() 2221 udev_device_add_property(event->dev, key, value); in udev_rules_apply_to_event() 2245 … udev_device_add_property(event->dev, key, "1"); in udev_rules_apply_to_event() 2255 … udev_device_add_property(event->dev, key, value); in udev_rules_apply_to_event() 2432 udev_device_add_property(event->dev, name, NULL); in udev_rules_apply_to_event() 2447 udev_device_add_property(event->dev, name, value_new); in udev_rules_apply_to_event()
|
/third_party/eudev/src/libudev/ |
D | libudev-private.h | 50 int udev_device_add_property(struct udev_device *udev_device, const char *key, const char *value);
|
D | libudev-device.c | 383 int udev_device_add_property(struct udev_device *udev_device, const char *key, const char *value) in udev_device_add_property() function 2099 udev_device_add_property(dst, key, value); in udev_device_copy_properties()
|