Home
last modified time | relevance | path

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

12345678910>>...19

/linux/include/linux/device/
A Dbus.h77 struct bus_type { struct
107 int __must_check bus_register(const struct bus_type *bus); argument
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);
203 bus_find_next_device(const struct bus_type *bus,struct device *cur) in bus_find_next_device()
224 bus_find_device_by_acpi_dev(const struct bus_type *bus, const void *adev) in bus_find_device_by_acpi_dev()
232 void bus_sort_breadthfirst(const struct bus_type *bus,
276 struct kset *bus_get_kset(const struct bus_type *bus);
[all …]
/linux/drivers/media/v4l2-core/
A Dv4l2-fwnode.c274 if (bus_type == V4L2_MBUS_PARALLEL || bus_type == V4L2_MBUS_BT656) in v4l2_fwnode_endpoint_parse_parallel_bus()
367 switch (bus_type) { in v4l2_fwnode_endpoint_parse_parallel_bus()
414 if (bus_type == V4L2_MBUS_CCP2) in v4l2_fwnode_endpoint_parse_csi1_bus()
415 vep->bus_type = V4L2_MBUS_CCP2; in v4l2_fwnode_endpoint_parse_csi1_bus()
431 v4l2_fwnode_bus_type_to_string(bus_type), bus_type, in __v4l2_fwnode_endpoint_parse()
433 vep->bus_type); in __v4l2_fwnode_endpoint_parse()
448 vep->bus_type = mbus_type; in __v4l2_fwnode_endpoint_parse()
451 switch (vep->bus_type) { in __v4l2_fwnode_endpoint_parse()
464 vep->bus_type); in __v4l2_fwnode_endpoint_parse()
475 vep->bus_type); in __v4l2_fwnode_endpoint_parse()
[all …]
/linux/drivers/base/
A Dbus.c87 static const struct bus_type *bus_get(const struct bus_type *bus) in bus_get()
96 static void bus_put(const struct bus_type *bus) in bus_put()
238 const struct bus_type *bus = bus_get(drv->bus); in unbind_store()
261 const struct bus_type *bus = bus_get(drv->bus); in bind_store()
609 static int add_probe_files(const struct bus_type *bus) in add_probe_files()
781 int bus_rescan_devices(const struct bus_type *bus) in bus_rescan_devices()
853 int bus_register(const struct bus_type *bus) in bus_register()
940 void bus_unregister(const struct bus_type *bus) in bus_unregister()
1002 struct kset *bus_get_kset(const struct bus_type *bus) in bus_get_kset()
1044 void bus_sort_breadthfirst(const struct bus_type *bus, in bus_sort_breadthfirst()
[all …]
/linux/drivers/net/wireless/broadcom/b43/
A 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()
A 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/Documentation/driver-api/driver-model/
A 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)(const struct bus_type *, char * buf);
129 ssize_t (*store)(const 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 *);
A Dporting.rst39 - Define a struct bus_type for the bus driver::
41 struct bus_type pci_bus_type = {
72 extern struct bus_type pci_bus_type;
150 belongs to. This should be set to the bus_type that was declared
340 Instead, a bus may supply a method in struct bus_type that does the
392 struct bus_type::
407 struct bus_type contains a list of all devices registered with the bus
414 int bus_for_each_dev(struct bus_type * bus, struct device * start,
420 struct bus_type also contains a list of all drivers registered with
426 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
[all …]
/linux/drivers/platform/x86/
A Dserial-multi-instantiate.c39 enum smi_bus_type bus_type; member
263 switch (node->bus_type) { in smi_probe()
312 .bus_type = SMI_I2C,
323 .bus_type = SMI_I2C,
334 .bus_type = SMI_I2C,
345 .bus_type = SMI_AUTO_DETECT,
358 .bus_type = SMI_AUTO_DETECT,
371 .bus_type = SMI_AUTO_DETECT,
384 .bus_type = SMI_AUTO_DETECT,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
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, in brcmf_acpi_probe() argument
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, in brcmf_of_probe() argument
A Dcommon.c513 enum brcmf_bus_type bus_type, in brcmf_get_module_param() argument
521 brcmf_dbg(INFO, "Enter, bus=%d, chip=%d, rev=%d\n", bus_type, chip, in brcmf_get_module_param()
537 if (bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()
545 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param()
552 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()
564 brcmf_of_probe(dev, bus_type, settings); in brcmf_get_module_param()
565 brcmf_acpi_probe(dev, bus_type, settings); in brcmf_get_module_param()
/linux/tools/usb/usbip/src/
A 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/drivers/gpu/drm/i915/gt/uc/
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/drivers/gpu/host1x/
A Dbus.h10 struct bus_type;
13 extern const struct bus_type host1x_bus_type;
/linux/drivers/s390/crypto/
A Dap_bus.c144 static const struct bus_type ap_bus_type;
1201 static ssize_t ap_domain_show(const struct bus_type *bus, char *buf) in ap_domain_show()
1206 static ssize_t ap_domain_store(const struct bus_type *bus, in ap_domain_store()
1282 static ssize_t config_time_store(const struct bus_type *bus, in config_time_store()
1301 static ssize_t poll_thread_store(const struct bus_type *bus, in poll_thread_store()
1370 static ssize_t apmask_show(const struct bus_type *bus, char *buf) in apmask_show()
1462 static ssize_t aqmask_show(const struct bus_type *bus, char *buf) in aqmask_show()
1554 static ssize_t scans_show(const struct bus_type *bus, char *buf) in scans_show()
1571 static ssize_t bindings_show(const struct bus_type *bus, char *buf) in bindings_show()
1587 static ssize_t features_show(const struct bus_type *bus, char *buf) in features_show()
[all …]
/linux/drivers/usb/typec/
A Dbus.h8 struct bus_type;
31 extern const struct bus_type typec_bus;
/linux/arch/powerpc/platforms/ps3/
A 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 __init ps3_repository_find_devices(enum ps3_bus_type bus_type, in ps3_repository_find_devices() argument
424 repo.bus_type = bus_type; in ps3_repository_find_devices()
473 if (type == bus_type) { in ps3_repository_find_bus()
1318 if (repo->bus_type == PS3_BUS_TYPE_STORAGE) in dump_device_info()
1339 &repo.bus_type); in ps3_repository_dump_bus_info()
[all …]
A Dplatform.h85 enum ps3_bus_type *bus_type);
128 enum ps3_bus_type bus_type; member
137 int __init ps3_repository_find_devices(enum ps3_bus_type bus_type,
139 int __init ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from,
/linux/drivers/iommu/
A Diommu-priv.h32 const struct bus_type *bus,
35 const struct bus_type *bus,
/linux/drivers/edac/
A Dedac_module.c70 static const struct bus_type edac_subsys = {
93 const struct bus_type *edac_get_sysfs_subsys(void) in edac_get_sysfs_subsys()
/linux/sound/soc/rockchip/
A Drk3399_gru_sound.c449 const struct bus_type *bus_type; member
467 .bus_type = &i2c_bus_type,
471 .bus_type = &spi_bus_type,
485 if (dailink_match[i].bus_type) { in rockchip_sound_codec_node_match()
486 dev = bus_find_device_by_of_node(dailink_match[i].bus_type, in rockchip_sound_codec_node_match()
/linux/include/linux/
A Dpm_clock.h94 extern void pm_clk_add_notifier(const struct bus_type *bus,
97 static inline void pm_clk_add_notifier(const struct bus_type *bus, in pm_clk_add_notifier()
/linux/drivers/dma/idxd/
A Dcompat.c18 const struct bus_type *bus = drv->bus; in unbind_store()
34 const struct bus_type *bus = drv->bus; in bind_store()
/linux/drivers/net/netdevsim/
A Dbus.c141 new_device_store(const struct bus_type *bus, const char *buf, size_t count) in new_device_store()
196 del_device_store(const struct bus_type *bus, const char *buf, size_t count) in del_device_store()
235 static ssize_t link_device_store(const struct bus_type *bus, const char *buf, size_t count) in link_device_store()
326 static ssize_t unlink_device_store(const struct bus_type *bus, const char *buf, size_t count) in unlink_device_store()
408 static const struct bus_type nsim_bus = {
/linux/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-dev.c218 vep.bus_type = V4L2_MBUS_CSI2_DPHY; in rkisp1_subdev_notifier_register()
227 vep.bus_type = V4L2_MBUS_UNKNOWN; in rkisp1_subdev_notifier_register()
240 if (vep.bus_type != V4L2_MBUS_PARALLEL && in rkisp1_subdev_notifier_register()
241 vep.bus_type != V4L2_MBUS_BT656) { in rkisp1_subdev_notifier_register()
269 rk_asd->mbus_type = vep.bus_type; in rkisp1_subdev_notifier_register()
272 if (vep.bus_type == V4L2_MBUS_CSI2_DPHY) { in rkisp1_subdev_notifier_register()

Completed in 44 milliseconds

12345678910>>...19