Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/linux-6.1.9/drivers/net/phy/
Dsfp-bus.c49 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port()
118 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy()
148 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support()
347 phy_interface_t sfp_select_interface(struct sfp_bus *bus, in sfp_select_interface()
388 static const struct sfp_upstream_ops *sfp_get_upstream_ops(struct sfp_bus *bus) in sfp_get_upstream_ops()
426 struct sfp_bus *bus = container_of(kref, struct sfp_bus, kref); in sfp_bus_release() local
440 void sfp_bus_put(struct sfp_bus *bus) in sfp_bus_put()
447 static int sfp_register_bus(struct sfp_bus *bus) in sfp_register_bus()
469 static void sfp_unregister_bus(struct sfp_bus *bus) in sfp_unregister_bus()
494 int sfp_get_module_info(struct sfp_bus *bus, struct ethtool_modinfo *modinfo) in sfp_get_module_info()
[all …]
Dmdio_bus.c109 struct phy_device *mdiobus_get_phy(struct mii_bus *bus, int addr) in mdiobus_get_phy()
128 bool mdiobus_is_registered_device(struct mii_bus *bus, int addr) in mdiobus_is_registered_device()
144 struct mii_bus *bus; in mdiobus_alloc_size() local
182 struct mii_bus *bus = to_mii_bus(d); in mdiobus_release() local
211 static u64 mdio_bus_get_global_stat(struct mii_bus *bus, unsigned int offset) in mdio_bus_get_global_stat()
226 struct mii_bus *bus = to_mii_bus(dev); in mdio_bus_stat_field_show() local
248 struct mii_bus *bus = mdiodev->bus; in mdio_bus_device_stat_field_show() local
452 static void of_mdiobus_link_mdiodev(struct mii_bus *bus, in of_mdiobus_link_mdiodev()
492 static int mdiobus_create_device(struct mii_bus *bus, in mdiobus_create_device()
528 int __mdiobus_register(struct mii_bus *bus, struct module *owner) in __mdiobus_register()
[all …]
/linux-6.1.9/drivers/ssb/
Ddriver_gpio.c28 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
99 struct ssb_bus *bus = irq_data_get_irq_chip_data(d); in ssb_gpio_irq_chipco_mask() local
107 struct ssb_bus *bus = irq_data_get_irq_chip_data(d); in ssb_gpio_irq_chipco_unmask() local
123 struct ssb_bus *bus = dev_id; in ssb_gpio_irq_chipco_handler() local
[all …]
Dssb_private.h29 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()
69 static inline int ssb_pcmcia_switch_coreidx(struct ssb_bus *bus, in ssb_pcmcia_switch_coreidx()
74 static inline int ssb_pcmcia_switch_segment(struct ssb_bus *bus, in ssb_pcmcia_switch_segment()
79 static inline int ssb_pcmcia_hardware_setup(struct ssb_bus *bus) in ssb_pcmcia_hardware_setup()
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()
[all …]
Dsdio.c104 static inline struct device *ssb_sdio_dev(struct ssb_bus *bus) in ssb_sdio_dev()
110 static int ssb_sdio_writeb(struct ssb_bus *bus, unsigned int addr, u8 val) in ssb_sdio_writeb()
140 static int ssb_sdio_set_sbaddr_window(struct ssb_bus *bus, u32 address) in ssb_sdio_set_sbaddr_window()
167 u32 ssb_sdio_scan_read32(struct ssb_bus *bus, u16 offset) in ssb_sdio_scan_read32()
184 int ssb_sdio_scan_switch_coreidx(struct ssb_bus *bus, u8 coreidx) in ssb_sdio_scan_switch_coreidx()
203 static int ssb_sdio_switch_core(struct ssb_bus *bus, struct ssb_device *dev) in ssb_sdio_switch_core()
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
[all …]
Dpcmcia.c71 static int ssb_pcmcia_cfg_write(struct ssb_bus *bus, u8 offset, u8 value) in ssb_pcmcia_cfg_write()
83 static int ssb_pcmcia_cfg_read(struct ssb_bus *bus, u8 offset, u8 *value) in ssb_pcmcia_cfg_read()
94 int ssb_pcmcia_switch_coreidx(struct ssb_bus *bus, in ssb_pcmcia_switch_coreidx()
150 static int ssb_pcmcia_switch_core(struct ssb_bus *bus, struct ssb_device *dev) in ssb_pcmcia_switch_core()
166 int ssb_pcmcia_switch_segment(struct ssb_bus *bus, u8 seg) in ssb_pcmcia_switch_segment()
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
[all …]
Dpci.c32 int ssb_pci_switch_coreidx(struct ssb_bus *bus, u8 coreidx) in ssb_pci_switch_coreidx()
63 int ssb_pci_switch_core(struct ssb_bus *bus, in ssb_pci_switch_core()
84 int ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) in ssb_pci_xtal()
271 static int sprom_do_read(struct ssb_bus *bus, u16 *sprom) in sprom_do_read()
281 static int sprom_do_write(struct ssb_bus *bus, const u16 *sprom) in sprom_do_write()
811 static int sprom_extract(struct ssb_bus *bus, struct ssb_sprom *out, in sprom_extract()
857 static int ssb_pci_sprom_get(struct ssb_bus *bus, in ssb_pci_sprom_get()
926 static void ssb_pci_get_boardinfo(struct ssb_bus *bus, in ssb_pci_get_boardinfo()
933 int ssb_pci_get_invariants(struct ssb_bus *bus, in ssb_pci_get_invariants()
947 static int ssb_pci_assert_buspower(struct ssb_bus *bus) in ssb_pci_assert_buspower()
[all …]
Dmain.c60 struct ssb_bus *bus; in ssb_pci_dev_to_bus() local
79 struct ssb_bus *bus; in ssb_pcmcia_dev_to_bus() local
96 int (*func)(struct ssb_bus *bus, unsigned long data)) in ssb_for_each_bus_call()
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()
207 int ssb_devices_freeze(struct ssb_bus *bus, struct ssb_freeze_context *ctx) in ssb_devices_freeze()
243 struct ssb_bus *bus = ctx->bus; in ssb_devices_thaw() local
413 static void ssb_devices_unregister(struct ssb_bus *bus) in ssb_devices_unregister()
430 void ssb_bus_unregister(struct ssb_bus *bus) in ssb_bus_unregister()
[all …]
Dembedded.c23 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()
/linux-6.1.9/sound/hda/
Dhdac_controller.c15 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()
142 int snd_hdac_bus_send_cmd(struct hdac_bus *bus, unsigned int val) in snd_hdac_bus_send_cmd()
187 void snd_hdac_bus_update_rirb(struct hdac_bus *bus) in snd_hdac_bus_update_rirb()
241 int snd_hdac_bus_get_response(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_get_response()
302 int snd_hdac_bus_parse_capabilities(struct hdac_bus *bus) in snd_hdac_bus_parse_capabilities()
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()
[all …]
Dhdac_bus.c31 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
Dhdac_stream.c54 int snd_hdac_get_stream_stripe_ctl(struct hdac_bus *bus, in snd_hdac_get_stream_stripe_ctl()
93 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, in snd_hdac_stream_init()
118 struct hdac_bus *bus = azx_dev->bus; in snd_hdac_stream_start() local
181 void snd_hdac_stop_streams(struct hdac_bus *bus) in snd_hdac_stop_streams()
194 void snd_hdac_stop_streams_and_chip(struct hdac_bus *bus) in snd_hdac_stop_streams_and_chip()
242 struct hdac_bus *bus = azx_dev->bus; in snd_hdac_stream_setup() local
334 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus, in snd_hdac_stream_assign()
391 struct hdac_bus *bus = azx_dev->bus; in snd_hdac_stream_release() local
407 struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus, in snd_hdac_get_stream()
424 static int setup_bdle(struct hdac_bus *bus, in setup_bdle()
[all …]
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbit.c32 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 …]
Dbus.c35 struct nvkm_i2c_bus *bus = container_of(adap, typeof(*bus), i2c); in nvkm_i2c_bus_pre_xfer() local
42 struct nvkm_i2c_bus *bus = container_of(adap, typeof(*bus), i2c); in nvkm_i2c_bus_post_xfer() local
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
80 struct nvkm_i2c_bus *bus = container_of(adap, typeof(*bus), i2c); in nvkm_i2c_bus_xfer() 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()
[all …]
/linux-6.1.9/sound/i2c/
Di2c.c34 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
99 int snd_i2c_device_create(struct snd_i2c_bus *bus, const char *name, in snd_i2c_device_create()
146 int snd_i2c_probeaddr(struct snd_i2c_bus *bus, unsigned short addr) in snd_i2c_probeaddr()
157 static inline void snd_i2c_bit_hw_start(struct snd_i2c_bus *bus) in snd_i2c_bit_hw_start()
163 static inline void snd_i2c_bit_hw_stop(struct snd_i2c_bus *bus) in snd_i2c_bit_hw_stop()
169 static void snd_i2c_bit_direction(struct snd_i2c_bus *bus, int clock, int data) in snd_i2c_bit_direction()
175 static void snd_i2c_bit_set(struct snd_i2c_bus *bus, int clock, int data) in snd_i2c_bit_set()
189 static int snd_i2c_bit_data(struct snd_i2c_bus *bus, int ack) in snd_i2c_bit_data()
[all …]
/linux-6.1.9/arch/powerpc/platforms/pasemi/
Dgpio_mdio.c34 #define MDC_PIN(bus) (((struct gpio_priv *)bus->priv)->mdc_pin) argument
35 #define MDIO_PIN(bus) (((struct gpio_priv *)bus->priv)->mdio_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()
[all …]
/linux-6.1.9/sound/soc/intel/skylake/
Dskl.c58 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
128 static int skl_init_chip(struct hdac_bus *bus, bool full_reset) in skl_init_chip()
150 struct hdac_bus *bus = pci_get_drvdata(pci); in skl_update_d0i3c() local
199 static void skl_dum_set(struct hdac_bus *bus) in skl_dum_set()
212 static void skl_stream_update(struct hdac_bus *bus, struct hdac_stream *hstr) in skl_stream_update()
219 struct hdac_bus *bus = dev_id; in skl_interrupt() local
248 struct hdac_bus *bus = dev_id; in skl_threaded_handler() local
258 static int skl_acquire_irq(struct hdac_bus *bus, int do_disconnect) in skl_acquire_irq()
283 struct hdac_bus *bus = pci_get_drvdata(pci); in skl_suspend_late() local
[all …]
/linux-6.1.9/drivers/i2c/busses/
Di2c-npcm7xx.c340 static inline void npcm_i2c_select_bank(struct npcm_i2c *bus, in npcm_i2c_select_bank()
352 static void npcm_i2c_init_params(struct npcm_i2c *bus) in npcm_i2c_init_params()
369 static inline void npcm_i2c_wr_byte(struct npcm_i2c *bus, u8 data) in npcm_i2c_wr_byte()
374 static inline u8 npcm_i2c_rd_byte(struct npcm_i2c *bus) in npcm_i2c_rd_byte()
381 struct npcm_i2c *bus = container_of(_adap, struct npcm_i2c, adap); in npcm_i2c_get_SCL() local
388 struct npcm_i2c *bus = container_of(_adap, struct npcm_i2c, adap); in npcm_i2c_get_SDA() local
393 static inline u16 npcm_i2c_get_index(struct npcm_i2c *bus) in npcm_i2c_get_index()
403 static inline bool npcm_i2c_is_quick(struct npcm_i2c *bus) in npcm_i2c_is_quick()
408 static void npcm_i2c_disable(struct npcm_i2c *bus) in npcm_i2c_disable()
428 static void npcm_i2c_enable(struct npcm_i2c *bus) in npcm_i2c_enable()
[all …]
/linux-6.1.9/drivers/bcma/
Dscan.c144 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()
194 static void bcma_erom_skip_component(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_skip_component()
208 static s32 bcma_erom_get_mst_port(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_mst_port()
218 static u32 bcma_erom_get_addr_desc(struct bcma_bus *bus, u32 __iomem **eromptr, in bcma_erom_get_addr_desc()
246 static struct bcma_device *bcma_find_core_by_index(struct bcma_bus *bus, in bcma_find_core_by_index()
[all …]
/linux-6.1.9/drivers/base/
Dbus.c42 static struct bus_type *bus_get(struct bus_type *bus) in bus_get()
51 static void bus_put(struct bus_type *bus) in bus_put()
131 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file()
143 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file()
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
226 static ssize_t drivers_autoprobe_show(struct bus_type *bus, char *buf) in drivers_autoprobe_show()
231 static ssize_t drivers_autoprobe_store(struct bus_type *bus, in drivers_autoprobe_store()
241 static ssize_t drivers_probe_store(struct bus_type *bus, in drivers_probe_store()
[all …]
/linux-6.1.9/sound/hda/ext/
Dhdac_ext_stream.c29 static void snd_hdac_ext_stream_init(struct hdac_bus *bus, in snd_hdac_ext_stream_init()
68 int snd_hdac_ext_stream_init_all(struct hdac_bus *bus, int start_idx, in snd_hdac_ext_stream_init_all()
94 void snd_hdac_ext_stream_free_all(struct hdac_bus *bus) in snd_hdac_ext_stream_free_all()
108 void snd_hdac_ext_stream_decouple_locked(struct hdac_bus *bus, in snd_hdac_ext_stream_decouple_locked()
133 void snd_hdac_ext_stream_decouple(struct hdac_bus *bus, in snd_hdac_ext_stream_decouple()
251 hdac_ext_link_stream_assign(struct hdac_bus *bus, in hdac_ext_link_stream_assign()
287 hdac_ext_host_stream_assign(struct hdac_bus *bus, in hdac_ext_host_stream_assign()
339 struct hdac_ext_stream *snd_hdac_ext_stream_assign(struct hdac_bus *bus, in snd_hdac_ext_stream_assign()
376 struct hdac_bus *bus = hext_stream->hstream.bus; in snd_hdac_ext_stream_release() local
415 void snd_hdac_ext_stream_spbcap_enable(struct hdac_bus *bus, in snd_hdac_ext_stream_spbcap_enable()
[all …]
Dhdac_ext_controller.c27 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *bus, bool enable) in snd_hdac_ext_bus_ppcap_enable()
49 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *bus, bool enable) in snd_hdac_ext_bus_ppcap_int_enable()
79 int snd_hdac_ext_bus_get_ml_capabilities(struct hdac_bus *bus) in snd_hdac_ext_bus_get_ml_capabilities()
116 void snd_hdac_link_free_all(struct hdac_bus *bus) in snd_hdac_link_free_all()
135 struct hdac_ext_link *snd_hdac_ext_bus_link_at(struct hdac_bus *bus, int addr) in snd_hdac_ext_bus_link_at()
153 struct hdac_ext_link *snd_hdac_ext_bus_get_link(struct hdac_bus *bus, in snd_hdac_ext_bus_get_link()
222 int snd_hdac_ext_bus_link_power_up_all(struct hdac_bus *bus) in snd_hdac_ext_bus_link_power_up_all()
243 int snd_hdac_ext_bus_link_power_down_all(struct hdac_bus *bus) in snd_hdac_ext_bus_link_power_down_all()
260 int snd_hdac_ext_bus_link_get(struct hdac_bus *bus, in snd_hdac_ext_bus_link_get()
302 int snd_hdac_ext_bus_link_put(struct hdac_bus *bus, in snd_hdac_ext_bus_link_put()
[all …]
/linux-6.1.9/sound/soc/intel/avs/
Dcore.c31 avs_hda_update_config_dword(struct hdac_bus *bus, u32 reg, u32 mask, u32 value) in avs_hda_update_config_dword()
51 static void avs_hdac_clock_gating_enable(struct hdac_bus *bus, bool enable) in avs_hdac_clock_gating_enable()
72 static int avs_hdac_bus_init_streams(struct hdac_bus *bus) in avs_hdac_bus_init_streams()
88 static bool avs_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in avs_hdac_bus_init_chip()
110 static int probe_codec(struct hdac_bus *bus, int addr) in probe_codec()
149 static void avs_hdac_bus_probe_codecs(struct hdac_bus *bus) in avs_hdac_bus_probe_codecs()
184 struct hdac_bus *bus = &adev->base.core; in avs_hda_probe_work() local
240 static void hdac_update_stream(struct hdac_bus *bus, struct hdac_stream *stream) in hdac_update_stream()
254 struct hdac_bus *bus = context; in hdac_bus_irq_handler() local
297 struct hdac_bus *bus = context; in hdac_bus_irq_thread() local
[all …]
/linux-6.1.9/drivers/net/wireless/silabs/wfx/
Dbus_sdio.c54 struct wfx_sdio_priv *bus = priv; in wfx_sdio_copy_from_io() local
74 struct wfx_sdio_priv *bus = priv; in wfx_sdio_copy_to_io() local
95 struct wfx_sdio_priv *bus = priv; in wfx_sdio_lock() local
102 struct wfx_sdio_priv *bus = priv; in wfx_sdio_unlock() local
109 struct wfx_sdio_priv *bus = sdio_get_drvdata(func); in wfx_sdio_irq_handler() local
116 struct wfx_sdio_priv *bus = priv; in wfx_sdio_irq_handler_ext() local
126 struct wfx_sdio_priv *bus = priv; in wfx_sdio_irq_subscribe() local
157 struct wfx_sdio_priv *bus = priv; in wfx_sdio_irq_unsubscribe() local
170 struct wfx_sdio_priv *bus = priv; in wfx_sdio_align_size() local
198 struct wfx_sdio_priv *bus; in wfx_sdio_probe() local
[all …]
/linux-6.1.9/arch/mips/pci/
Dops-rc32434.c41 #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()

12345678910>>...39