Searched defs:bus (Results 251 - 275 of 938) sorted by path

<<11121314151617181920>>

/linux-master/drivers/acpi/
H A Dpci_root.c647 unsigned long long segment, bus; local
1009 struct pci_bus *bus; local
[all...]
H A Dpci_slot.c130 void acpi_pci_slot_enumerate(struct pci_bus *bus) argument
142 void acpi_pci_slot_remove(struct pci_bus *bus) argument
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c634 static ssize_t new_device_store(const struct bus_type *bus, const char *buf, size_t count) argument
708 static ssize_t delete_device_store(const struct bus_type *bus, const char *buf, size_t count) argument
/linux-master/drivers/atm/
H A Dfore200e.h833 const struct fore200e_bus* bus; /* bus-dependent code and data */ member in struct:fore200e
H A Diphase.h1028 unsigned char bus; member in struct:iadev_priv
/linux-master/drivers/base/
H A Dbase.h53 const struct bus_type *bus; member in struct:subsys_private
[all...]
H A Dbus.c60 static struct subsys_private *bus_to_subsys(const struct bus_type *bus) argument
87 bus_get(const struct bus_type *bus) argument
96 bus_put(const struct bus_type *bus) argument
179 bus_create_file(const struct bus_type *bus, struct bus_attribute *attr) argument
194 bus_remove_file(const struct bus_type *bus, struct bus_attribute *attr) argument
236 const struct bus_type *bus = bus_get(drv->bus); local
259 const struct bus_type *bus = bus_get(drv->bus); local
277 drivers_autoprobe_show(const struct bus_type *bus, char *buf) argument
290 drivers_autoprobe_store(const struct bus_type *bus, const char *buf, size_t count) argument
307 drivers_probe_store(const struct bus_type *bus, const char *buf, size_t count) argument
354 bus_for_each_dev(const struct bus_type *bus, struct device *start, void *data, int (*fn)(struct device *, void *)) argument
390 bus_find_device(const struct bus_type *bus, struct device *start, const void *data, int (*match)(struct device *dev, const void *data)) argument
443 bus_for_each_drv(const struct bus_type *bus, struct device_driver *start, void *data, int (*fn)(struct device_driver *, void *)) argument
607 add_probe_files(const struct bus_type *bus) argument
622 remove_probe_files(const struct bus_type *bus) argument
779 bus_rescan_devices(const struct bus_type *bus) argument
818 bus_uevent_store(const struct bus_type *bus, const char *buf, size_t count) argument
851 bus_register(const struct bus_type *bus) argument
936 bus_unregister(const struct bus_type *bus) argument
960 bus_register_notifier(const struct bus_type *bus, struct notifier_block *nb) argument
974 bus_unregister_notifier(const struct bus_type *bus, struct notifier_block *nb) argument
998 bus_get_kset(const struct bus_type *bus) argument
1040 bus_sort_breadthfirst(const struct bus_type *bus, int (*compare)(const struct device *a, const struct device *b)) argument
1317 driver_find(const char *name, const struct bus_type *bus) argument
1343 bus_is_registered(const struct bus_type *bus) argument
1367 bus_get_dev_root(const struct bus_type *bus) argument
[all...]
/linux-master/drivers/base/power/
H A Dclock_ops.c796 void pm_clk_add_notifier(const struct bus_type *bus, argument
/linux-master/drivers/base/regmap/
H A Dinternal.h71 const struct regmap_bus *bus; member in struct:regmap
H A Dregmap-fsi.c155 const struct regmap_bus *bus = NULL; local
209 const struct regmap_bus *bus = regmap_get_fsi_bus(fsi_dev, config); local
222 const struct regmap_bus *bus = regmap_get_fsi_bus(fsi_dev, config); local
[all...]
H A Dregmap-i2c.c310 const struct regmap_bus *bus = NULL; local
374 const struct regmap_bus *bus = regmap_get_i2c_bus(i2c, config); local
389 const struct regmap_bus *bus = regmap_get_i2c_bus(i2c, config); local
[all...]
H A Dregmap-mdio.c89 const struct regmap_bus *bus; local
106 const struct regmap_bus *bus; local
H A Dregmap-sccb.c103 const struct regmap_bus *bus = regmap_get_sccb_bus(i2c, config); local
118 const struct regmap_bus *bus = regmap_get_sccb_bus(i2c, config); local
H A Dregmap-slimbus.c46 const struct regmap_bus *bus = regmap_get_slimbus(slimbus, config); local
61 const struct regmap_bus *bus = regmap_get_slimbus(slimbus, config); local
H A Dregmap-spi.c117 struct regmap_bus *bus; local
145 const struct regmap_bus *bus = regmap_get_spi_bus(spi, config); local
159 const struct regmap_bus *bus = regmap_get_spi_bus(spi, config); local
[all...]
H A Dregmap-w1.c211 const struct regmap_bus *bus = regmap_get_w1_bus(w1_dev, config); local
227 const struct regmap_bus *bus = regmap_get_w1_bus(w1_dev, config); local
H A Dregmap.c601 static enum regmap_endian regmap_get_reg_endian(const struct regmap_bus *bus, argument
625 regmap_get_val_endian(struct device *dev, const struct regmap_bus *bus, const struct regmap_config *config) argument
664 __regmap_init(struct device *dev, const struct regmap_bus *bus, void *bus_context, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
1174 __devm_regmap_init(struct device *dev, const struct regmap_bus *bus, void *bus_context, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
[all...]
/linux-master/drivers/bcma/
H A Ddriver_chipcommon.c39 struct bcma_bus *bus = cc->core->bus; local
58 struct bcma_bus *bus = cc->core->bus; local
97 struct bcma_bus *bus = cc->core->bus; local
115 struct bcma_bus *bus = cc->core->bus; local
144 struct bcma_bus *bus = cc->core->bus; local
171 struct bcma_bus *bus = cc->core->bus; local
248 struct bcma_bus *bus = cc->core->bus; local
[all...]
H A Ddriver_chipcommon_b.c14 static bool bcma_wait_reg(struct bcma_bus *bus, void __iomem *addr, u32 mask, argument
35 struct bcma_bus *bus = ccb->core->bus; local
H A Ddriver_chipcommon_nflash.c30 struct bcma_bus *bus = cc->core->bus; local
H A Ddriver_chipcommon_pmu.c82 struct bcma_bus *bus = cc->core->bus; local
150 struct bcma_bus *bus = cc->core->bus; local
164 struct bcma_bus *bus local
212 struct bcma_bus *bus = cc->core->bus; local
232 struct bcma_bus *bus = cc->core->bus; local
276 struct bcma_bus *bus = cc->core->bus; local
311 struct bcma_bus *bus = cc->core->bus; local
356 struct bcma_bus *bus = cc->core->bus; local
422 struct bcma_bus *bus = cc->core->bus; local
454 struct bcma_bus *bus = cc->core->bus; local
499 struct bcma_bus *bus = cc->core->bus; local
[all...]
H A Ddriver_gpio.c178 struct bcma_bus *bus = cc->core->bus; local
H A Ddriver_mips.c91 struct bcma_bus *bus = dev->bus; local
138 bcma_core_mips_set_irq_name(struct bcma_bus *bus, unsigned int irq, u16 coreid, u8 unit) argument
168 bcma_core_mips_dump_irq(struct bcma_bus *bus) argument
179 struct bcma_bus *bus = mcore->core->bus; local
189 bcma_boot_dev(struct bcma_bus *bus) argument
230 struct bcma_bus *bus = mcore->core->bus; local
256 struct bcma_bus *bus = mcore->core->bus; local
267 bcma_fix_i2s_irqflag(struct bcma_bus *bus) argument
295 struct bcma_bus *bus; local
[all...]
H A Ddriver_pci.c259 void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) argument
H A Ddriver_pci_host.c30 struct bcma_bus *bus = pc->core->bus; local
230 static int bcma_core_pci_hostmode_read_config(struct pci_bus *bus, argument
250 static int bcma_core_pci_hostmode_write_config(struct pci_bus *bus, argument
342 struct bcma_bus *bus = pc->core->bus; local
389 struct bcma_bus *bus = pc->core->bus; local
[all...]

Completed in 844 milliseconds

<<11121314151617181920>>