Searched refs:bus_type (Results 1 – 25 of 49) sorted by relevance
12
| /include/linux/device/ |
| A D | bus.h | 78 struct bus_type { struct 110 int __must_check bus_register(const struct bus_type *bus); argument 112 void bus_unregister(const struct bus_type *bus); 114 int __must_check bus_rescan_devices(const struct bus_type *bus); 118 ssize_t (*show)(const struct bus_type *bus, char *buf); 149 int bus_for_each_dev(const struct bus_type *bus, struct device *start, 210 bus_find_next_device(const struct bus_type *bus,struct device *cur) in bus_find_next_device() 231 bus_find_device_by_acpi_dev(const struct bus_type *bus, const void *adev) in bus_find_device_by_acpi_dev() 239 void bus_sort_breadthfirst(const struct bus_type *bus, 283 struct kset *bus_get_kset(const struct bus_type *bus); [all …]
|
| A D | driver.h | 98 const struct bus_type *bus; 128 struct device_driver *driver_find(const char *name, const struct bus_type *bus);
|
| /include/linux/ |
| A D | host1x_context_bus.h | 12 extern const struct bus_type host1x_context_device_bus_type;
|
| A D | container.h | 15 extern const struct bus_type container_subsys;
|
| A D | pm_clock.h | 89 extern void pm_clk_add_notifier(const struct bus_type *bus, 92 static inline void pm_clk_add_notifier(const struct bus_type *bus, in pm_clk_add_notifier()
|
| A D | hid_bpf.h | 78 const struct bus_type *bus_type; member
|
| A D | eisa.h | 71 extern struct bus_type eisa_bus_type;
|
| A D | greybus.h | 107 extern const struct bus_type greybus_bus_type;
|
| A D | tc.h | 123 extern const struct bus_type tc_bus_type;
|
| A D | fsi.h | 71 extern const struct bus_type fsi_bus_type;
|
| A D | tee_drv.h | 276 extern const struct bus_type tee_bus_type;
|
| A D | serio.h | 19 extern const struct bus_type serio_bus;
|
| A D | slimbus.h | 13 extern const struct bus_type slimbus_bus;
|
| A D | device.h | 65 const struct bus_type *subsys; 74 int subsys_system_register(const struct bus_type *subsys, 76 int subsys_virtual_register(const struct bus_type *subsys, 591 const struct bus_type *bus; /* type of bus device is on */
|
| A D | dio.h | 71 extern const struct bus_type dio_bus_type;
|
| A D | cpu.h | 142 extern const struct bus_type cpu_subsys;
|
| /include/linux/platform_data/media/ |
| A D | mmp-camera.h | 15 enum v4l2_mbus_type bus_type; member
|
| /include/linux/soundwire/ |
| A D | sdw_type.h | 7 extern const struct bus_type sdw_bus_type;
|
| /include/linux/platform_data/ |
| A D | brcmfmac.h | 152 enum brcmf_bus_type bus_type; member
|
| /include/media/ |
| A D | v4l2-fwnode.h | 44 enum v4l2_mbus_type bus_type; member
|
| A D | ipu-bridge.h | 101 char bus_type[9]; member
|
| /include/net/iucv/ |
| A D | iucv.h | 84 extern const struct bus_type iucv_bus; 498 const struct bus_type *bus;
|
| /include/linux/amba/ |
| A D | bus.h | 108 extern const struct bus_type amba_bustype;
|
| /include/linux/soc/qcom/ |
| A D | apr.h | 12 extern const struct bus_type aprbus;
|
| /include/linux/cdx/ |
| A D | cdx_bus.h | 237 extern struct bus_type cdx_bus_type;
|
Completed in 39 milliseconds
12