Home
last modified time | relevance | path

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

12345678910>>...16

/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-fwnode.c131 enum v4l2_mbus_type bus_type) in v4l2_fwnode_endpoint_parse_csi2_bus() argument
145 if (bus_type == V4L2_MBUS_CSI2_DPHY || in v4l2_fwnode_endpoint_parse_csi2_bus()
146 bus_type == V4L2_MBUS_CSI2_CPHY) { in v4l2_fwnode_endpoint_parse_csi2_bus()
225 if (bus_type == V4L2_MBUS_CSI2_DPHY || in v4l2_fwnode_endpoint_parse_csi2_bus()
226 bus_type == V4L2_MBUS_CSI2_CPHY || lanes_used || in v4l2_fwnode_endpoint_parse_csi2_bus()
230 bus_type == V4L2_MBUS_CSI2_DPHY; in v4l2_fwnode_endpoint_parse_csi2_bus()
233 if (bus_type == V4L2_MBUS_UNKNOWN) in v4l2_fwnode_endpoint_parse_csi2_bus()
234 vep->bus_type = V4L2_MBUS_CSI2_DPHY; in v4l2_fwnode_endpoint_parse_csi2_bus()
275 enum v4l2_mbus_type bus_type) in v4l2_fwnode_endpoint_parse_parallel_bus() argument
281 if (bus_type == V4L2_MBUS_PARALLEL || bus_type == V4L2_MBUS_BT656) in v4l2_fwnode_endpoint_parse_parallel_bus()
[all …]
/Linux-v5.4/arch/arm/plat-samsung/include/plat/
Dcpu.h131 extern struct bus_type s3c2410_subsys;
132 extern struct bus_type s3c2410a_subsys;
133 extern struct bus_type s3c2412_subsys;
134 extern struct bus_type s3c2416_subsys;
135 extern struct bus_type s3c2440_subsys;
136 extern struct bus_type s3c2442_subsys;
137 extern struct bus_type s3c2443_subsys;
138 extern struct bus_type s3c6410_subsys;
/Linux-v5.4/drivers/base/
Dbus.c41 static struct bus_type *bus_get(struct bus_type *bus) in bus_get()
50 static void bus_put(struct bus_type *bus) in bus_put()
130 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file()
142 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file()
154 struct bus_type *bus = priv->bus; in bus_release()
184 struct bus_type *bus = bus_get(drv->bus); in unbind_store()
207 struct bus_type *bus = bus_get(drv->bus); in bind_store()
229 static ssize_t drivers_autoprobe_show(struct bus_type *bus, char *buf) in drivers_autoprobe_show()
234 static ssize_t drivers_autoprobe_store(struct bus_type *bus, in drivers_autoprobe_store()
244 static ssize_t drivers_probe_store(struct bus_type *bus, in drivers_probe_store()
[all …]
Ddevcon.c136 extern struct bus_type platform_bus_type;
137 extern struct bus_type pci_bus_type;
138 extern struct bus_type i2c_bus_type;
139 extern struct bus_type spi_bus_type;
141 static struct bus_type *generic_match_buses[] = {
157 struct bus_type *bus; in device_connection_fwnode_match()
173 struct bus_type *bus; in generic_match()
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dbus.h15 enum b43_bus_type bus_type; member
60 return (dev->bus_type == B43_BUS_SSB && in b43_bus_host_is_pcmcia()
70 if (dev->bus_type == B43_BUS_BCMA) in b43_bus_host_is_pci()
74 if (dev->bus_type == B43_BUS_SSB) in b43_bus_host_is_pci()
83 return (dev->bus_type == B43_BUS_SSB && in b43_bus_host_is_sdio()
Dbus.c81 dev->bus_type = B43_BUS_BCMA; in b43_bus_dev_bcma_init()
186 dev->bus_type = B43_BUS_SSB; in b43_bus_dev_ssb_init()
225 switch (dev->bus_type) { in b43_bus_get_wldev()
240 switch (dev->bus_type) { in b43_bus_set_wldev()
/Linux-v5.4/Documentation/driver-api/driver-model/
Dbus.rst7 See the kerneldoc for the struct bus_type.
9 int bus_register(struct bus_type * bus);
19 struct bus_type pci_bus_type = {
26 extern struct bus_type pci_bus_type;
72 int bus_for_each_dev(struct bus_type * bus, struct device * start,
76 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
128 ssize_t (*show)(struct bus_type *, char * buf);
129 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
145 int bus_create_file(struct bus_type *, struct bus_attribute *);
146 void bus_remove_file(struct bus_type *, struct bus_attribute *);
/Linux-v5.4/include/linux/
Ddevice.h38 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 *);
115 struct bus_type { struct
149 extern int __must_check bus_register(struct bus_type *bus); argument
151 extern void bus_unregister(struct bus_type *bus);
153 extern int __must_check bus_rescan_devices(struct bus_type *bus);
161 struct bus_type *subsys,
[all …]
Ddma-debug.h15 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()
Dpm_clock.h89 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()
Diommu.h42 struct bus_type;
410 extern int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops);
411 extern bool iommu_present(struct bus_type *bus);
412 extern bool iommu_capable(struct bus_type *bus, enum iommu_cap cap);
413 extern struct iommu_domain *iommu_domain_alloc(struct bus_type *bus);
619 static inline bool iommu_present(struct bus_type *bus) in iommu_present()
624 static inline bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) in iommu_capable()
629 static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) in iommu_domain_alloc()
/Linux-v5.4/tools/usb/usbip/src/
Dusbip_unbind.c32 char bus_type[] = "usb"; in unbind_device() local
63 SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME, in unbind_device()
81 SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME, in unbind_device()
/Linux-v5.4/drivers/gpu/host1x/
Dbus.h10 struct bus_type;
13 extern struct bus_type host1x_bus_type;
/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c116 static struct bus_type ap_bus_type;
699 static struct bus_type ap_bus_type = {
1024 static ssize_t ap_domain_show(struct bus_type *bus, char *buf) in ap_domain_show()
1029 static ssize_t ap_domain_store(struct bus_type *bus, in ap_domain_store()
1049 static ssize_t ap_control_domain_mask_show(struct bus_type *bus, char *buf) in ap_control_domain_mask_show()
1064 static ssize_t ap_usage_domain_mask_show(struct bus_type *bus, char *buf) in ap_usage_domain_mask_show()
1079 static ssize_t ap_adapter_mask_show(struct bus_type *bus, char *buf) in ap_adapter_mask_show()
1094 static ssize_t ap_interrupts_show(struct bus_type *bus, char *buf) in ap_interrupts_show()
1102 static ssize_t config_time_show(struct bus_type *bus, char *buf) in config_time_show()
1107 static ssize_t config_time_store(struct bus_type *bus, in config_time_store()
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
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, in brcmf_of_probe() argument
Dof.c15 void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, in brcmf_of_probe() argument
33 if (!np || bus_type != BRCMF_BUSTYPE_SDIO || in brcmf_of_probe()
Dcommon.c396 enum brcmf_bus_type bus_type, in brcmf_get_module_param() argument
404 brcmf_dbg(INFO, "Enter, bus=%d, chip=%d, rev=%d\n", bus_type, chip, in brcmf_get_module_param()
420 if (bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()
428 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param()
435 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()
447 brcmf_of_probe(dev, bus_type, settings); in brcmf_get_module_param()
/Linux-v5.4/arch/sparc/include/asm/
Ddma-mapping.h9 extern struct bus_type pci_bus_type;
11 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v5.4/arch/powerpc/platforms/ps3/
Drepository.c166 enum ps3_bus_type *bus_type) in ps3_repository_read_bus_type() argument
176 *bus_type = v1; in ps3_repository_read_bus_type()
307 __func__, __LINE__, tmp.bus_type, tmp.bus_index, tmp.bus_id, in ps3_repository_find_device()
368 result = ps3_repository_read_bus_type(tmp.bus_index, &tmp.bus_type); in ps3_repository_find_device_by_id()
410 __func__, __LINE__, tmp.bus_type, tmp.dev_type, tmp.bus_index, in ps3_repository_find_device_by_id()
416 int ps3_repository_find_devices(enum ps3_bus_type bus_type, in ps3_repository_find_devices() argument
422 pr_devel(" -> %s:%d: find bus_type %u\n", __func__, __LINE__, bus_type); in ps3_repository_find_devices()
424 repo.bus_type = bus_type; in ps3_repository_find_devices()
425 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index); in ps3_repository_find_devices()
458 int ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from, in ps3_repository_find_bus() argument
[all …]
Dplatform.h85 enum ps3_bus_type *bus_type);
128 enum ps3_bus_type bus_type; member
137 int ps3_repository_find_devices(enum ps3_bus_type bus_type,
139 int ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from,
/Linux-v5.4/drivers/usb/typec/
Dbus.h9 struct bus_type;
31 extern struct bus_type typec_bus;
/Linux-v5.4/arch/arm/mach-s3c24xx/
Ds3c2410.c78 struct bus_type s3c2410_subsys = {
86 struct bus_type s3c2410a_subsys = {
Ds3c244x.c75 struct bus_type s3c2440_subsys = {
80 struct bus_type s3c2442_subsys = {
/Linux-v5.4/sound/soc/rockchip/
Drk3399_gru_sound.c399 struct bus_type *bus_type; member
417 .bus_type = &i2c_bus_type,
421 .bus_type = &spi_bus_type,
435 if (dailink_match[i].bus_type) { in rockchip_sound_codec_node_match()
436 dev = bus_find_device_by_of_node(dailink_match[i].bus_type, in rockchip_sound_codec_node_match()
/Linux-v5.4/drivers/edac/
Dedac_module.c70 static struct bus_type edac_subsys = {
93 struct bus_type *edac_get_sysfs_subsys(void) in edac_get_sysfs_subsys()

12345678910>>...16