Home
last modified time | relevance | path

Searched defs:bus_type (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/drm-shim/
Ddrm_shim.h65 int bus_type; member
Ddrm_shim.c613 int bus_type; in readlink() member
/third_party/libdrm/
Dxf86drm.c3527 int bus_type; in get_subsystem_type() member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h6890 struct bus_type { struct
6891 const char *name;
6892 const char *dev_name;
6893 struct device *dev_root;
6894 const struct attribute_group **bus_groups;
6895 const struct attribute_group **dev_groups;
6896 const struct attribute_group **drv_groups;
6897 int (*match)(struct device *, struct device_driver *);
6898 int (*uevent)(struct device *, struct kobj_uevent_env *);
6899 int (*probe)(struct device *);
[all …]