| /include/sound/ |
| D | hda-mlink.h | 67 hda_bus_ml_init(struct hdac_bus *bus) { return 0; } in hda_bus_ml_init() 69 static inline void hda_bus_ml_free(struct hdac_bus *bus) { } in hda_bus_ml_free() 72 hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) { return 0; } in hdac_bus_eml_get_count() 75 hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) { } in hdac_bus_eml_enable_interrupt() 78 hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid) { return false; } in hdac_bus_eml_check_interrupt() 81 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked() 87 hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd) in hdac_bus_eml_sdw_set_syncprd_unlocked() 93 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked() 99 hdac_bus_eml_sdw_wait_syncpu_unlocked(struct hdac_bus *bus) { return 0; } in hdac_bus_eml_sdw_wait_syncpu_unlocked() 102 hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) { } in hdac_bus_eml_sync_arm_unlocked() [all …]
|
| D | hda_component.h | 29 static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() 33 static inline void snd_hdac_display_power(struct hdac_bus *bus, in snd_hdac_display_power() 48 static inline int snd_hdac_acomp_init(struct hdac_bus *bus, in snd_hdac_acomp_init() 56 static inline int snd_hdac_acomp_exit(struct hdac_bus *bus) in snd_hdac_acomp_exit() 60 static inline int snd_hdac_acomp_register_notifier(struct hdac_bus *bus, in snd_hdac_acomp_register_notifier()
|
| D | hda_i915.h | 14 static inline void snd_hdac_i915_set_bclk(struct hdac_bus *bus) in snd_hdac_i915_set_bclk() 17 static inline int snd_hdac_i915_init(struct hdac_bus *bus) in snd_hdac_i915_init() 22 static inline int snd_hdac_i915_exit(struct hdac_bus *bus) in snd_hdac_i915_exit()
|
| D | i2c.h | 12 struct snd_i2c_bus *bus; /* I2C bus */ member 68 static inline void snd_i2c_lock(struct snd_i2c_bus *bus) in snd_i2c_lock() 76 static inline void snd_i2c_unlock(struct snd_i2c_bus *bus) in snd_i2c_unlock()
|
| D | hdaudio.h | 55 struct hdac_bus *bus; member 420 #define snd_hdac_aligned_mmio(bus) (bus)->aligned_mmio argument 422 #define snd_hdac_aligned_mmio(bus) false argument 427 static inline void snd_hdac_reg_writeb(struct hdac_bus *bus, void __iomem *addr, in snd_hdac_reg_writeb() 436 static inline void snd_hdac_reg_writew(struct hdac_bus *bus, void __iomem *addr, in snd_hdac_reg_writew() 445 static inline u8 snd_hdac_reg_readb(struct hdac_bus *bus, void __iomem *addr) in snd_hdac_reg_readb() 451 static inline u16 snd_hdac_reg_readw(struct hdac_bus *bus, void __iomem *addr) in snd_hdac_reg_readw() 457 #define snd_hdac_reg_writel(bus, addr, val) writel(val, addr) argument 458 #define snd_hdac_reg_readl(bus, addr) readl(addr) argument 459 #define snd_hdac_reg_writeq(bus, addr, val) writeq(val, addr) argument [all …]
|
| /include/linux/ |
| D | pci-acpi.h | 101 static inline void acpi_pci_slot_enumerate(struct pci_bus *bus) { } in acpi_pci_slot_enumerate() 102 static inline void acpi_pci_slot_remove(struct pci_bus *bus) { } in acpi_pci_slot_remove() 112 static inline void acpiphp_enumerate_slots(struct pci_bus *bus) { } in acpiphp_enumerate_slots() 113 static inline void acpiphp_remove_slots(struct pci_bus *bus) { } in acpiphp_remove_slots() 137 static inline void acpi_pci_add_bus(struct pci_bus *bus) { } in acpi_pci_add_bus() 138 static inline void acpi_pci_remove_bus(struct pci_bus *bus) { } in acpi_pci_remove_bus()
|
| D | fwnode_mdio.h | 27 static inline int fwnode_mdiobus_register_phy(struct mii_bus *bus, in fwnode_mdiobus_register_phy()
|
| D | sfp.h | 581 static inline int sfp_parse_port(struct sfp_bus *bus, in sfp_parse_port() 588 static inline bool sfp_may_have_phy(struct sfp_bus *bus, in sfp_may_have_phy() 594 static inline void sfp_parse_support(struct sfp_bus *bus, in sfp_parse_support() 601 static inline phy_interface_t sfp_select_interface(struct sfp_bus *bus, in sfp_select_interface() 607 static inline int sfp_get_module_info(struct sfp_bus *bus, in sfp_get_module_info() 613 static inline int sfp_get_module_eeprom(struct sfp_bus *bus, in sfp_get_module_eeprom() 619 static inline int sfp_get_module_eeprom_by_page(struct sfp_bus *bus, in sfp_get_module_eeprom_by_page() 626 static inline void sfp_upstream_start(struct sfp_bus *bus) in sfp_upstream_start() 630 static inline void sfp_upstream_stop(struct sfp_bus *bus) in sfp_upstream_stop() 634 static inline void sfp_upstream_set_signal_rate(struct sfp_bus *bus, in sfp_upstream_set_signal_rate() [all …]
|
| D | pci.h | 72 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) argument 78 struct pci_bus *bus; /* Bus this slot is on */ member 327 struct pci_bus *bus; /* Bus this device is on */ member 579 struct pci_bus *bus; /* Root bus */ member 764 #define for_each_pci_bridge(dev, bus) \ argument 1539 #define __pci_bus_for_each_res0(bus, res, ...) \ argument 1544 #define __pci_bus_for_each_res1(bus, res, __b) \ argument 1574 #define pci_bus_for_each_resource(bus, res, ...) \ argument 1907 static inline int pci_domain_nr(struct pci_bus *bus) in pci_domain_nr() 1914 static inline int acpi_pci_bus_find_domain_nr(struct pci_bus *bus) in acpi_pci_bus_find_domain_nr() [all …]
|
| D | pm_clock.h | 97 static inline void pm_clk_add_notifier(const struct bus_type *bus, in pm_clk_add_notifier()
|
| D | pci-ecam.h | 34 #define PCIE_ECAM_OFFSET(bus, devfn, where) \ argument
|
| D | dmar.h | 32 u8 bus; member 53 u8 bus; member 61 int bus; member
|
| /include/linux/device/ |
| D | bus.h | 159 static inline struct device *bus_find_device_by_name(const struct bus_type *bus, in bus_find_device_by_name() 173 bus_find_device_by_of_node(const struct bus_type *bus, const struct device_node *np) in bus_find_device_by_of_node() 185 bus_find_device_by_fwnode(const struct bus_type *bus, const struct fwnode_handle *fwnode) in bus_find_device_by_fwnode() 196 static inline struct device *bus_find_device_by_devt(const struct bus_type *bus, in bus_find_device_by_devt() 209 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 struct acpi_device *adev) in bus_find_device_by_acpi_dev() 230 bus_find_device_by_acpi_dev(const struct bus_type *bus, const void *adev) in bus_find_device_by_acpi_dev()
|
| /include/linux/fsl/ |
| D | enetc_mdio.h | 50 static inline int enetc_mdio_read_c22(struct mii_bus *bus, int phy_id, in enetc_mdio_read_c22() 53 static inline int enetc_mdio_write_c22(struct mii_bus *bus, int phy_id, in enetc_mdio_write_c22() 56 static inline int enetc_mdio_read_c45(struct mii_bus *bus, int phy_id, in enetc_mdio_read_c45() 59 static inline int enetc_mdio_write_c45(struct mii_bus *bus, int phy_id, in enetc_mdio_write_c45()
|
| /include/xen/interface/ |
| D | physdev.h | 128 int bus; member 153 uint8_t bus; member 160 uint8_t bus; member 167 uint8_t bus; member 172 uint8_t bus; member 237 uint8_t bus; member 241 uint8_t bus; member 269 uint8_t bus; member 293 uint8_t bus; member
|
| /include/asm-generic/ |
| D | topology.h | 55 #define pcibus_to_node(bus) ((void)(bus), -1) argument 59 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ argument
|
| D | pci.h | 23 static inline int pci_proc_domain(struct pci_bus *bus) in pci_proc_domain()
|
| /include/linux/platform_data/x86/ |
| D | p2sb.h | 21 static inline int p2sb_bar(struct pci_bus *bus, unsigned int devfn, struct resource *mem) in p2sb_bar()
|
| /include/linux/bcma/ |
| D | bcma_soc.h | 8 struct bcma_bus bus; member
|
| /include/xen/interface/io/ |
| D | pciif.h | 61 uint32_t bus; member 85 uint32_t bus; member
|
| /include/linux/usb/ |
| D | hcd.h | 235 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd() 737 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) in usbmon_urb_submit() 743 static inline void usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, in usbmon_urb_submit_error() 750 static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, in usbmon_urb_complete() 762 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) {} in usbmon_urb_submit() 763 static inline void usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, in usbmon_urb_submit_error() 765 static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, in usbmon_urb_complete()
|
| /include/linux/soundwire/ |
| D | sdw_amd.h | 48 struct sdw_bus *bus; member 74 struct sdw_bus bus; member
|
| /include/linux/i3c/ |
| D | master.h | 240 struct i3c_bus *bus; member 529 struct i3c_bus bus; member 541 #define i3c_bus_for_each_i2cdev(bus, dev) \ argument 552 #define i3c_bus_for_each_i3cdev(bus, dev) \ argument
|
| /include/linux/dsa/ |
| D | loop.h | 35 struct mii_bus *bus; member
|
| /include/linux/platform_data/media/ |
| D | omap4iss.h | 58 } bus; /* gcc < 4.6.0 chokes on anonymous union initializers */ member
|