Searched refs:bus_type (Results 1 - 200 of 296) sorted by relevance

12

/linux-4.4.14/drivers/net/wireless/b43/
H A Dbus.h14 enum b43_bus_type bus_type; member in struct:b43_bus_dev
59 return (dev->bus_type == B43_BUS_SSB && b43_bus_host_is_pcmcia()
69 if (dev->bus_type == B43_BUS_BCMA) b43_bus_host_is_pci()
73 if (dev->bus_type == B43_BUS_SSB) b43_bus_host_is_pci()
82 return (dev->bus_type == B43_BUS_SSB && b43_bus_host_is_sdio()
H A Dbus.c94 dev->bus_type = B43_BUS_BCMA; b43_bus_dev_bcma_init()
199 dev->bus_type = B43_BUS_SSB; b43_bus_dev_ssb_init()
238 switch (dev->bus_type) { b43_bus_get_wldev()
253 switch (dev->bus_type) { b43_bus_set_wldev()
H A Dphy_common.c349 switch (dev->dev->bus_type) { b43_phy_put_into_reset()
388 switch (dev->dev->bus_type) { b43_phy_take_out_of_reset()
584 switch (dev->dev->bus_type) { b43_phy_force_clock()
H A Dmain.c1213 switch (dev->dev->bus_type) { b43_wireless_core_phy_pll_reset()
1310 switch (dev->dev->bus_type) { b43_wireless_core_reset()
2917 switch (dev->dev->bus_type) { b43_gpio_init()
2944 switch (dev->dev->bus_type) { b43_gpio_cleanup()
3027 switch (dev->dev->bus_type) { b43_mac_phy_clock_set()
3337 switch (dev->dev->bus_type) { b43_chip_init()
3938 switch (dev->dev->bus_type) { b43_switch_band()
4747 if (dev->dev->bus_type != B43_BUS_SSB) b43_imcfglo_timeouts_workaround()
4815 switch (dev->dev->bus_type) { b43_wireless_core_exit()
4862 switch (dev->dev->bus_type) { b43_wireless_core_init()
4907 if (dev->dev->bus_type == B43_BUS_SSB && b43_wireless_core_init()
5331 if (dev->dev->bus_type == B43_BUS_BCMA && b43_supported_bands()
5336 if (dev->dev->bus_type == B43_BUS_SSB && b43_supported_bands()
5426 switch (dev->dev->bus_type) { b43_wireless_core_attach()
H A Ddma.c818 switch (dev->dev->bus_type) { supported_dma_mask()
1105 if (dev->dev->bus_type == B43_BUS_SSB && b43_dma_translation_in_low_word()
1127 switch (dev->dev->bus_type) { b43_dma_init()
1144 if (dev->dev->bus_type == B43_BUS_BCMA) b43_dma_init()
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
H A Dcpu.h134 extern struct bus_type s3c2410_subsys;
135 extern struct bus_type s3c2410a_subsys;
136 extern struct bus_type s3c2412_subsys;
137 extern struct bus_type s3c2416_subsys;
138 extern struct bus_type s3c2440_subsys;
139 extern struct bus_type s3c2442_subsys;
140 extern struct bus_type s3c2443_subsys;
141 extern struct bus_type s3c6410_subsys;
/linux-4.4.14/drivers/gpu/host1x/
H A Dbus.h21 struct bus_type;
24 extern struct bus_type host1x_bus_type;
H A Dbus.c307 struct bus_type host1x_bus_type = {
/linux-4.4.14/include/linux/
H A Dcontainer.h15 extern struct bus_type container_subsys;
H A Dpm_clock.h80 extern void pm_clk_add_notifier(struct bus_type *bus,
83 static inline void pm_clk_add_notifier(struct bus_type *bus, pm_clk_add_notifier()
H A Ddma-debug.h27 struct bus_type;
31 extern void dma_debug_add_bus(struct bus_type *bus);
92 static inline void dma_debug_add_bus(struct bus_type *bus) dma_debug_add_bus()
H A Dmaple.h7 extern struct bus_type maple_bus_type;
H A Ddevice.h39 struct bus_type;
47 ssize_t (*show)(struct bus_type *bus, char *buf);
48 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count);
58 extern int __must_check bus_create_file(struct bus_type *,
60 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
63 * struct bus_type - The bus type of the device
101 * A bus is represented by the bus_type structure. It contains the name, the
105 struct bus_type { struct
134 extern int __must_check bus_register(struct bus_type *bus);
136 extern void bus_unregister(struct bus_type *bus);
138 extern int __must_check bus_rescan_devices(struct bus_type *bus);
146 struct bus_type *subsys,
152 int bus_for_each_dev(struct bus_type *bus, struct device *start, void *data,
154 struct device *bus_find_device(struct bus_type *bus, struct device *start,
157 struct device *bus_find_device_by_name(struct bus_type *bus,
160 struct device *subsys_find_device_by_id(struct bus_type *bus, unsigned int id,
162 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start,
164 void bus_sort_breadthfirst(struct bus_type *bus,
175 extern int bus_register_notifier(struct bus_type *bus,
177 extern int bus_unregister_notifier(struct bus_type *bus,
195 extern struct kset *bus_get_kset(struct bus_type *bus);
196 extern struct klist *bus_get_device_klist(struct bus_type *bus);
261 struct bus_type *bus;
289 struct bus_type *bus);
341 struct bus_type *subsys;
350 int subsys_system_register(struct bus_type *subsys,
352 int subsys_virtual_register(struct bus_type *subsys,
777 struct bus_type *bus; /* type of bus device is on */
H A Diommu.h36 struct bus_type;
205 extern int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops);
206 extern bool iommu_present(struct bus_type *bus);
207 extern bool iommu_capable(struct bus_type *bus, enum iommu_cap cap);
208 extern struct iommu_domain *iommu_domain_alloc(struct bus_type *bus);
330 static inline bool iommu_present(struct bus_type *bus) iommu_present()
335 static inline bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) iommu_capable()
340 static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) iommu_domain_alloc()
H A Dsuperhyway.h48 extern struct bus_type superhyway_bus_type;
H A Deisa.h67 extern struct bus_type eisa_bus_type;
H A Dtc.h122 extern struct bus_type tc_bus_type;
H A Dvlynq.h100 extern struct bus_type vlynq_bus_type;
H A Dzorro.h47 extern struct bus_type zorro_bus_type;
H A Dvme.h82 extern struct bus_type vme_bus_type;
H A Dserio.h21 extern struct bus_type serio_bus;
H A Dcoresight.h41 extern struct bus_type coresight_bustype;
H A Dcpu.h223 extern struct bus_type cpu_subsys;
H A Ddio.h70 extern struct bus_type dio_bus_type;
H A Dplatform_device.h47 extern struct bus_type platform_bus_type;
H A Dedac.h31 extern struct bus_type edac_subsys;
35 extern struct bus_type *edac_get_sysfs_subsys(void);
660 struct bus_type *bus;
H A Dfirewire.h77 extern struct bus_type fw_bus_type;
H A Dpnp.h446 extern struct bus_type pnp_bus_type;
/linux-4.4.14/drivers/base/
H A Dbus.c40 static struct bus_type *bus_get(struct bus_type *bus) bus_get()
49 static void bus_put(struct bus_type *bus) bus_put()
129 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) bus_create_file()
141 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) bus_remove_file()
154 struct bus_type *bus = priv->bus; bus_release()
184 struct bus_type *bus = bus_get(drv->bus); unbind_store()
211 struct bus_type *bus = bus_get(drv->bus); bind_store()
239 static ssize_t show_drivers_autoprobe(struct bus_type *bus, char *buf) show_drivers_autoprobe()
244 static ssize_t store_drivers_autoprobe(struct bus_type *bus, store_drivers_autoprobe()
254 static ssize_t store_drivers_probe(struct bus_type *bus, store_drivers_probe()
301 int bus_for_each_dev(struct bus_type *bus, struct device *start, bus_for_each_dev()
335 struct device *bus_find_device(struct bus_type *bus, bus_find_device()
372 struct device *bus_find_device_by_name(struct bus_type *bus, bus_find_device_by_name()
389 struct device *subsys_find_device_by_id(struct bus_type *subsys, unsigned int id, subsys_find_device_by_id()
451 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start, bus_for_each_drv()
470 static int device_add_attrs(struct bus_type *bus, struct device *dev) device_add_attrs()
489 static void device_remove_attrs(struct bus_type *bus, struct device *dev) device_remove_attrs()
509 struct bus_type *bus = bus_get(dev->bus); bus_add_device()
551 struct bus_type *bus = dev->bus; bus_probe_device()
579 struct bus_type *bus = dev->bus; bus_remove_device()
628 static int add_probe_files(struct bus_type *bus) add_probe_files()
643 static void remove_probe_files(struct bus_type *bus) remove_probe_files()
677 struct bus_type *bus; bus_add_driver()
796 int bus_rescan_devices(struct bus_type *bus) bus_rescan_devices()
834 struct bus_type *find_bus(char *name)
841 static int bus_add_groups(struct bus_type *bus, bus_add_groups()
847 static void bus_remove_groups(struct bus_type *bus, bus_remove_groups()
869 static ssize_t bus_uevent_store(struct bus_type *bus, bus_uevent_store()
888 int bus_register(struct bus_type *bus) bus_register()
973 void bus_unregister(struct bus_type *bus) bus_unregister()
987 int bus_register_notifier(struct bus_type *bus, struct notifier_block *nb) bus_register_notifier()
993 int bus_unregister_notifier(struct bus_type *bus, struct notifier_block *nb) bus_unregister_notifier()
999 struct kset *bus_get_kset(struct bus_type *bus) bus_get_kset()
1005 struct klist *bus_get_device_klist(struct bus_type *bus) bus_get_device_klist()
1040 void bus_sort_breadthfirst(struct bus_type *bus, bus_sort_breadthfirst()
1077 void subsys_dev_iter_init(struct subsys_dev_iter *iter, struct bus_type *subsys, subsys_dev_iter_init()
1132 struct bus_type *subsys; subsys_interface_register()
1159 struct bus_type *subsys; subsys_interface_unregister()
1187 static int subsys_register(struct bus_type *subsys, subsys_register()
1247 int subsys_system_register(struct bus_type *subsys, subsys_system_register()
1265 int subsys_virtual_register(struct bus_type *subsys, subsys_virtual_register()
H A Dcontainer.c30 struct bus_type container_subsys = {
H A Dbase.h4 * struct subsys_private - structure to hold the private to the driver core portions of the bus_type/class structure.
16 * @bus - pointer back to the struct bus_type that this structure is associated
25 * bus_type/class to be statically allocated safely. Nothing outside of the
39 struct bus_type *bus;
H A Disa.c86 static struct bus_type isa_bus_type = {
H A Dsoc.c30 static struct bus_type soc_bus_type = {
H A Ddriver.c159 "bus_type methods\n", drv->name); driver_register()
211 struct device_driver *driver_find(const char *name, struct bus_type *bus) driver_find()
H A Dcpu.c125 struct bus_type cpu_subsys = {
/linux-4.4.14/arch/arm/include/asm/
H A Ddma-iommu.h28 arm_iommu_create_mapping(struct bus_type *bus, dma_addr_t base, u64 size);
H A Decard.h197 extern struct bus_type ecard_bus_type;
/linux-4.4.14/drivers/edac/
H A Dedac_stub.c76 struct bus_type edac_subsys = {
83 struct bus_type *edac_get_sysfs_subsys(void) edac_get_sysfs_subsys()
H A Dedac_core.h243 struct bus_type *edac_subsys;
341 struct bus_type *edac_subsys; /* pointer to subsystem */
H A Dedac_device_sysfs.c233 struct bus_type *edac_subsys; edac_device_register_sysfs_main_kobj()
H A Dedac_pci_sysfs.c342 struct bus_type *edac_subsys; edac_pci_main_kobj_setup()
/linux-4.4.14/tools/usb/usbip/src/
H A Dusbip_unbind.c44 char bus_type[] = "usb"; unbind_device() local
75 SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME, unbind_device()
93 SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME, unbind_device()
/linux-4.4.14/drivers/input/misc/
H A Dad714x.h51 struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
H A Dad714x.c963 struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq, ad714x_probe() argument
1047 input->id.bustype = bus_type; ad714x_probe()
1077 input->id.bustype = bus_type; ad714x_probe()
1110 input->id.bustype = bus_type; ad714x_probe()
1140 input->id.bustype = bus_type; ad714x_probe()
/linux-4.4.14/drivers/pci/pcie/
H A Dportdrv_bus.c20 struct bus_type pcie_port_bus_type = {
H A Dportdrv.h23 extern struct bus_type pcie_port_bus_type;
/linux-4.4.14/arch/sparc/include/asm/
H A Ddma-mapping.h25 extern struct bus_type pci_bus_type;
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
H A Dmemory.h27 extern struct bus_type platform_bus_type;
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-of.c76 endpoint->bus_type = V4L2_MBUS_CSI2; v4l2_of_parse_csi_bus()
100 endpoint->bus_type = V4L2_MBUS_PARALLEL; v4l2_of_parse_parallel_bus()
102 endpoint->bus_type = V4L2_MBUS_BT656; v4l2_of_parse_parallel_bus()
157 /* Zero fields from bus_type to until the end */ v4l2_of_parse_endpoint()
158 memset(&endpoint->bus_type, 0, sizeof(*endpoint) - v4l2_of_parse_endpoint()
159 offsetof(typeof(*endpoint), bus_type)); v4l2_of_parse_endpoint()
H A Dv4l2-async.c68 /* bus_type has been verified valid before */ v4l2_async_belongs()
/linux-4.4.14/drivers/mcb/
H A Dmcb-internal.h33 * @bus_type: Bus type (usually %CHAMELEON_BUS_WISHBONE)
42 u8 bus_type; member in struct:chameleon_fpga_header
H A Dmcb-parse.c120 pr_debug("header->bus_type = 0x%x\n", header->bus_type); chameleon_parse_cells()
H A Dmcb-core.c93 static struct bus_type mcb_bus_type = {
/linux-4.4.14/include/media/
H A Dv4l2-of.h58 * @bus_type: bus type
66 enum v4l2_mbus_type bus_type; member in struct:v4l2_of_endpoint
H A Ds5c73m3.h49 enum v4l2_mbus_type bus_type; member in struct:s5c73m3_platform_data
H A Ds5k6aa.h45 enum v4l2_mbus_type bus_type; member in struct:s5k6aa_platform_data
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Ds3c2410.c83 struct bus_type s3c2410_subsys = {
91 struct bus_type s3c2410a_subsys = {
H A Ds3c244x.c80 struct bus_type s3c2440_subsys = {
85 struct bus_type s3c2442_subsys = {
H A Ds3c2443.c56 struct bus_type s3c2443_subsys = {
H A Ds3c2412.c155 struct bus_type s3c2412_subsys = {
H A Ds3c2416.c75 struct bus_type s3c2416_subsys = {
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Drepository.c184 enum ps3_bus_type *bus_type) ps3_repository_read_bus_type()
194 *bus_type = v1; ps3_repository_read_bus_type()
330 pr_devel("%s:%d: bus_type %u, bus_index %u, bus_id %llu, num_dev %u\n", ps3_repository_find_device()
331 __func__, __LINE__, tmp.bus_type, tmp.bus_index, tmp.bus_id, ps3_repository_find_device()
392 result = ps3_repository_read_bus_type(tmp.bus_index, &tmp.bus_type); ps3_repository_find_device_by_id()
434 __func__, __LINE__, tmp.bus_type, tmp.dev_type, tmp.bus_index, ps3_repository_find_device_by_id()
440 int ps3_repository_find_devices(enum ps3_bus_type bus_type, ps3_repository_find_devices() argument
446 pr_devel(" -> %s:%d: find bus_type %u\n", __func__, __LINE__, bus_type); ps3_repository_find_devices()
448 repo.bus_type = bus_type; ps3_repository_find_devices()
449 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index); ps3_repository_find_devices()
482 int ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from, ps3_repository_find_bus() argument
497 if (type == bus_type) { ps3_repository_find_bus()
1342 if (repo->bus_type == PS3_BUS_TYPE_STORAGE) dump_device_info()
1363 &repo.bus_type); ps3_repository_dump_bus_info()
1393 pr_devel("%s:%d bus_%u: bus_type %u, bus_id %lu, num_dev %u\n", ps3_repository_dump_bus_info()
1394 __func__, __LINE__, repo.bus_index, repo.bus_type, ps3_repository_dump_bus_info()
183 ps3_repository_read_bus_type(unsigned int bus_index, enum ps3_bus_type *bus_type) ps3_repository_read_bus_type() argument
H A Dplatform.h97 enum ps3_bus_type *bus_type);
140 enum ps3_bus_type bus_type; member in struct:ps3_repository_device
149 int ps3_repository_find_devices(enum ps3_bus_type bus_type,
151 int ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from,
H A Ddevice-init.c136 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); ps3_setup_gelic_device()
207 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); ps3_setup_uhc_device()
912 static int __init ps3_start_probe_thread(enum ps3_bus_type bus_type) ps3_start_probe_thread() argument
922 repo.bus_type = bus_type; ps3_start_probe_thread()
924 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index); ps3_start_probe_thread()
940 "ps3-probe-%u", bus_type); ps3_start_probe_thread()
/linux-4.4.14/drivers/media/common/b2c2/
H A Dflexcop-misc.c72 flexcop_bus_names[fc->bus_type], flexcop_device_name()
H A Dflexcop-common.h73 flexcop_bus_t bus_type; member in struct:flexcop_device
/linux-4.4.14/drivers/media/i2c/
H A Dsmiapp-pll.h39 uint8_t bus_type; member in struct:smiapp_pll
H A Ds5k6aa.c234 enum v4l2_mbus_type bus_type; member in struct:s5k6aa
672 * @bus_type: video bus type: parallel or MIPI-CSI
678 enum v4l2_mbus_type bus_type, int nlanes) s5k6aa_configure_video_bus()
689 if (bus_type == V4L2_MBUS_CSI2) s5k6aa_configure_video_bus()
691 else if (bus_type != V4L2_MBUS_PARALLEL) s5k6aa_configure_video_bus()
799 ret = s5k6aa_configure_video_bus(s5k6aa, s5k6aa->bus_type, s5k6aa_initialize_isp()
1566 s5k6aa->bus_type = pdata->bus_type; s5k6aa_probe()
677 s5k6aa_configure_video_bus(struct s5k6aa *s5k6aa, enum v4l2_mbus_type bus_type, int nlanes) s5k6aa_configure_video_bus() argument
H A Ds5k5baf.c292 enum v4l2_mbus_type bus_type; member in struct:s5k5baf
769 if (state->bus_type == V4L2_MBUS_CSI2) s5k5baf_hw_set_video_bus()
1873 state->bus_type = ep.bus_type; s5k5baf_parse_device_node()
1875 switch (state->bus_type) { s5k5baf_parse_device_node()
H A Dsmiapp-pll.c426 switch (pll->bus_type) { smiapp_pll_calculate()
/linux-4.4.14/arch/mips/include/asm/mach-ath25/
H A Ddma-coherence.h25 extern struct bus_type pci_bus_type; ath25_dev_offset()
/linux-4.4.14/arch/parisc/include/asm/
H A Dparisc-device.h63 extern struct bus_type parisc_bus_type;
/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Ds3c6400.c72 static struct bus_type s3c6400_subsys = {
H A Ds3c6410.c75 struct bus_type s3c6410_subsys = {
H A Dcommon.c159 static struct bus_type s3c64xx_subsys = {
/linux-4.4.14/arch/arm/mach-integrator/
H A Dlm.c43 static struct bus_type lm_bustype = {
/linux-4.4.14/sound/hda/
H A Dhda_bus_type.c78 struct bus_type snd_hda_bus_type = {
/linux-4.4.14/drivers/pci/pcie/aer/
H A Daerdrv.h107 extern struct bus_type pcie_port_bus_type;
/linux-4.4.14/arch/powerpc/include/asm/
H A Dibmebus.h49 extern struct bus_type ibmebus_bus_type;
H A Dmacio.h7 extern struct bus_type macio_bus_type;
H A Dvio.h46 extern struct bus_type vio_bus_type;
H A Dmpic.h338 extern struct bus_type mpic_subsys;
H A Dps3.h440 extern struct bus_type ps3_system_bus_type;
/linux-4.4.14/arch/mips/txx9/generic/
H A D7segled.c81 static struct bus_type tx_7segled_subsys = {
/linux-4.4.14/drivers/net/ethernet/seeq/
H A Dether3.c757 int bus_type, ret; ether3_probe() local
792 bus_type = BUS_UNKNOWN; ether3_probe()
800 bus_type = BUS_8; ether3_probe()
802 if (bus_type == BUS_UNKNOWN && ether3_probe()
805 bus_type = BUS_16; ether3_probe()
807 switch (bus_type) { ether3_probe()
/linux-4.4.14/drivers/s390/crypto/
H A Dap_bus.c110 static struct bus_type ap_bus_type;
1309 static struct bus_type ap_bus_type = {
1422 static ssize_t ap_domain_show(struct bus_type *bus, char *buf) ap_domain_show()
1429 static ssize_t ap_control_domain_mask_show(struct bus_type *bus, char *buf) ap_control_domain_mask_show()
1450 static ssize_t ap_config_time_show(struct bus_type *bus, char *buf) ap_config_time_show()
1455 static ssize_t ap_interrupts_show(struct bus_type *bus, char *buf) ap_interrupts_show()
1463 static ssize_t ap_config_time_store(struct bus_type *bus, ap_config_time_store()
1477 static ssize_t ap_poll_thread_show(struct bus_type *bus, char *buf) ap_poll_thread_show()
1482 static ssize_t ap_poll_thread_store(struct bus_type *bus, ap_poll_thread_store()
1500 static ssize_t poll_timeout_show(struct bus_type *bus, char *buf) poll_timeout_show()
1505 static ssize_t poll_timeout_store(struct bus_type *bus, const char *buf, poll_timeout_store()
1529 static ssize_t ap_max_domain_id_show(struct bus_type *bus, char *buf) ap_max_domain_id_show()
/linux-4.4.14/drivers/tc/
H A Dtc-driver.c99 struct bus_type tc_bus_type = {
/linux-4.4.14/drivers/misc/mic/bus/
H A Dcosm_bus.c45 static struct bus_type cosm_bus = {
H A Dmic_bus.c117 static struct bus_type mic_bus = {
H A Dscif_bus.c111 static struct bus_type scif_bus = {
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dtargetos.h125 u32 bus_type; /* bus type (0 == PCI, 1 == EISA) */ member in struct:s_smt_os
/linux-4.4.14/drivers/dio/
H A Ddio-driver.c126 struct bus_type dio_bus_type = {
/linux-4.4.14/sound/
H A Dac97_bus.c92 struct bus_type ac97_bus_type = {
/linux-4.4.14/sound/aoa/soundbus/
H A Dcore.c131 static struct bus_type soundbus_bus_type = {
/linux-4.4.14/arch/powerpc/kernel/
H A Dibmebus.c55 struct bus_type ibmebus_bus_type;
261 static ssize_t ibmebus_store_probe(struct bus_type *bus, ibmebus_store_probe()
297 static ssize_t ibmebus_store_remove(struct bus_type *bus, ibmebus_store_remove()
715 struct bus_type ibmebus_bus_type = {
H A Dvio.c1012 static ssize_t cmo_##name##_show(struct bus_type *bt, char *buf) \
1020 cmo_##name##_##var##_show(struct bus_type *bt, char *buf) \
1035 static ssize_t cmo_high_show(struct bus_type *bt, char *buf) cmo_high_show()
1040 static ssize_t cmo_high_store(struct bus_type *bt, const char *buf, cmo_high_store()
1609 struct bus_type vio_bus_type = {
/linux-4.4.14/arch/mips/include/asm/
H A Dcdmm.h66 extern struct bus_type mips_cdmm_bustype;
/linux-4.4.14/arch/sh/drivers/dma/
H A Ddma-sysfs.c21 static struct bus_type dma_subsys = {
/linux-4.4.14/arch/m68k/coldfire/
H A Dgpio.c161 static struct bus_type mcfgpio_subsys = {
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_probe.h47 struct bus_type bus;
H A Dxenbus_probe.c338 struct bus_type *bus) xenbus_device_find()
367 static void xenbus_cleanup_devices(const char *path, struct bus_type *bus) xenbus_cleanup_devices()
/linux-4.4.14/drivers/ntb/
H A Dntb.c74 static struct bus_type ntb_bus;
234 static struct bus_type ntb_bus = {
/linux-4.4.14/drivers/ide/
H A Dcmd640.c722 const char *bus_type, *port2; cmd640x_init() local
727 bus_type = "VLB"; cmd640x_init()
733 bus_type = "PCI (type1)"; cmd640x_init()
735 bus_type = "PCI (type2)"; cmd640x_init()
783 "\n", 'a' + cmd640_chip_version - 1, bus_type, cfr); cmd640x_init()
H A Dide.c153 struct bus_type ide_bus_type = {
/linux-4.4.14/drivers/media/platform/marvell-ccic/
H A Dmmp-driver.c363 mcam->bus_type = pdata->bus_type; mmpcam_probe()
365 if (mcam->bus_type == V4L2_MBUS_CSI2) { mmpcam_probe()
H A Dmcam-core.h119 enum v4l2_mbus_type bus_type; member in struct:mcam_camera
/linux-4.4.14/drivers/message/fusion/
H A Dmptscsih.c398 if (ioc->bus_type != SAS) mptscsih_issue_sep_command()
632 if (ioc->bus_type == SAS) { mptscsih_io_done()
720 if (ioc->bus_type != FC) mptscsih_io_done()
741 if ( ioc->bus_type == SAS ) { mptscsih_io_done()
773 } else if (ioc->bus_type == FC) { mptscsih_io_done()
798 if (ioc->bus_type == FC) mptscsih_io_done()
830 if (ioc->bus_type == SPI) { mptscsih_io_done()
901 if ((ioc->bus_type == SPI) && mptscsih_io_done()
1651 retval = (ioc->bus_type == SAS) ? mptscsih_IssueTaskMgmt()
1666 switch (ioc->bus_type) { mptscsih_get_tm_timeout()
2078 if (ioc->bus_type == SAS) mptscsih_taskmgmt_complete()
2147 if (ioc->bus_type != SAS) mptscsih_is_phys_disk()
2225 if (ioc->bus_type != SAS) mptscsih_raid_id_to_num()
2329 if (ioc->bus_type == SPI) { mptscsih_change_queue_depth()
2372 if (ioc->bus_type == SPI) mptscsih_slave_configure()
2384 if (ioc->bus_type == SPI) mptscsih_slave_configure()
2596 (ioc->bus_type == SPI) && (ioc->soft_resets < -1)) mptscsih_event_process()
H A Dmptbase.c415 } else if (ioc->bus_type == SAS && ioc->sas_discovery_quiesce_io) { mpt_fault_reset_work()
542 if (ioc->bus_type == FC) mpt_reply()
544 else if (ioc->bus_type == SPI) mpt_reply()
546 else if (ioc->bus_type == SAS) mpt_reply()
1894 ioc->bus_type = FC; mpt_attach()
1912 ioc->bus_type = FC; mpt_attach()
1922 ioc->bus_type = FC; mpt_attach()
1936 ioc->bus_type = SPI; mpt_attach()
1942 ioc->bus_type = SAS; mpt_attach()
1948 ioc->bus_type = SAS; mpt_attach()
1953 switch (ioc->bus_type) { mpt_attach()
2202 if (ioc->bus_type == SAS && (pdev->device == mpt_resume()
2232 ioc->bus_type != SPI) || mpt_signal_reset()
2234 ioc->bus_type != FC) || mpt_signal_reset()
2236 ioc->bus_type != SAS)) mpt_signal_reset()
2528 switch (ioc->bus_type) { mpt_do_ioc_recovery()
3279 max_id = (ioc->bus_type == SAS) ? pfacts->PortSCSIID : GetPortFacts()
3458 if (ioc->ir_firmware || ioc->bus_type == SAS) { SendPortEnable()
3764 if (ioc->bus_type == SPI) { mpt_downloadboot()
3775 } else /* if((ioc->bus_type == SAS) || (ioc->bus_type == FC)) */ { mpt_downloadboot()
3803 if (ioc->bus_type == SAS) { mpt_downloadboot()
3818 if (ioc->bus_type == SAS) { mpt_downloadboot()
3877 if (ioc->bus_type == SPI) { KickStart()
4351 if (ioc->bus_type == FC) { initChainBuffers()
4369 if (ioc->bus_type == SPI) initChainBuffers()
4371 else if (ioc->bus_type == SAS) initChainBuffers()
6756 if (ioc->bus_type == FC) { mpt_iocinfo_proc_show()
7002 if (ioc->bus_type == FC) { mpt_SoftResetHandler()
8078 u32 bus_type:4; mpt_sas_log_info() member in struct:loginfo_type::__anon6274
8087 if ((sas_loginfo.dw.bus_type != 3 /*SAS*/) && mpt_sas_log_info()
H A Dmptctl.c269 if (ioc->bus_type == SAS) mptctl_reply()
308 if (ioc->bus_type == SAS) mptctl_taskmgmt_reply()
354 (ioc->bus_type == FC)) mptctl_do_taskmgmt()
368 switch (ioc->bus_type) { mptctl_do_taskmgmt()
488 if (ioc->bus_type == SAS) { mptctl_timeout_expired()
1298 if (ioc->bus_type == SAS) mptctl_getiocinfo()
1300 else if (ioc->bus_type == FC) mptctl_getiocinfo()
2556 if ((ioc->bus_type == SAS) || (ioc->bus_type == FC)) mptctl_hp_hostinfo()
2706 if ((ioc->bus_type == SAS) || (ioc->bus_type == FC)) mptctl_hp_targetinfo()
H A Dmptfc.c1376 if (ioc->bus_type != FC) mptfc_event_process()
1417 if ((ioc->bus_type != FC) || (!rc)) mptfc_ioc_reset()
/linux-4.4.14/drivers/usb/serial/
H A Dbus.c166 struct bus_type usb_serial_bus_type = {
/linux-4.4.14/drivers/usb/common/
H A Dulpi.c77 static struct bus_type ulpi_bus = {
/linux-4.4.14/drivers/scsi/
H A Dscsi_priv.h142 extern struct bus_type scsi_bus_type;
H A Dadvansys.c507 ushort bus_type; member in struct:asc_dvc_var
1971 * The second parameter 'bus_type' is currently unused.
1973 #define AdvGetChipVersion(iop_base, bus_type) \
2316 printk(" bus_type %d, init_sdtr 0x%x,\n", h->bus_type, asc_prt_asc_dvc_var()
2645 if (asc_dvc_varp->bus_type & ASC_IS_ISA) { advansys_info()
2646 if ((asc_dvc_varp->bus_type & ASC_IS_ISAPNP) == advansys_info()
2659 if (asc_dvc_varp->bus_type & ASC_IS_VL) { advansys_info()
2661 } else if (asc_dvc_varp->bus_type & ASC_IS_EISA) { advansys_info()
2663 } else if (asc_dvc_varp->bus_type & ASC_IS_PCI) { advansys_info()
2664 if ((asc_dvc_varp->bus_type & ASC_IS_PCI_ULTRA) advansys_info()
2673 "type %d\n", asc_dvc_varp->bus_type); advansys_info()
2941 if (asc_dvc_varp->bus_type & ASC_IS_ISA) { asc_prt_asc_board_eeprom()
7051 if (!(asc_dvc->bus_type & (ASC_IS_VL | ASC_IS_EISA))) { AscISR()
8598 unsigned short bus_type) AscGetChipBiosAddress()
8608 if (bus_type & ASC_IS_PCI) AscGetChipBiosAddress()
8611 if ((bus_type & ASC_IS_EISA) != 0) { AscGetChipBiosAddress()
8623 if (bus_type == ASC_IS_ISAPNP) AscGetChipBiosAddress()
8654 unsigned short bus_type) AscGetChipVersion()
8656 if (bus_type & ASC_IS_EISA) { AscGetChipVersion()
8698 static unsigned int AscGetMaxDmaCount(ushort bus_type) AscGetMaxDmaCount() argument
8700 if (bus_type & ASC_IS_ISA) AscGetMaxDmaCount()
8702 else if (bus_type & (ASC_IS_EISA | ASC_IS_VL)) AscGetMaxDmaCount()
8767 if ((asc_dvc->bus_type & AscInitAscDvcVar()
8796 asc_dvc->max_dma_count = AscGetMaxDmaCount(asc_dvc->bus_type); AscInitAscDvcVar()
8800 chip_version = AscGetChipVersion(iop_base, asc_dvc->bus_type); AscInitAscDvcVar()
8804 if ((asc_dvc->bus_type & ASC_IS_PCI) && AscInitAscDvcVar()
8806 asc_dvc->bus_type = ASC_IS_PCI_ULTRA; AscInitAscDvcVar()
8818 if (asc_dvc->bus_type == ASC_IS_PCI) { AscInitAscDvcVar()
8825 if ((asc_dvc->bus_type & ASC_IS_ISA) != 0) { AscInitAscDvcVar()
8828 asc_dvc->bus_type = ASC_IS_ISAPNP; AscInitAscDvcVar()
8879 ushort bus_type) AscGetEEPConfig()
8896 if (bus_type & ASC_IS_VL) { AscGetEEPConfig()
8992 ushort bus_type) AscSetEEPConfigOnce()
9013 if (bus_type & ASC_IS_VL) { AscSetEEPConfigOnce()
9056 if (bus_type & ASC_IS_VL) { AscSetEEPConfigOnce()
9088 ushort bus_type) AscSetEEPConfig()
9096 bus_type)) == 0) { AscSetEEPConfig()
9144 chksum = AscGetEEPConfig(iop_base, eep_config, asc_dvc->bus_type); AscInitFromEEP()
9168 if (AscGetChipVersion(iop_base, asc_dvc->bus_type) == AscInitFromEEP()
9208 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == AscInitFromEEP()
9244 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) && AscInitFromEEP()
9259 asc_dvc->bus_type)) != 0) { AscInitFromEEP()
9356 if (asc_dvc->bus_type & ASC_IS_PCI) { AscInitSetConfig()
9359 if ((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) { AscInitSetConfig()
9370 if (asc_dvc->bus_type == ASC_IS_ISAPNP) { AscInitSetConfig()
9371 if (AscGetChipVersion(iop_base, asc_dvc->bus_type) AscInitSetConfig()
9381 if (asc_dvc->bus_type & ASC_IS_ISA) { AscInitSetConfig()
10740 AdvGetChipVersion(iop_base, asc_dvc->bus_type); AdvInitGetConfig()
10922 int bus_type) advansys_board_found()
10930 pdev = (bus_type == ASC_IS_PCI) ? to_pci_dev(boardp->dev) : NULL; advansys_board_found()
10935 asc_dvc_varp->bus_type = bus_type; advansys_board_found()
10985 switch (asc_dvc_varp->bus_type) { advansys_board_found()
11008 "%d\n", asc_dvc_varp->bus_type); advansys_board_found()
11016 * bus_type value. The bus_type value should no advansys_board_found()
11017 * longer be used. If the bus_type field must be advansys_board_found()
11247 asc_dvc_varp->bus_type); advansys_board_found()
11292 if (asc_dvc_varp->bus_type & ASC_IS_ISA) { advansys_board_found()
8597 AscGetChipBiosAddress(PortAddr iop_base, unsigned short bus_type) AscGetChipBiosAddress() argument
8653 AscGetChipVersion(PortAddr iop_base, unsigned short bus_type) AscGetChipVersion() argument
8878 AscGetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type) AscGetEEPConfig() argument
8991 AscSetEEPConfigOnce(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type) AscSetEEPConfigOnce() argument
9087 AscSetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type) AscSetEEPConfig() argument
10921 advansys_board_found(struct Scsi_Host *shost, unsigned int iop, int bus_type) advansys_board_found() argument
H A Deata.c1079 char *bus_type, dma_name[16]; port_detect() local
1144 bus_type = "PCI"; port_detect()
1149 bus_type = "PCI"; port_detect()
1154 bus_type = "EISA"; port_detect()
1157 bus_type = "ISA"; port_detect()
1160 bus_type = "PCI"; port_detect()
1164 bus_type = "ISA"; port_detect()
1171 name, port_base, bus_type, info.haaval, info.ata); port_detect()
1178 bus_type); port_detect()
1185 name, bus_type); port_detect()
1385 ha->board_name, ha->protocol_rev, bus_type, port_detect()
H A DBusLogic.h452 unsigned char bus_type; /* Byte 19 */ member in struct:blogic_setup_info
507 unsigned char bus_type; /* Byte 0 */ member in struct:blogic_ext_setup
978 unsigned char bus_type; /* Byte 23 */ member in struct:fpoint_info
H A Du14-34f.c801 char *bus_type, dma_name[16]; port_detect() local
938 bus_type = "VESA"; port_detect()
953 bus_type = "ISA"; port_detect()
1005 BN(j), bus_type, (unsigned long)sh[j]->io_port, (int)sh[j]->base, port_detect()
/linux-4.4.14/drivers/sh/intc/
H A Dinternals.h162 extern struct bus_type intc_subsys;
H A Dcore.c469 struct bus_type intc_subsys = {
/linux-4.4.14/drivers/sh/superhyway/
H A Dsuperhyway.c208 struct bus_type superhyway_bus_type = {
/linux-4.4.14/drivers/uwb/
H A Dumc-bus.c189 struct bus_type umc_bus_type = {
H A Duwb-internal.h317 extern struct bus_type uwb_bus_type;
H A Dlc-dev.c252 struct bus_type uwb_bus_type = {
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_peer_bus.c27 struct bus_type scif_peer_bus = {
H A Dscif_main.h210 extern struct bus_type scif_peer_bus;
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c71 struct bus_type bttv_sub_bus_type = {
H A Dbttvp.h289 extern struct bus_type bttv_sub_bus_type;
/linux-4.4.14/drivers/pcmcia/
H A Dcs_internal.h138 extern struct bus_type pcmcia_bus_type;
/linux-4.4.14/include/linux/amba/
H A Dbus.h58 extern struct bus_type amba_bustype;
/linux-4.4.14/drivers/zorro/
H A Dzorro-driver.c163 struct bus_type zorro_bus_type = {
/linux-4.4.14/arch/mips/sgi-ip22/
H A Dip22-gio.c14 static struct bus_type gio_bus_type;
375 static struct bus_type gio_bus_type = {
/linux-4.4.14/drivers/iommu/
H A Diommu.c80 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus,
957 static int iommu_bus_init(struct bus_type *bus, const struct iommu_ops *ops) iommu_bus_init()
1006 int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops) bus_set_iommu()
1024 bool iommu_present(struct bus_type *bus) iommu_present()
1030 bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) iommu_capable()
1062 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus, __iommu_domain_alloc()
1080 struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) iommu_domain_alloc()
/linux-4.4.14/arch/powerpc/oprofile/
H A Dop_model_cell.c290 u32 bus_word, bus_type, count_cycles, polarity, input_control; set_pm_event() local
307 bus_type = GET_BUS_TYPE(unit_mask); set_pm_event()
342 if ((bus_type == 0) && p->signal_group >= 60) set_pm_event()
343 bus_type = 2; set_pm_event()
344 if ((bus_type == 1) && p->signal_group >= 50) set_pm_event()
345 bus_type = 0; set_pm_event()
356 (bus_type << (30 - (2 * i))); set_pm_event()
/linux-4.4.14/drivers/s390/cio/
H A Dccwgroup.c33 static struct bus_type ccwgroup_bus_type;
547 static struct bus_type ccwgroup_bus_type = {
H A Dscm.c43 static struct bus_type scm_bus_type = {
H A Dcss.c38 static struct bus_type css_bus_type;
1253 static struct bus_type css_bus_type = {
1268 * and bus_type in the embedded struct device_driver correctly.
/linux-4.4.14/include/scsi/
H A Dlibfcoe.h401 ssize_t fcoe_ctlr_create_store(struct bus_type *bus,
403 ssize_t fcoe_ctlr_destroy_store(struct bus_type *bus,
/linux-4.4.14/drivers/tty/
H A Dsynclink.c256 unsigned int bus_type; /* expansion bus type (ISA,EISA,PCI) */ member in struct:mgsl_struct
3452 if (info->bus_type == MGSL_BUS_TYPE_PCI) { line_info()
3589 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { mgsl_allocate_dma_buffers()
3685 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { mgsl_alloc_buffer_list_memory()
3767 if (info->buffer_list && info->bus_type != MGSL_BUS_TYPE_PCI) mgsl_free_buffer_list_memory()
3800 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { mgsl_alloc_frame_memory()
3840 if ( info->bus_type != MGSL_BUS_TYPE_PCI ) mgsl_free_frame_memory()
4073 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { mgsl_claim_resources()
4234 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { mgsl_add_device()
4386 info->bus_type = MGSL_BUS_TYPE_ISA; mgsl_enum_isa_devices()
4490 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_RTCmd()
4515 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_DmaCmd()
4545 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_OutDmaReg()
4598 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_OutReg()
4798 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_set_sdlc_mode()
4862 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_set_sdlc_mode()
4955 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_set_sdlc_mode()
5059 if (info->bus_type == MGSL_BUS_TYPE_ISA) { usc_set_sdlc_mode()
5087 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { usc_set_sdlc_mode()
5185 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { usc_set_sdlc_mode()
5231 if (info->bus_type == MGSL_BUS_TYPE_PCI) usc_enable_loopback()
5277 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_enable_aux_clock()
5758 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) { usc_reset()
6041 if (info->bus_type == MGSL_BUS_TYPE_ISA) { usc_set_async_mode()
6141 if (info->bus_type == MGSL_BUS_TYPE_ISA) { usc_set_sync_mode()
6316 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) usc_enable_async_clock()
6925 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) mgsl_load_tx_dma_buffer()
7403 if ( info->bus_type != MGSL_BUS_TYPE_PCI ) mgsl_memory_test()
8092 info->bus_type = MGSL_BUS_TYPE_PCI; synclink_init_one()
/linux-4.4.14/drivers/staging/unisys/include/
H A Dvisorbus.h43 extern struct bus_type visorbus_type;
/linux-4.4.14/drivers/usb/core/
H A Dusb.h114 extern struct bus_type usb_bus_type;
/linux-4.4.14/drivers/rapidio/
H A Drio-driver.c225 struct bus_type rio_bus_type = {
H A Drio-sysfs.c305 static ssize_t bus_scan_store(struct bus_type *bus, const char *buf, bus_scan_store()
/linux-4.4.14/drivers/staging/fsl-mc/include/
H A Dmc.h201 extern struct bus_type fsl_mc_bus_type;
/linux-4.4.14/drivers/vfio/
H A Dvfio_iommu_type1.c644 struct bus_type **bus = data; vfio_bus_type()
743 struct bus_type *bus = NULL; vfio_iommu_type1_attach_group()
767 /* Determine bus_type in order to allocate a domain */ vfio_iommu_type1_attach_group()
810 * testing if they're on the same bus_type. vfio_iommu_type1_attach_group()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb.h143 u8 bus_type; member in struct:atyfb_par
/linux-4.4.14/drivers/misc/
H A Dtifm_core.c156 static struct bus_type tifm_bus_type = {
/linux-4.4.14/drivers/mmc/core/
H A Dbus.c200 static struct bus_type mmc_bus_type = {
H A Dsdio_bus.c219 static struct bus_type sdio_bus_type = {
/linux-4.4.14/drivers/mfd/
H A Dmcp-core.c48 static struct bus_type mcp_bus_type = {
/linux-4.4.14/drivers/net/ethernet/i825xx/
H A Dether1.h46 unsigned char bus_type; member in struct:ether1_priv
/linux-4.4.14/drivers/platform/x86/
H A Dibm_rtl.c196 static struct bus_type rtl_subsys = {
H A Dhp-wmi.c121 u8 bus_type; member in struct:bios_rfkill2_device_state
/linux-4.4.14/drivers/pnp/
H A Ddriver.c252 struct bus_type pnp_bus_type = {
/linux-4.4.14/sound/core/seq/
H A Dseq_device.c67 static struct bus_type snd_seq_bus_type = {
/linux-4.4.14/include/linux/uwb/
H A Dumc.h98 extern struct bus_type umc_bus_type;
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dsuspend.c220 static struct bus_type suspend_subsys = {
/linux-4.4.14/arch/arm/include/asm/hardware/
H A Dlocomo.h161 extern struct bus_type locomo_bus_type;
H A Dsa1111.h399 extern struct bus_type sa1111_bus_type;
/linux-4.4.14/drivers/fmc/
H A Dfmc-core.c61 static struct bus_type fmc_bus_type = {
/linux-4.4.14/drivers/xen/
H A Dxen-balloon.c228 static struct bus_type balloon_subsys = {
H A Dpcpu.c64 static struct bus_type xen_pcpu_subsys = {
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvisorbus_main.c53 static ssize_t version_show(struct bus_type *bus, char *buf) version_show()
109 struct bus_type visorbus_type = {
486 struct bus_type *xbus = dev->bus; typename_show()
879 * ->if (drv.bus) ** (bus_type) ** visorbus_register_visor_driver()
1022 * bus_type.klist_devices regardless (use bus_for_each_dev). create_visor_device()
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c510 static struct bus_type fcoe_bus_type;
566 static struct bus_type fcoe_bus_type = {
H A Dfcoe_transport.c732 ssize_t fcoe_ctlr_create_store(struct bus_type *bus, fcoe_ctlr_create_store()
795 ssize_t fcoe_ctlr_destroy_store(struct bus_type *bus, fcoe_ctlr_destroy_store()
/linux-4.4.14/drivers/input/gameport/
H A Dgameport.c46 static struct bus_type gameport_bus;
793 static struct bus_type gameport_bus = {
/linux-4.4.14/drivers/bus/
H A Dsunxi-rsb.c132 static struct bus_type sunxi_rsb_bus;
176 static struct bus_type sunxi_rsb_bus = {
/linux-4.4.14/include/net/iucv/
H A Diucv.h82 extern struct bus_type iucv_bus;
491 struct bus_type *bus;
/linux-4.4.14/drivers/media/i2c/s5c73m3/
H A Ds5c73m3.h401 enum v4l2_mbus_type bus_type; member in struct:s5c73m3
/linux-4.4.14/drivers/media/
H A Dmedia-devnode.c79 static struct bus_type media_bus_type = {
/linux-4.4.14/drivers/media/pci/b2c2/
H A Dflexcop-pci.c368 fc->bus_type = FC_PCI; flexcop_pci_probe()
/linux-4.4.14/drivers/ipack/
H A Dipack.c199 static struct bus_type ipack_bus_type = {
/linux-4.4.14/drivers/eisa/
H A Deisa-bus.c139 struct bus_type eisa_bus_type = {
/linux-4.4.14/arch/sparc/kernel/
H A Dvio.c114 static struct bus_type vio_bus_type = {
/linux-4.4.14/include/uapi/linux/
H A Di2o-dev.h181 __u32 bus_type:8; member in struct:_i2o_hrt_entry
/linux-4.4.14/arch/powerpc/platforms/pasemi/
H A Dsetup.c382 extern struct bus_type pcmcia_bus_type; pasemi_pcmcia_init()
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
H A Dqe_ic.c473 static struct bus_type qe_ic_subsys = {
/linux-4.4.14/drivers/virtio/
H A Dvirtio.c272 static struct bus_type virtio_bus = {
/linux-4.4.14/drivers/net/wireless/
H A Datmel.c452 enum { BUS_TYPE_PCCARD, BUS_TYPE_PCI } bus_type; member in struct:atmel_private
1388 if (priv->bus_type == BUS_TYPE_PCCARD) atmel_close()
1545 priv->bus_type = card_present ? BUS_TYPE_PCCARD : BUS_TYPE_PCI; init_atmel_card()
1550 if (priv->bus_type == BUS_TYPE_PCCARD) { init_atmel_card()
1611 priv->bus_type == BUS_TYPE_PCCARD ? "atmel_cs" : "atmel_pci")) { init_atmel_card()
1649 if (priv->bus_type == BUS_TYPE_PCCARD) stop_atmel_card()
3622 priv->bus_type == BUS_TYPE_PCCARD) atmel_wakeup_firmware()
3650 priv->bus_type == BUS_TYPE_PCCARD) atmel_wakeup_firmware()
3700 if (priv->bus_type == BUS_TYPE_PCCARD) probe_atmel_card()
3725 if (priv->bus_type == BUS_TYPE_PCCARD) probe_atmel_card()
3746 if (priv->bus_type == BUS_TYPE_PCCARD) probe_atmel_card()
3897 if (priv->bus_type == BUS_TYPE_PCCARD) reset_atmel_card()
/linux-4.4.14/drivers/block/
H A Drbd.c421 static ssize_t rbd_add(struct bus_type *bus, const char *buf,
423 static ssize_t rbd_remove(struct bus_type *bus, const char *buf,
425 static ssize_t rbd_add_single_major(struct bus_type *bus, const char *buf,
427 static ssize_t rbd_remove_single_major(struct bus_type *bus, const char *buf,
472 static struct bus_type rbd_bus_type = {
5395 static ssize_t do_rbd_add(struct bus_type *bus, do_rbd_add()
5486 static ssize_t rbd_add(struct bus_type *bus, rbd_add()
5496 static ssize_t rbd_add_single_major(struct bus_type *bus, rbd_add_single_major()
5540 static ssize_t do_rbd_remove(struct bus_type *bus, do_rbd_remove()
5602 static ssize_t rbd_remove(struct bus_type *bus, rbd_remove()
5612 static ssize_t rbd_remove_single_major(struct bus_type *bus, rbd_remove_single_major()
/linux-4.4.14/drivers/media/radio/
H A Dradio-wl1273.c56 char *bus_type; member in struct:wl1273_device
1286 strlcpy(capability->bus_info, radio->bus_type, wl1273_fm_vidioc_querycap()
2049 radio->bus_type = "I2C"; wl1273_fm_radio_probe()
/linux-4.4.14/arch/sparc/mm/
H A Dsrmmu.c483 unsigned long virt_addr, int bus_type) srmmu_mapioaddr()
497 * sun4m's. The bus_type represents the upper 4 bits of srmmu_mapioaddr()
500 tmp |= (bus_type << 28); srmmu_mapioaddr()
482 srmmu_mapioaddr(unsigned long physaddr, unsigned long virt_addr, int bus_type) srmmu_mapioaddr() argument
/linux-4.4.14/drivers/spmi/
H A Dspmi.c367 static struct bus_type spmi_bus_type = {
/linux-4.4.14/drivers/hwtracing/coresight/
H A Dcoresight.c618 struct bus_type coresight_bustype = {
/linux-4.4.14/drivers/hwtracing/intel_th/
H A Dcore.c107 static struct bus_type intel_th_bus = {
/linux-4.4.14/drivers/media/usb/b2c2/
H A Dflexcop-usb.c528 fc->bus_type = FC_USB; flexcop_usb_probe()
/linux-4.4.14/drivers/memstick/core/
H A Dmemstick.c171 static struct bus_type memstick_bus_type = {
/linux-4.4.14/drivers/nvdimm/
H A Dbus.c136 static struct bus_type nvdimm_bus_type = {
/linux-4.4.14/drivers/base/power/
H A Dclock_ops.c501 void pm_clk_add_notifier(struct bus_type *bus, pm_clk_add_notifier()
/linux-4.4.14/drivers/bcma/
H A Dmain.c70 static struct bus_type bcma_bus_type = {
/linux-4.4.14/include/acpi/
H A Dacpi_bus.h452 extern struct bus_type acpi_bus_type;
/linux-4.4.14/arch/ia64/sn/kernel/
H A Dtiocx.c144 struct bus_type tiocx_bus_type = {
/linux-4.4.14/sound/pci/asihpi/
H A Dhpioctl.c392 hm.u.s.resource.bus_type = HPI_BUS_PCI; asihpi_adapter_probe()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dmedia-dev.c357 if (endpoint.bus_type == V4L2_MBUS_PARALLEL) fimc_md_parse_port_node()
896 v4l2_err(&fmd->v4l2_dev, "Wrong bus_type: %x\n", fimc_md_create_links()
/linux-4.4.14/drivers/sh/maple/
H A Dmaple.c783 struct bus_type maple_bus_type = {
/linux-4.4.14/drivers/staging/fsl-mc/bus/
H A Dmc-bus.c105 struct bus_type fsl_mc_bus_type = {
/linux-4.4.14/drivers/macintosh/
H A Dmacio_asic.c139 struct bus_type macio_bus_type = {
/linux-4.4.14/drivers/hsi/
H A Dhsi.c64 static struct bus_type hsi_bus_type = {
/linux-4.4.14/drivers/input/serio/
H A Dserio.c1018 struct bus_type serio_bus = {
/linux-4.4.14/drivers/misc/mei/
H A Dbus.c723 static struct bus_type mei_cl_bus_type = {
/linux-4.4.14/drivers/net/phy/
H A Dmdio_bus.c667 struct bus_type mdio_bus_type = {

Completed in 6662 milliseconds

12