Searched defs:bus (Results 201 - 225 of 939) sorted by relevance

1234567891011>>

/linux-master/drivers/bcma/
H A Ddriver_pci.c259 void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) argument
H A Dhost_soc.c170 struct bcma_bus *bus = &soc->bus; local
191 struct bcma_bus *bus = &soc->bus; local
207 struct bcma_bus *bus; local
245 struct bcma_bus *bus = platform_get_drvdata(pdev); local
[all...]
H A Ddriver_gpio.c178 struct bcma_bus *bus = cc->core->bus; local
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-i2c.c50 static int hdpvr_i2c_read(struct hdpvr_device *dev, int bus, argument
82 static int hdpvr_i2c_write(struct hdpvr_device *dev, int bus, argument
/linux-master/arch/sh/drivers/pci/
H A Dpci.c224 pcibios_bus_report_status(struct pci_bus *bus, unsigne argument
[all...]
/linux-master/sound/hda/
H A Dhdac_component.c35 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) argument
66 void snd_hdac_display_power(struct hdac_bus *bus, unsigned int idx, bool enable) argument
124 struct hdac_bus *bus = codec->bus; local
165 struct hdac_bus *bus = codec->bus; local
253 snd_hdac_acomp_register_notifier(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops) argument
283 snd_hdac_acomp_init(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *aops, int (*match_master)(struct device *, int, void *), size_t extra_size) argument
333 snd_hdac_acomp_exit(struct hdac_bus *bus) argument
[all...]
H A Dhdac_bus.c31 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, argument
70 snd_hdac_bus_exit(struct hdac_bus *bus) argument
87 snd_hdac_bus_exec_verb(struct hdac_bus *bus, unsigned int addr, unsigned int cmd, unsigned int *res) argument
107 snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr, unsigned int cmd, unsigned int *res) argument
148 snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex) argument
171 struct hdac_bus *bus = container_of(work, struct hdac_bus, unsol_work); local
206 snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec) argument
226 snd_hdac_bus_remove_device(struct hdac_bus *bus, struct hdac_device *codec) argument
271 struct hdac_bus *bus = codec->bus; local
282 struct hdac_bus *bus = codec->bus; local
[all...]
/linux-master/arch/x86/pci/
H A Di386.c233 static void pcibios_allocate_bus_resources(struct pci_bus *bus) argument
307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) argument
341 static void pcibios_allocate_rom_resources(struct pci_bus *bus) argument
357 struct pci_bus *bus; local
375 pcibios_resource_survey_bus(struct pci_bus *bus) argument
390 struct pci_bus *bus; local
[all...]
/linux-master/arch/x86/kernel/
H A Dmmconf-fam10h_64.c22 u32 bus; member in struct:pci_hostbridge_probe
56 unsigned bus; local
/linux-master/drivers/xen/xen-pciback/
H A Dvpci.c31 __xen_pcibk_get_pci_dev(struct xen_pcibk_device *pdev, unsigned int domain, unsigned int bus, unsigned int devfn) argument
232 __xen_pcibk_get_pcifront_dev(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, unsigned int *domain, unsigned int *bus, unsigned int *devfn) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Dio-workarounds.c34 struct iowa_bus *bus = &iowa_busses[i]; local
58 struct iowa_bus *bus; local
145 struct iowa_bus *bus; local
173 struct iowa_bus *bus; local
[all...]
H A Dpci_dn.c30 static struct pci_dn *pci_bus_to_pdn(struct pci_bus *bus) argument
58 struct pci_dn *pci_get_pdn_by_devfn(struct pci_bus *bus, argument
[all...]
/linux-master/drivers/ssb/
H A Dscan.c160 static u32 scan_read32(struct ssb_bus *bus, u8 current_coreidx, argument
187 static int scan_switchcore(struct ssb_bus *bus, u8 coreidx) argument
202 ssb_iounmap(struct ssb_bus *bus) argument
223 ssb_ioremap(struct ssb_bus *bus, unsigned long baseaddr) argument
251 we_support_multiple_80211_cores(struct ssb_bus *bus) argument
271 ssb_bus_scan(struct ssb_bus *bus, unsigned long baseaddr) argument
[all...]
/linux-master/drivers/pci/
H A Dpci-label.c64 int bus = pdev->bus->number; local
H A Decam.c126 static int pci_ecam_add_bus(struct pci_bus *bus) argument
149 static void pci_ecam_remove_bus(struct pci_bus *bus) argument
167 void __iomem *pci_ecam_map_bus(struct pci_bus *bus, unsigned int devfn, argument
[all...]
/linux-master/arch/alpha/kernel/
H A Dsys_nautilus.c84 struct pci_bus *bus = pci_isa_hose->bus; local
205 struct pci_bus *bus; local
[all...]
/linux-master/drivers/power/reset/
H A Dlinkstation-poweroff.c159 struct mii_bus *bus; local
/linux-master/drivers/xen/xenbus/
H A Dxenbus.h51 struct bus_type bus; member in struct:xen_bus_type
/linux-master/include/linux/
H A Dpci-acpi.h101 static inline void acpi_pci_slot_enumerate(struct pci_bus *bus) { } argument
102 static inline void acpi_pci_slot_remove(struct pci_bus *bus) { } argument
112 acpiphp_enumerate_slots(struct pci_bus *bus) argument
113 acpiphp_remove_slots(struct pci_bus *bus) argument
137 acpi_pci_add_bus(struct pci_bus *bus) argument
138 acpi_pci_remove_bus(struct pci_bus *bus) argument
[all...]
/linux-master/drivers/media/common/b2c2/
H A Dflexcop.c216 void *bus; local
/linux-master/drivers/pci/controller/
H A Dpci-thunder-ecam.c29 static int handle_ea_bar(u32 e0, int bar, struct pci_bus *bus, argument
83 static int thunder_ecam_p2_config_read(struct pci_bus *bus, unsigned int devfn, argument
122 thunder_ecam_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
319 thunder_ecam_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-cmd.c175 struct tmComResBusInfo *bus = &dev->bus; local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dpnv-pci.h64 struct pci_bus *bus; member in struct:pnv_php_slot
/linux-master/drivers/base/regmap/
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...]
/linux-master/sound/hda/ext/
H A Dhdac_ext_controller.c27 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *bus, bool enable) argument
49 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *bus, boo argument
79 snd_hdac_ext_bus_get_ml_capabilities(struct hdac_bus *bus) argument
116 snd_hdac_ext_link_free_all(struct hdac_bus *bus) argument
135 snd_hdac_ext_bus_get_hlink_by_addr(struct hdac_bus *bus, int addr) argument
151 snd_hdac_ext_bus_get_hlink_by_name(struct hdac_bus *bus, const char *codec_name) argument
220 snd_hdac_ext_bus_link_power_up_all(struct hdac_bus *bus) argument
239 snd_hdac_ext_bus_link_power_down_all(struct hdac_bus *bus) argument
278 snd_hdac_ext_bus_link_get(struct hdac_bus *bus, struct hdac_ext_link *hlink) argument
320 snd_hdac_ext_bus_link_put(struct hdac_bus *bus, struct hdac_ext_link *hlink) argument
380 struct hdac_bus *bus = codec->bus; local
[all...]

Completed in 309 milliseconds

1234567891011>>