/linux/drivers/ssb/ |
A D | driver_gpio.c | 28 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_to_irq() local 43 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_get_value() local 51 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_set_value() local 59 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_direction_input() local 68 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_direction_output() local 77 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_request() local 90 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_free() local 123 struct ssb_bus *bus = dev_id; in ssb_gpio_irq_chipco_handler() local 321 struct ssb_bus *bus = dev_id; in ssb_gpio_irq_extif_handler() local 459 int ssb_gpio_init(struct ssb_bus *bus) in ssb_gpio_init() [all …]
|
A D | ssb_private.h | 29 static inline int ssb_pci_switch_core(struct ssb_bus *bus, in ssb_pci_switch_core() 34 static inline int ssb_pci_switch_coreidx(struct ssb_bus *bus, in ssb_pci_switch_coreidx() 39 static inline int ssb_pci_xtal(struct ssb_bus *bus, u32 what, in ssb_pci_xtal() 44 static inline void ssb_pci_exit(struct ssb_bus *bus) in ssb_pci_exit() 47 static inline int ssb_pci_init(struct ssb_bus *bus) in ssb_pci_init() 83 static inline void ssb_pcmcia_exit(struct ssb_bus *bus) in ssb_pcmcia_exit() 86 static inline int ssb_pcmcia_init(struct ssb_bus *bus) in ssb_pcmcia_init() 119 static inline void ssb_sdio_exit(struct ssb_bus *bus) in ssb_sdio_exit() 122 static inline int ssb_sdio_init(struct ssb_bus *bus) in ssb_sdio_init() 168 struct ssb_bus *bus; member [all …]
|
A D | sdio.c | 231 struct ssb_bus *bus = dev->bus; in ssb_sdio_read8() local 253 struct ssb_bus *bus = dev->bus; in ssb_sdio_read16() local 275 struct ssb_bus *bus = dev->bus; in ssb_sdio_read32() local 301 struct ssb_bus *bus = dev->bus; in ssb_sdio_block_read() local 345 struct ssb_bus *bus = dev->bus; in ssb_sdio_write8() local 364 struct ssb_bus *bus = dev->bus; in ssb_sdio_write16() local 383 struct ssb_bus *bus = dev->bus; in ssb_sdio_write32() local 408 struct ssb_bus *bus = dev->bus; in ssb_sdio_block_write() local 471 int ssb_sdio_get_invariants(struct ssb_bus *bus, in ssb_sdio_get_invariants() 590 void ssb_sdio_exit(struct ssb_bus *bus) in ssb_sdio_exit() [all …]
|
A D | pcmcia.c | 199 struct ssb_bus *bus = dev->bus; in select_core_and_segment() local 225 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_read8() local 241 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_read16() local 257 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_read32() local 277 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_block_read() local 333 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_write8() local 346 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_write16() local 359 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_write32() local 376 struct ssb_bus *bus = dev->bus; in ssb_pcmcia_block_write() local 732 struct ssb_bus *bus; in ssb_sprom_show() local [all …]
|
A D | pci.c | 964 struct ssb_bus *bus = dev->bus; in ssb_pci_read8() local 977 struct ssb_bus *bus = dev->bus; in ssb_pci_read16() local 990 struct ssb_bus *bus = dev->bus; in ssb_pci_read32() local 1005 struct ssb_bus *bus = dev->bus; in ssb_pci_block_read() local 1038 struct ssb_bus *bus = dev->bus; in ssb_pci_write8() local 1051 struct ssb_bus *bus = dev->bus; in ssb_pci_write16() local 1064 struct ssb_bus *bus = dev->bus; in ssb_pci_write32() local 1079 struct ssb_bus *bus = dev->bus; in ssb_pci_block_write() local 1125 struct ssb_bus *bus; in ssb_sprom_show() local 1139 struct ssb_bus *bus; in ssb_sprom_store() local [all …]
|
A D | embedded.c | 23 int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks) in ssb_watchdog_timer_set() 37 int ssb_watchdog_register(struct ssb_bus *bus) in ssb_watchdog_register() 69 u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask) in ssb_gpio_in() 87 u32 ssb_gpio_out(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_out() 105 u32 ssb_gpio_outen(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_outen() 123 u32 ssb_gpio_control(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_control() 137 u32 ssb_gpio_intmask(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_intmask() 155 u32 ssb_gpio_polarity(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_polarity() 174 static int gige_pci_init_callback(struct ssb_bus *bus, unsigned long data) in gige_pci_init_callback() 216 static int gige_map_irq_callback(struct ssb_bus *bus, unsigned long data) in gige_map_irq_callback()
|
A D | main.c | 60 struct ssb_bus *bus; in ssb_pci_dev_to_bus() local 79 struct ssb_bus *bus; in ssb_pcmcia_dev_to_bus() local 98 struct ssb_bus *bus; in ssb_for_each_bus_call() local 161 int ssb_bus_resume(struct ssb_bus *bus) in ssb_bus_resume() 188 int ssb_bus_suspend(struct ssb_bus *bus) in ssb_bus_suspend() 243 struct ssb_bus *bus = ctx->bus; in ssb_devices_thaw() local 430 void ssb_bus_unregister(struct ssb_bus *bus) in ssb_bus_unregister() 559 struct ssb_bus *bus, *n; in ssb_attach_queued_buses() local 618 ssb_bus_register(struct ssb_bus *bus, in ssb_bus_register() 807 struct ssb_bus *bus = dev->bus; in ssb_set_devtypedata() local [all …]
|
A D | host_soc.c | 18 struct ssb_bus *bus = dev->bus; in ssb_host_soc_read8() local 26 struct ssb_bus *bus = dev->bus; in ssb_host_soc_read16() local 34 struct ssb_bus *bus = dev->bus; in ssb_host_soc_read32() local 44 struct ssb_bus *bus = dev->bus; in ssb_host_soc_block_read() local 91 struct ssb_bus *bus = dev->bus; in ssb_host_soc_write8() local 99 struct ssb_bus *bus = dev->bus; in ssb_host_soc_write16() local 107 struct ssb_bus *bus = dev->bus; in ssb_host_soc_write32() local 117 struct ssb_bus *bus = dev->bus; in ssb_host_soc_block_write() local 176 int ssb_host_soc_get_invariants(struct ssb_bus *bus, in ssb_host_soc_get_invariants()
|
/linux/drivers/net/phy/ |
A D | sfp-bus.c | 485 void sfp_bus_put(struct sfp_bus *bus) in sfp_bus_put() 592 void sfp_upstream_start(struct sfp_bus *bus) in sfp_upstream_start() 609 void sfp_upstream_stop(struct sfp_bus *bus) in sfp_upstream_stop() 644 struct sfp_bus *bus; in sfp_bus_find_fwnode() local 720 void sfp_bus_del_upstream(struct sfp_bus *bus) in sfp_bus_del_upstream() 750 void sfp_remove_phy(struct sfp_bus *bus) in sfp_remove_phy() 760 void sfp_link_up(struct sfp_bus *bus) in sfp_link_up() 769 void sfp_link_down(struct sfp_bus *bus) in sfp_link_down() 792 void sfp_module_remove(struct sfp_bus *bus) in sfp_module_remove() 803 int sfp_module_start(struct sfp_bus *bus) in sfp_module_start() [all …]
|
A D | mdio_bus.c | 109 struct phy_device *mdiobus_get_phy(struct mii_bus *bus, int addr) in mdiobus_get_phy() 123 bool mdiobus_is_registered_device(struct mii_bus *bus, int addr) in mdiobus_is_registered_device() 139 struct mii_bus *bus; in mdiobus_alloc_size() local 177 struct mii_bus *bus = to_mii_bus(d); in mdiobus_release() local 219 struct mii_bus *bus = to_mii_bus(dev); in mdio_bus_stat_field_show() local 241 struct mii_bus *bus = mdiodev->bus; in mdio_bus_device_stat_field_show() local 445 static void of_mdiobus_link_mdiodev(struct mii_bus *bus, in of_mdiobus_link_mdiodev() 485 static int mdiobus_create_device(struct mii_bus *bus, in mdiobus_create_device() 619 void mdiobus_unregister(struct mii_bus *bus) in mdiobus_unregister() 656 void mdiobus_free(struct mii_bus *bus) in mdiobus_free() [all …]
|
/linux/sound/hda/ |
A D | hdac_controller.c | 15 static void azx_clear_corbrp(struct hdac_bus *bus) in azx_clear_corbrp() 43 void snd_hdac_bus_init_cmd_io(struct hdac_bus *bus) in snd_hdac_bus_init_cmd_io() 90 static void hdac_wait_for_cmd_dmas(struct hdac_bus *bus) in hdac_wait_for_cmd_dmas() 109 void snd_hdac_bus_stop_cmd_io(struct hdac_bus *bus) in snd_hdac_bus_stop_cmd_io() 187 void snd_hdac_bus_update_rirb(struct hdac_bus *bus) in snd_hdac_bus_update_rirb() 386 void snd_hdac_bus_enter_link_reset(struct hdac_bus *bus) in snd_hdac_bus_enter_link_reset() 406 void snd_hdac_bus_exit_link_reset(struct hdac_bus *bus) in snd_hdac_bus_exit_link_reset() 460 static void azx_int_enable(struct hdac_bus *bus) in azx_int_enable() 469 static void azx_int_disable(struct hdac_bus *bus) in azx_int_disable() 485 static void azx_int_clear(struct hdac_bus *bus) in azx_int_clear() [all …]
|
A D | hdac_bus.c | 31 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, in snd_hdac_bus_init() 70 void snd_hdac_bus_exit(struct hdac_bus *bus) in snd_hdac_bus_exit() 87 int snd_hdac_bus_exec_verb(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_exec_verb() 107 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_exec_verb_unlocked() 148 void snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex) in snd_hdac_bus_queue_event() 171 struct hdac_bus *bus = container_of(work, struct hdac_bus, unsol_work); in snd_hdac_bus_process_unsol_events() local 206 int snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec) in snd_hdac_bus_add_device() 226 void snd_hdac_bus_remove_device(struct hdac_bus *bus, in snd_hdac_bus_remove_device() 271 struct hdac_bus *bus = codec->bus; in snd_hdac_codec_link_up() local 282 struct hdac_bus *bus = codec->bus; in snd_hdac_codec_link_down() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
A D | bit.c | 32 nvkm_i2c_drive_scl(struct nvkm_i2c_bus *bus, int state) in nvkm_i2c_drive_scl() 38 nvkm_i2c_drive_sda(struct nvkm_i2c_bus *bus, int state) in nvkm_i2c_drive_sda() 44 nvkm_i2c_sense_scl(struct nvkm_i2c_bus *bus) in nvkm_i2c_sense_scl() 50 nvkm_i2c_sense_sda(struct nvkm_i2c_bus *bus) in nvkm_i2c_sense_sda() 56 nvkm_i2c_delay(struct nvkm_i2c_bus *bus, u32 nsec) in nvkm_i2c_delay() 62 nvkm_i2c_raise_scl(struct nvkm_i2c_bus *bus) in nvkm_i2c_raise_scl() 75 i2c_start(struct nvkm_i2c_bus *bus) in i2c_start() 95 i2c_stop(struct nvkm_i2c_bus *bus) in i2c_stop() 108 i2c_bitw(struct nvkm_i2c_bus *bus, int sda) in i2c_bitw() 123 i2c_bitr(struct nvkm_i2c_bus *bus) in i2c_bitr() [all …]
|
A D | bus.c | 49 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_setscl() local 56 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_setsda() local 63 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_getscl() local 70 struct nvkm_i2c_bus *bus = data; in nvkm_i2c_bus_getsda() local 108 nvkm_i2c_bus_init(struct nvkm_i2c_bus *bus) in nvkm_i2c_bus_init() 120 nvkm_i2c_bus_fini(struct nvkm_i2c_bus *bus) in nvkm_i2c_bus_fini() 129 nvkm_i2c_bus_release(struct nvkm_i2c_bus *bus) in nvkm_i2c_bus_release() 138 nvkm_i2c_bus_acquire(struct nvkm_i2c_bus *bus) in nvkm_i2c_bus_acquire() 157 nvkm_i2c_bus_probe(struct nvkm_i2c_bus *bus, const char *what, in nvkm_i2c_bus_probe() 196 struct nvkm_i2c_bus *bus = *pbus; in nvkm_i2c_bus_del() local [all …]
|
/linux/sound/i2c/ |
A D | i2c.c | 34 static int snd_i2c_bus_free(struct snd_i2c_bus *bus) in snd_i2c_bus_free() 61 struct snd_i2c_bus *bus = device->device_data; in snd_i2c_bus_dev_free() local 68 struct snd_i2c_bus *bus; in snd_i2c_bus_create() local 163 static inline void snd_i2c_bit_hw_stop(struct snd_i2c_bus *bus) in snd_i2c_bit_hw_stop() 189 static int snd_i2c_bit_data(struct snd_i2c_bus *bus, int ack) in snd_i2c_bit_data() 194 static void snd_i2c_bit_start(struct snd_i2c_bus *bus) in snd_i2c_bit_start() 203 static void snd_i2c_bit_stop(struct snd_i2c_bus *bus) in snd_i2c_bit_stop() 211 static void snd_i2c_bit_send(struct snd_i2c_bus *bus, int data) in snd_i2c_bit_send() 218 static int snd_i2c_bit_ack(struct snd_i2c_bus *bus) in snd_i2c_bit_ack() 264 struct snd_i2c_bus *bus = device->bus; in snd_i2c_bit_sendbytes() local [all …]
|
/linux/sound/soc/intel/skylake/ |
A D | skl.c | 58 struct hdac_bus *bus = skl_to_bus(skl); in skl_init_pci() local 107 struct hdac_bus *bus = pci_get_drvdata(pci); in skl_clock_power_gating() local 219 struct hdac_bus *bus = dev_id; in skl_interrupt() local 248 struct hdac_bus *bus = dev_id; in skl_threaded_handler() local 436 static int skl_free(struct hdac_bus *bus) in skl_free() 499 struct hdac_bus *bus = skl_to_bus(skl); in skl_find_machine() local 530 struct hdac_bus *bus = skl_to_bus(skl); in skl_machine_device_register() local 571 struct hdac_bus *bus = skl_to_bus(skl); in skl_dmic_device_register() local 796 struct hdac_bus *bus = skl_to_bus(skl); in skl_probe_work() local 864 struct hdac_bus *bus; in skl_create() local [all …]
|
/linux/arch/powerpc/platforms/pasemi/ |
A D | gpio_mdio.c | 34 #define MDC_PIN(bus) (((struct gpio_priv *)bus->priv)->mdc_pin) argument 37 static inline void mdio_lo(struct mii_bus *bus) in mdio_lo() 42 static inline void mdio_hi(struct mii_bus *bus) in mdio_hi() 47 static inline void mdc_lo(struct mii_bus *bus) in mdc_lo() 52 static inline void mdc_hi(struct mii_bus *bus) in mdc_hi() 57 static inline void mdio_active(struct mii_bus *bus) in mdio_active() 62 static inline void mdio_tristate(struct mii_bus *bus) in mdio_tristate() 67 static inline int mdio_read(struct mii_bus *bus) in mdio_read() 72 static void clock_out(struct mii_bus *bus, int bit) in clock_out() 200 static int gpio_mdio_reset(struct mii_bus *bus) in gpio_mdio_reset() [all …]
|
/linux/drivers/i2c/busses/ |
A D | i2c-npcm7xx.c | 331 static void npcm_i2c_init_params(struct npcm_i2c *bus) in npcm_i2c_init_params() 387 static void npcm_i2c_disable(struct npcm_i2c *bus) in npcm_i2c_disable() 411 static void npcm_i2c_enable(struct npcm_i2c *bus) in npcm_i2c_enable() 621 static void npcm_i2c_reset(struct npcm_i2c *bus) in npcm_i2c_reset() 666 static void npcm_i2c_callback(struct npcm_i2c *bus, in npcm_i2c_callback() 729 static u8 npcm_i2c_fifo_usage(struct npcm_i2c *bus) in npcm_i2c_fifo_usage() 1275 struct npcm_i2c *bus = client->adapter->algo_data; in npcm_i2c_unreg_slave() local 1978 struct npcm_i2c *bus = dev_id; in npcm_i2c_bus_irq() local 2212 struct npcm_i2c *bus) in npcm_i2c_init_debugfs() 2232 struct npcm_i2c *bus; in npcm_i2c_probe_bus() local [all …]
|
/linux/sound/hda/ext/ |
A D | hdac_ext_stream.c | 29 void snd_hdac_ext_stream_init(struct hdac_bus *bus, in snd_hdac_ext_stream_init() 95 void snd_hdac_stream_free_all(struct hdac_bus *bus) in snd_hdac_stream_free_all() 109 void snd_hdac_ext_stream_decouple_locked(struct hdac_bus *bus, in snd_hdac_ext_stream_decouple_locked() 134 void snd_hdac_ext_stream_decouple(struct hdac_bus *bus, in snd_hdac_ext_stream_decouple() 252 hdac_ext_link_stream_assign(struct hdac_bus *bus, in hdac_ext_link_stream_assign() 292 hdac_ext_host_stream_assign(struct hdac_bus *bus, in hdac_ext_host_stream_assign() 381 struct hdac_bus *bus = stream->hstream.bus; in snd_hdac_ext_stream_release() local 443 int snd_hdac_ext_stream_set_spib(struct hdac_bus *bus, in snd_hdac_ext_stream_set_spib() 483 void snd_hdac_ext_stop_streams(struct hdac_bus *bus) in snd_hdac_ext_stop_streams() 501 void snd_hdac_ext_stream_drsm_enable(struct hdac_bus *bus, in snd_hdac_ext_stream_drsm_enable() [all …]
|
A D | hdac_ext_controller.c | 34 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *bus, bool enable) in snd_hdac_ext_bus_ppcap_enable() 56 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *bus, bool enable) in snd_hdac_ext_bus_ppcap_int_enable() 86 int snd_hdac_ext_bus_get_ml_capabilities(struct hdac_bus *bus) in snd_hdac_ext_bus_get_ml_capabilities() 123 void snd_hdac_link_free_all(struct hdac_bus *bus) in snd_hdac_link_free_all() 140 struct hdac_ext_link *snd_hdac_ext_bus_get_link(struct hdac_bus *bus, in snd_hdac_ext_bus_get_link() 218 int snd_hdac_ext_bus_link_power_up_all(struct hdac_bus *bus) in snd_hdac_ext_bus_link_power_up_all() 239 int snd_hdac_ext_bus_link_power_down_all(struct hdac_bus *bus) in snd_hdac_ext_bus_link_power_down_all() 256 int snd_hdac_ext_bus_link_get(struct hdac_bus *bus, in snd_hdac_ext_bus_link_get() 298 int snd_hdac_ext_bus_link_put(struct hdac_bus *bus, in snd_hdac_ext_bus_link_put() 358 struct hdac_bus *bus = codec->bus; in snd_hdac_ext_bus_link_power() local
|
/linux/drivers/bcma/ |
A D | scan.c | 144 static u32 bcma_scan_read32(struct bcma_bus *bus, u16 offset) in bcma_scan_read32() 149 static void bcma_scan_switch_core(struct bcma_bus *bus, u32 addr) in bcma_scan_switch_core() 156 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() 168 static s32 bcma_erom_get_ci(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ci() 178 static bool bcma_erom_is_end(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_end() 185 static bool bcma_erom_is_bridge(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_bridge() 208 static s32 bcma_erom_get_mst_port(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_mst_port() 246 static struct bcma_device *bcma_find_core_by_index(struct bcma_bus *bus, in bcma_find_core_by_index() 271 static int bcma_get_next_core(struct bcma_bus *bus, u32 __iomem **eromptr, in bcma_get_next_core() 437 void bcma_detect_chip(struct bcma_bus *bus) in bcma_detect_chip() [all …]
|
/linux/drivers/base/ |
A D | bus.c | 51 static void bus_put(struct bus_type *bus) in bus_put() 155 struct bus_type *bus = priv->bus; in bus_release() local 185 struct bus_type *bus = bus_get(drv->bus); in unbind_store() local 208 struct bus_type *bus = bus_get(drv->bus); in bind_store() local 443 struct bus_type *bus = bus_get(dev->bus); in bus_add_device() local 480 struct bus_type *bus = dev->bus; in bus_probe_device() local 508 struct bus_type *bus = dev->bus; in bus_remove_device() local 592 struct bus_type *bus; in bus_add_driver() local 705 int bus_rescan_devices(struct bus_type *bus) in bus_rescan_devices() 781 int bus_register(struct bus_type *bus) in bus_register() [all …]
|
/linux/drivers/staging/wfx/ |
A D | bus_sdio.c | 38 struct wfx_sdio_priv *bus = priv; in wfx_sdio_copy_from_io() local 59 struct wfx_sdio_priv *bus = priv; in wfx_sdio_copy_to_io() local 80 struct wfx_sdio_priv *bus = priv; in wfx_sdio_lock() local 87 struct wfx_sdio_priv *bus = priv; in wfx_sdio_unlock() local 94 struct wfx_sdio_priv *bus = sdio_get_drvdata(func); in wfx_sdio_irq_handler() local 101 struct wfx_sdio_priv *bus = priv; in wfx_sdio_irq_handler_ext() local 111 struct wfx_sdio_priv *bus = priv; in wfx_sdio_irq_subscribe() local 143 struct wfx_sdio_priv *bus = priv; in wfx_sdio_irq_unsubscribe() local 156 struct wfx_sdio_priv *bus = priv; in wfx_sdio_align_size() local 182 struct wfx_sdio_priv *bus; in wfx_sdio_probe() local [all …]
|
/linux/arch/mips/pci/ |
A D | ops-rc32434.c | 41 #define PCI_CFG_SET(bus, slot, func, off) \ argument 47 struct pci_bus *bus, unsigned int devfn, in config_access() 72 static int read_config_byte(struct pci_bus *bus, unsigned int devfn, in read_config_byte() 83 static int read_config_word(struct pci_bus *bus, unsigned int devfn, in read_config_word() 94 static int read_config_dword(struct pci_bus *bus, unsigned int devfn, in read_config_dword() 129 write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, in write_config_byte() 148 write_config_word(struct pci_bus *bus, unsigned int devfn, int where, in write_config_word() 168 write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, in write_config_dword() 177 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, in pci_config_read() 190 static int pci_config_write(struct pci_bus *bus, unsigned int devfn, in pci_config_write()
|
/linux/drivers/soundwire/ |
A D | stream.c | 268 struct sdw_bus *bus = m_rt->bus; in sdw_program_port_params() local 338 struct sdw_bus *bus = m_rt->bus; in sdw_enable_disable_master_ports() local 512 struct sdw_bus *bus = m_rt->bus; in sdw_prep_deprep_master_ports() local 579 struct sdw_bus *bus = m_rt->bus; in sdw_notify_config() local 764 struct sdw_bus *bus; in do_bank_switch() local 1462 struct sdw_bus *bus; in sdw_acquire_bus_lock() local 1484 struct sdw_bus *bus; in sdw_release_bus_lock() local 1497 struct sdw_bus *bus = NULL; in _sdw_prepare_stream() local 1626 struct sdw_bus *bus = NULL; in _sdw_enable_stream() local 1704 struct sdw_bus *bus = m_rt->bus; in _sdw_disable_stream() local [all …]
|