Searched refs:bus_type (Results 1 – 25 of 48) sorted by relevance
12
| /include/linux/device/ |
| D | bus.h | 78 struct bus_type { struct 113 int __must_check bus_register(const struct bus_type *bus); argument 115 void bus_unregister(const struct bus_type *bus); 117 int __must_check bus_rescan_devices(const struct bus_type *bus); 121 ssize_t (*show)(const struct bus_type *bus, char *buf); 122 ssize_t (*store)(const struct bus_type *bus, const char *buf, size_t count); 132 int __must_check bus_create_file(const struct bus_type *bus, struct bus_attribute *attr); 133 void bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr); 148 int bus_for_each_dev(const struct bus_type *bus, struct device *start, void *data, 150 struct device *bus_find_device(const struct bus_type *bus, struct device *start, [all …]
|
| D | driver.h | 98 const struct bus_type *bus; 133 struct device_driver *driver_find(const char *name, const struct bus_type *bus);
|
| /include/linux/ |
| D | host1x_context_bus.h | 12 extern struct bus_type host1x_context_device_bus_type;
|
| D | container.h | 15 extern const struct bus_type container_subsys;
|
| D | pm_clock.h | 94 extern void pm_clk_add_notifier(const struct bus_type *bus, 97 static inline void pm_clk_add_notifier(const struct bus_type *bus, in pm_clk_add_notifier()
|
| D | hid_bpf.h | 78 const struct bus_type *bus_type; member
|
| D | eisa.h | 68 extern struct bus_type eisa_bus_type;
|
| D | greybus.h | 107 extern const struct bus_type greybus_bus_type;
|
| D | tc.h | 123 extern const struct bus_type tc_bus_type;
|
| D | fsi.h | 71 extern struct bus_type fsi_bus_type;
|
| D | tee_drv.h | 276 extern const struct bus_type tee_bus_type;
|
| D | serio.h | 20 extern const struct bus_type serio_bus;
|
| D | slimbus.h | 13 extern const struct bus_type slimbus_bus;
|
| D | edac.h | 33 const struct bus_type *edac_get_sysfs_subsys(void); 498 const struct bus_type *bus;
|
| D | iommu.h | 37 struct bus_type; 817 extern int bus_iommu_probe(const struct bus_type *bus); 818 extern bool iommu_present(const struct bus_type *bus); 821 extern struct iommu_domain *iommu_domain_alloc(const struct bus_type *bus); 1120 static inline bool iommu_present(const struct bus_type *bus) in iommu_present() 1130 static inline struct iommu_domain *iommu_domain_alloc(const struct bus_type *bus) in iommu_domain_alloc()
|
| D | device.h | 66 const struct bus_type *subsys; 75 int subsys_system_register(const struct bus_type *subsys, 77 int subsys_virtual_register(const struct bus_type *subsys, 614 const struct bus_type *bus; /* type of bus device is on */
|
| /include/linux/platform_data/media/ |
| D | mmp-camera.h | 15 enum v4l2_mbus_type bus_type; member
|
| /include/linux/soundwire/ |
| D | sdw_type.h | 7 extern const struct bus_type sdw_bus_type;
|
| /include/linux/platform_data/ |
| D | brcmfmac.h | 152 enum brcmf_bus_type bus_type; member
|
| /include/media/ |
| D | v4l2-fwnode.h | 44 enum v4l2_mbus_type bus_type; member
|
| D | ipu-bridge.h | 101 char bus_type[9]; member
|
| /include/net/iucv/ |
| D | iucv.h | 84 extern const struct bus_type iucv_bus; 498 const struct bus_type *bus;
|
| /include/linux/amba/ |
| D | bus.h | 113 extern const struct bus_type amba_bustype;
|
| /include/linux/soc/qcom/ |
| D | apr.h | 12 extern const struct bus_type aprbus;
|
| /include/linux/cdx/ |
| D | cdx_bus.h | 237 extern struct bus_type cdx_bus_type;
|
12