Searched refs:bus_type (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/host1x/
H A Dbus.h10 struct bus_type;
13 extern const struct bus_type host1x_bus_type;
H A Dcontext.h16 extern struct bus_type host1x_context_device_bus_type;
H A Dcontext_bus.c9 struct bus_type host1x_context_device_bus_type = {
/linux-master/include/linux/
H A Dhost1x_context_bus.h12 extern struct bus_type host1x_context_device_bus_type;
H A Dcontainer.h15 extern const struct bus_type container_subsys;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.h6 void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,
9 static void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, argument
H A Dcommon.h67 enum brcmf_bus_type bus_type,
83 void brcmf_acpi_probe(struct device *dev, enum brcmf_bus_type bus_type,
87 enum brcmf_bus_type bus_type,
86 brcmf_acpi_probe(struct device *dev, enum brcmf_bus_type bus_type, struct brcmf_mp_device *settings) argument
/linux-master/drivers/zorro/
H A Dzorro.h7 extern const struct bus_type zorro_bus_type;
/linux-master/include/linux/device/
H A Dbus.h25 * struct bus_type - The bus type of the device
73 * A bus is represented by the bus_type structure. It contains the name, the
77 struct bus_type { struct
107 int __must_check bus_register(const struct bus_type *bus);
109 void bus_unregister(const struct bus_type *bus);
111 int __must_check bus_rescan_devices(const struct bus_type *bus);
115 ssize_t (*show)(const struct bus_type *bus, char *buf);
116 ssize_t (*store)(const struct bus_type *bus, const char *buf, size_t count);
126 int __must_check bus_create_file(const struct bus_type *bus, struct bus_attribute *attr);
127 void bus_remove_file(const struct bus_type *bu
[all...]
/linux-master/include/linux/platform_data/media/
H A Dmmp-camera.h15 enum v4l2_mbus_type bus_type; member in struct:mmp_camera_platform_data
/linux-master/drivers/iommu/
H A Diommu-priv.h25 const struct bus_type *bus,
28 const struct bus_type *bus,
/linux-master/drivers/usb/typec/
H A Dbus.h8 struct bus_type;
31 extern const struct bus_type typec_bus;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dbus.h15 enum b43_bus_type bus_type; member in struct:b43_bus_dev
60 return (dev->bus_type == B43_BUS_SSB &&
70 if (dev->bus_type == B43_BUS_BCMA)
74 if (dev->bus_type == B43_BUS_SSB)
83 return (dev->bus_type == B43_BUS_SSB &&
/linux-master/drivers/base/
H A Dcontainer.c27 const struct bus_type container_subsys = {
H A Dbus.c47 * bus_to_subsys - Turn a struct bus_type into a struct subsys_private
49 * @bus: pointer to the struct bus_type to look up
52 * the external struct bus_type pointer. This function walks the list of
60 static struct subsys_private *bus_to_subsys(const struct bus_type *bus)
87 static const struct bus_type *bus_get(const struct bus_type *bus)
96 static void bus_put(const struct bus_type *bus)
179 int bus_create_file(const struct bus_type *bus, struct bus_attribute *attr)
194 void bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr)
236 const struct bus_type *bu
[all...]
/linux-master/drivers/vfio/mdev/
H A Dmdev_private.h16 extern const struct bus_type mdev_bus_type;
/linux-master/arch/powerpc/include/asm/
H A Dibmebus.h51 extern const struct bus_type ibmebus_bus_type;
/linux-master/drivers/i3c/
H A Dinternals.h13 extern const struct bus_type i3c_bus_type;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c126 enum v4l2_mbus_type bus_type)
140 if (bus_type == V4L2_MBUS_CSI2_DPHY ||
141 bus_type == V4L2_MBUS_CSI2_CPHY) {
218 if (bus_type == V4L2_MBUS_CSI2_DPHY ||
219 bus_type == V4L2_MBUS_CSI2_CPHY ||
223 bus_type == V4L2_MBUS_CSI2_DPHY;
226 if (bus_type == V4L2_MBUS_UNKNOWN)
227 vep->bus_type = V4L2_MBUS_CSI2_DPHY;
268 enum v4l2_mbus_type bus_type)
274 if (bus_type
124 v4l2_fwnode_endpoint_parse_csi2_bus(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep, enum v4l2_mbus_type bus_type) argument
266 v4l2_fwnode_endpoint_parse_parallel_bus(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep, enum v4l2_mbus_type bus_type) argument
387 v4l2_fwnode_endpoint_parse_csi1_bus(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep, enum v4l2_mbus_type bus_type) argument
423 u32 bus_type = V4L2_FWNODE_BUS_TYPE_GUESS; local
[all...]
/linux-master/tools/usb/usbip/src/
H A Dusbip_unbind.c32 char bus_type[] = "usb"; local
63 SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME,
81 SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.h17 struct bus_type;
69 void intel_huc_register_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus);
70 void intel_huc_unregister_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus);
/linux-master/arch/arm/include/asm/
H A Ddma-iommu.h27 arm_iommu_create_mapping(const struct bus_type *bus, dma_addr_t base, u64 size);
/linux-master/include/linux/platform_data/
H A Dbrcmfmac.h132 * struct brcmfmac_pd_device - Device specific platform data. (id/rev/bus_type)
140 * @bus_type: The type of bus. Some chipid/rev exist for different bus
152 enum brcmf_bus_type bus_type; member in struct:brcmfmac_pd_device
/linux-master/include/linux/soundwire/
H A Dsdw_type.h7 extern const struct bus_type sdw_bus_type;
/linux-master/drivers/edac/
H A Dedac_module.c70 static const struct bus_type edac_subsys = {
93 const struct bus_type *edac_get_sysfs_subsys(void)

Completed in 265 milliseconds

1234567891011>>