Searched refs:bus_type (Results 1 – 25 of 54) sorted by relevance
123
/include/asm-generic/ |
D | dma-mapping.h | 5 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
/include/linux/platform_data/media/ |
D | mmp-camera.h | 15 enum v4l2_mbus_type bus_type; member
|
/include/linux/ |
D | container.h | 15 extern struct bus_type container_subsys;
|
D | device.h | 38 struct bus_type; 49 ssize_t (*show)(struct bus_type *bus, char *buf); 50 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count); 60 extern int __must_check bus_create_file(struct bus_type *, 62 extern void bus_remove_file(struct bus_type *, struct bus_attribute *); 122 struct bus_type { struct 157 extern int __must_check bus_register(struct bus_type *bus); argument 159 extern void bus_unregister(struct bus_type *bus); 161 extern int __must_check bus_rescan_devices(struct bus_type *bus); 169 struct bus_type *subsys, [all …]
|
D | pm_clock.h | 89 extern void pm_clk_add_notifier(struct bus_type *bus, 92 static inline void pm_clk_add_notifier(struct bus_type *bus, in pm_clk_add_notifier()
|
D | dma-debug.h | 15 struct bus_type; 19 extern void dma_debug_add_bus(struct bus_type *bus); 74 static inline void dma_debug_add_bus(struct bus_type *bus) in dma_debug_add_bus()
|
D | iommu.h | 42 struct bus_type; 419 extern int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops); 420 extern bool iommu_present(struct bus_type *bus); 421 extern bool iommu_capable(struct bus_type *bus, enum iommu_cap cap); 422 extern struct iommu_domain *iommu_domain_alloc(struct bus_type *bus); 628 static inline bool iommu_present(struct bus_type *bus) in iommu_present() 633 static inline bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) in iommu_capable() 638 static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) in iommu_domain_alloc()
|
D | eisa.h | 68 extern struct bus_type eisa_bus_type;
|
D | moxtet.h | 38 extern struct bus_type moxtet_type;
|
D | tc.h | 123 extern struct bus_type tc_bus_type;
|
D | superhyway.h | 48 extern struct bus_type superhyway_bus_type;
|
D | fsi.h | 71 extern struct bus_type fsi_bus_type;
|
D | maple.h | 8 extern struct bus_type maple_bus_type;
|
D | greybus.h | 107 extern struct bus_type greybus_bus_type;
|
D | zorro.h | 47 extern struct bus_type zorro_bus_type;
|
D | serio.h | 18 extern struct bus_type serio_bus;
|
D | mdev.h | 136 extern struct bus_type mdev_bus_type;
|
/include/media/i2c/ |
D | s5c73m3.h | 49 enum v4l2_mbus_type bus_type; member
|
D | s5k6aa.h | 41 enum v4l2_mbus_type bus_type; member
|
/include/linux/soundwire/ |
D | sdw_type.h | 7 extern 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 | 102 enum v4l2_mbus_type bus_type; member
|
/include/scsi/ |
D | libfcoe.h | 397 ssize_t fcoe_ctlr_create_store(struct bus_type *bus, 399 ssize_t fcoe_ctlr_destroy_store(struct bus_type *bus,
|
/include/net/iucv/ |
D | iucv.h | 83 extern struct bus_type iucv_bus; 492 struct bus_type *bus;
|
/include/linux/soc/qcom/ |
D | apr.h | 11 extern struct bus_type aprbus;
|
123