Home
last modified time | relevance | path

Searched refs:bus_type (Results 1 – 25 of 48) sorted by relevance

12

/include/linux/device/
Dbus.h78 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 …]
Ddriver.h98 const struct bus_type *bus;
133 struct device_driver *driver_find(const char *name, const struct bus_type *bus);
/include/linux/
Dhost1x_context_bus.h12 extern struct bus_type host1x_context_device_bus_type;
Dcontainer.h15 extern const struct bus_type container_subsys;
Dpm_clock.h94 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()
Dhid_bpf.h78 const struct bus_type *bus_type; member
Deisa.h68 extern struct bus_type eisa_bus_type;
Dgreybus.h107 extern const struct bus_type greybus_bus_type;
Dtc.h123 extern const struct bus_type tc_bus_type;
Dfsi.h71 extern struct bus_type fsi_bus_type;
Dtee_drv.h276 extern const struct bus_type tee_bus_type;
Dserio.h20 extern const struct bus_type serio_bus;
Dslimbus.h13 extern const struct bus_type slimbus_bus;
Dedac.h33 const struct bus_type *edac_get_sysfs_subsys(void);
498 const struct bus_type *bus;
Diommu.h37 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()
Ddevice.h66 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/
Dmmp-camera.h15 enum v4l2_mbus_type bus_type; member
/include/linux/soundwire/
Dsdw_type.h7 extern const struct bus_type sdw_bus_type;
/include/linux/platform_data/
Dbrcmfmac.h152 enum brcmf_bus_type bus_type; member
/include/media/
Dv4l2-fwnode.h44 enum v4l2_mbus_type bus_type; member
Dipu-bridge.h101 char bus_type[9]; member
/include/net/iucv/
Diucv.h84 extern const struct bus_type iucv_bus;
498 const struct bus_type *bus;
/include/linux/amba/
Dbus.h113 extern const struct bus_type amba_bustype;
/include/linux/soc/qcom/
Dapr.h12 extern const struct bus_type aprbus;
/include/linux/cdx/
Dcdx_bus.h237 extern struct bus_type cdx_bus_type;

12