Searched defs:bus_type (Results  1 – 14 of 14) sorted by relevance
| /external/mesa3d/src/drm-shim/ | 
| D | drm_shim.h | 58    int bus_type;  member
 | 
| D | drm_shim.c | 482       int bus_type;  in readlink()  member
 | 
| /external/libchrome/dbus/ | 
| D | bus.h | 191     BusType bus_type;  // SESSION by default.  member
 | 
| /external/dtc/ | 
| D | dtc.h | 202 struct bus_type {  struct203 	const char *name;
 
 | 
| /external/kernel-headers/original/uapi/linux/ | 
| D | i2o-dev.h | 182 	__u32 bus_type:8;  member
 | 
| /external/crosvm/devices/src/pci/ | 
| D | pci_device.rs | 633                 let bus_type = if bar.is_memory() {  in get_ranges()  localVariable
 | 
| /external/libdrm/ | 
| D | xf86drm.c | 3526         int bus_type;  in get_subsystem_type()  member
 | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 6890 struct bus_type {  struct6891 	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 …]
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 6629 struct bus_type {  struct6630 	const char *name;
 6631 	const char *dev_name;
 6632 	struct device *dev_root;
 6633 	const struct attribute_group **bus_groups;
 6634 	const struct attribute_group **dev_groups;
 6635 	const struct attribute_group **drv_groups;
 6636 	int (*match)(struct device *, struct device_driver *);
 6637 	int (*uevent)(struct device *, struct kobj_uevent_env *);
 6638 	int (*probe)(struct device *);
 [all …]
 
 | 
| D | vmlinux.h | 6629 struct bus_type {  struct6630 	const char *name;
 6631 	const char *dev_name;
 6632 	struct device *dev_root;
 6633 	const struct attribute_group **bus_groups;
 6634 	const struct attribute_group **dev_groups;
 6635 	const struct attribute_group **drv_groups;
 6636 	int (*match)(struct device *, struct device_driver *);
 6637 	int (*uevent)(struct device *, struct kobj_uevent_env *);
 6638 	int (*probe)(struct device *);
 [all …]
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 5706 struct bus_type {  struct5707 	const char *name;
 5708 	const char *dev_name;
 5709 	struct device *dev_root;
 5710 	const struct attribute_group **bus_groups;
 5711 	const struct attribute_group **dev_groups;
 5712 	const struct attribute_group **drv_groups;
 5713 	int (*match)(struct device *, struct device_driver *);
 5714 	int (*uevent)(struct device *, struct kobj_uevent_env *);
 5715 	int (*probe)(struct device *);
 [all …]
 
 | 
| D | vmlinux_510.h | 5706 struct bus_type {  struct5707 	const char *name;
 5708 	const char *dev_name;
 5709 	struct device *dev_root;
 5710 	const struct attribute_group **bus_groups;
 5711 	const struct attribute_group **dev_groups;
 5712 	const struct attribute_group **drv_groups;
 5713 	int (*match)(struct device *, struct device_driver *);
 5714 	int (*uevent)(struct device *, struct kobj_uevent_env *);
 5715 	int (*probe)(struct device *);
 [all …]
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 6393 struct bus_type {  struct6394 	const char *name;
 6395 	const char *dev_name;
 6396 	struct device *dev_root;
 6397 	const struct attribute_group **bus_groups;
 6398 	const struct attribute_group **dev_groups;
 6399 	const struct attribute_group **drv_groups;
 6400 	int (*match)(struct device *, struct device_driver *);
 6401 	int (*uevent)(struct device *, struct kobj_uevent_env *);
 6402 	int (*probe)(struct device *);
 [all …]
 
 | 
| D | vmlinux.h | 6393 struct bus_type {  struct6394 	const char *name;
 6395 	const char *dev_name;
 6396 	struct device *dev_root;
 6397 	const struct attribute_group **bus_groups;
 6398 	const struct attribute_group **dev_groups;
 6399 	const struct attribute_group **drv_groups;
 6400 	int (*match)(struct device *, struct device_driver *);
 6401 	int (*uevent)(struct device *, struct kobj_uevent_env *);
 6402 	int (*probe)(struct device *);
 [all …]
 
 |