Searched refs:udev_hwdb (Results 1 – 4 of 4) sorted by relevance
23 struct udev_hwdb { struct37 _public_ struct udev_hwdb *udev_hwdb_new(struct udev *udev) { in udev_hwdb_new() argument40 struct udev_hwdb *hwdb; in udev_hwdb_new()51 hwdb = new(struct udev_hwdb, 1); in udev_hwdb_new()55 *hwdb = (struct udev_hwdb) { in udev_hwdb_new()64 static struct udev_hwdb *udev_hwdb_free(struct udev_hwdb *hwdb) { in udev_hwdb_free()90 DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC(struct udev_hwdb, udev_hwdb, udev_hwdb_free);105 _public_ struct udev_list_entry *udev_hwdb_get_properties_list_entry(struct udev_hwdb *hwdb, const … in udev_hwdb_get_properties_list_entry()
174 struct udev_hwdb;175 struct udev_hwdb *udev_hwdb_new(struct udev *udev);176 struct udev_hwdb *udev_hwdb_ref(struct udev_hwdb *hwdb);177 struct udev_hwdb *udev_hwdb_unref(struct udev_hwdb *hwdb);178 struct udev_list_entry *udev_hwdb_get_properties_list_entry(struct udev_hwdb *hwdb, const char *mod…
13 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_hwdb*, udev_hwdb_unref);
332 struct udev_hwdb *hwdb; in test_hwdb()