Searched refs:bus_type (Results 1 – 25 of 34) sorted by relevance
12
/include/linux/ |
D | iommu.h | 29 struct bus_type; 81 extern int bus_set_iommu(struct bus_type *bus, struct iommu_ops *ops); 82 extern bool iommu_present(struct bus_type *bus); 83 extern struct iommu_domain *iommu_domain_alloc(struct bus_type *bus); 144 static inline bool iommu_present(struct bus_type *bus) in iommu_present() 149 static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) in iommu_domain_alloc()
|
D | device.h | 35 struct bus_type; 41 ssize_t (*show)(struct bus_type *bus, char *buf); 42 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count); 48 extern int __must_check bus_create_file(struct bus_type *, 50 extern void bus_remove_file(struct bus_type *, struct bus_attribute *); 89 struct bus_type { struct 120 extern int __must_check __bus_register(struct bus_type *bus, argument 122 extern void bus_unregister(struct bus_type *bus); 124 extern int __must_check bus_rescan_devices(struct bus_type *bus); 132 struct bus_type *subsys, [all …]
|
D | pm_clock.h | 62 extern void pm_clk_add_notifier(struct bus_type *bus, 65 static inline void pm_clk_add_notifier(struct bus_type *bus, in pm_clk_add_notifier()
|
D | dma-debug.h | 27 struct bus_type; 31 extern void dma_debug_add_bus(struct bus_type *bus); 88 static inline void dma_debug_add_bus(struct bus_type *bus) in dma_debug_add_bus()
|
D | eisa.h | 67 extern struct bus_type eisa_bus_type;
|
D | tc.h | 122 extern struct bus_type tc_bus_type;
|
D | edac.h | 30 extern struct bus_type edac_subsys; 34 extern struct bus_type *edac_get_sysfs_subsys(void);
|
D | superhyway.h | 48 extern struct bus_type superhyway_bus_type;
|
D | maple.h | 7 extern struct bus_type maple_bus_type;
|
D | mca.h | 126 extern struct bus_type mca_bus_type;
|
D | vlynq.h | 100 extern struct bus_type vlynq_bus_type;
|
D | cpu.h | 173 extern struct bus_type cpu_subsys;
|
D | zorro.h | 144 extern struct bus_type zorro_bus_type;
|
D | dio.h | 70 extern struct bus_type dio_bus_type;
|
D | platform_device.h | 42 extern struct bus_type platform_bus_type;
|
D | i2o-dev.h | 181 __u32 bus_type:8; member
|
D | rio.h | 80 extern struct bus_type rio_bus_type;
|
D | phy.h | 536 extern struct bus_type mdio_bus_type;
|
/include/media/ |
D | s5k6aa.h | 45 enum v4l2_mbus_type bus_type; member
|
D | s5p_fimc.h | 40 enum cam_bus_type bus_type; member
|
/include/linux/uwb/ |
D | umc.h | 100 extern struct bus_type umc_bus_type;
|
/include/net/iucv/ |
D | iucv.h | 82 extern struct bus_type iucv_bus; 491 struct bus_type *bus;
|
/include/linux/amba/ |
D | bus.h | 53 extern struct bus_type amba_bustype;
|
/include/acpi/ |
D | acpi_bus.h | 288 extern struct bus_type acpi_bus_type; 353 struct bus_type *bus;
|
/include/linux/usb/ |
D | serial.h | 359 extern struct bus_type usb_serial_bus_type;
|
12