/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_io.c | 29 return hdl->io_ops._read8(hdl, addr); in r8712_read8() 36 return hdl->io_ops._read16(hdl, addr); in r8712_read16() 43 return hdl->io_ops._read32(hdl, addr); in r8712_read32() 50 hdl->io_ops._write8(hdl, addr, val); in r8712_write8() 57 hdl->io_ops._write16(hdl, addr, val); in r8712_write16() 64 hdl->io_ops._write32(hdl, addr, val); in r8712_write32() 74 hdl->io_ops._read_mem(hdl, addr, cnt, pmem); in r8712_read_mem() 81 hdl->io_ops._write_mem(hdl, addr, cnt, pmem); in r8712_write_mem() 91 hdl->io_ops._read_port(hdl, addr, cnt, pmem); in r8712_read_port() 98 hdl->io_ops._write_port(hdl, addr, cnt, pmem); in r8712_write_port()
|
H A D | rtl871x_io.c | 58 set_intf_ops(&pintf_hdl->io_ops); in _init_intf_hdl()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_io.c | 38 _read8 = pintfhdl->io_ops._read8; in rtw_read8() 50 _read16 = pintfhdl->io_ops._read16; in rtw_read16() 62 _read32 = pintfhdl->io_ops._read32; in rtw_read32() 76 _write8 = pintfhdl->io_ops._write8; in rtw_write8() 90 _write16 = pintfhdl->io_ops._write16; in rtw_write16() 103 _write32 = pintfhdl->io_ops._write32; in rtw_write32() 116 _write_port = pintfhdl->io_ops._write_port; in rtw_write_port() 133 set_intf_ops(padapter, &pintf->io_ops); in rtw_init_io_priv()
|
/openbmc/linux/include/linux/usb/ |
H A D | phy.h | 99 struct usb_phy_io_ops *io_ops; member 168 if (x && x->io_ops && x->io_ops->read) in usb_phy_io_read() 169 return x->io_ops->read(x, reg); in usb_phy_io_read() 176 if (x && x->io_ops && x->io_ops->write) in usb_phy_io_write() 177 return x->io_ops->write(x, val, reg); in usb_phy_io_write()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakup_audptr.c | 107 .io_ops = &spk_ttyio_ops, 131 synth->io_ops->flush_buffer(synth); in synth_flush() 132 synth->io_ops->send_xchar(synth, SYNTH_CLEAR); in synth_flush() 133 synth->io_ops->synth_out(synth, PROCSPEECH); in synth_flush() 142 synth_id[0] = synth->io_ops->synth_in(synth); in synth_version() 148 synth_id[i] = synth->io_ops->synth_in(synth); in synth_version()
|
H A D | speakup_dectlk.c | 140 .io_ops = &spk_ttyio_ops, 267 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up() 281 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up() 284 synth->io_ops->synth_out(synth, in do_catch_up() 300 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up() 307 synth->io_ops->synth_out(synth, ']'); in synth_flush() 310 synth->io_ops->flush_buffer(synth); in synth_flush() 311 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()
|
H A D | speakup_apollo.c | 116 .io_ops = &spk_ttyio_ops, 178 if (!synth->io_ops->synth_out(synth, ch)) { in do_catch_up() 179 synth->io_ops->tiocmset(synth, 0, UART_MCR_RTS); in do_catch_up() 180 synth->io_ops->tiocmset(synth, UART_MCR_RTS, 0); in do_catch_up() 190 if (synth->io_ops->synth_out(synth, synth->procspeech)) in do_catch_up() 203 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
|
H A D | speakup_decext.c | 131 .io_ops = &spk_ttyio_ops, 191 if (synth_full() || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up() 205 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up() 208 synth->io_ops->synth_out(synth, in do_catch_up() 224 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up() 230 synth->io_ops->flush_buffer(synth); in synth_flush()
|
H A D | synth.c | 97 ret = synth->io_ops->synth_out_unicode(synth, ch); in _spk_do_catch_up() 99 ret = synth->io_ops->synth_out(synth, ch); in _spk_do_catch_up() 110 if (synth->io_ops->synth_out(synth, synth->procspeech)) in _spk_do_catch_up() 123 synth->io_ops->synth_out(synth, synth->procspeech); in _spk_do_catch_up() 140 synth->io_ops->flush_buffer(synth); in spk_synth_flush() 141 synth->io_ops->synth_out(synth, synth->clear); in spk_synth_flush() 147 return synth->io_ops->synth_in_nowait(synth); in spk_synth_get_index() 162 if (synth->io_ops->wait_for_xmitr(synth) > 0) { in spk_synth_is_alive_restart()
|
H A D | speakup_spkout.c | 107 .io_ops = &spk_ttyio_ops, 131 synth->io_ops->flush_buffer(synth); in synth_flush() 132 synth->io_ops->send_xchar(synth, SYNTH_CLEAR); in synth_flush()
|
H A D | speakup_ltlk.c | 116 .io_ops = &spk_ttyio_ops, 146 buf[i] = synth->io_ops->synth_in(synth); in synth_interrogate()
|
H A D | speakup_bns.c | 100 .io_ops = &spk_ttyio_ops,
|
H A D | speakup_txprt.c | 105 .io_ops = &spk_ttyio_ops,
|
H A D | speakup_acntsa.c | 104 .io_ops = &spk_ttyio_ops,
|
H A D | speakup_dummy.c | 120 .io_ops = &spk_ttyio_ops,
|
H A D | spk_types.h | 190 struct spk_io_ops *io_ops; member
|
/openbmc/qemu/hw/nvram/ |
H A D | nrf51_nvm.c | 267 static const MemoryRegionOps io_ops = { variable 323 memory_region_init_io(&s->mmio, obj, &io_ops, s, "nrf51_soc.nvmc", in nrf51_nvm_init()
|
/openbmc/qemu/include/hw/sd/ |
H A D | sdhci.h | 47 const MemoryRegionOps *io_ops; member
|
/openbmc/qemu/hw/isa/ |
H A D | vt82c686.c | 285 const MemoryRegionOps *io_ops; member 300 assert(s->io_ops); in via_superio_realize() 306 memory_region_init_io(&s->io, OBJECT(d), s->io_ops, s, "via-superio", 2); in via_superio_realize() 456 VIA_SUPERIO(obj)->io_ops = &vt82c686b_superio_cfg_ops; in vt82c686b_superio_init() 565 VIA_SUPERIO(obj)->io_ops = &vt8231_superio_cfg_ops; in vt8231_superio_init()
|
/openbmc/linux/include/sound/ |
H A D | soc-topology.h | 161 const struct snd_soc_tplg_kcontrol_ops *io_ops; member
|
/openbmc/qemu/hw/sd/ |
H A D | sdhci.c | 1403 s->io_ops = &sdhci_mmio_le_ops; in sdhci_initfn() 1424 if (s->io_ops != &sdhci_mmio_le_ops) { in sdhci_common_realize() 1428 s->io_ops = &sdhci_mmio_be_ops; in sdhci_common_realize() 1443 memory_region_init_io(&s->iomem, OBJECT(s), s->io_ops, s, "sdhci", in sdhci_common_realize() 1881 s->io_ops = &usdhc_mmio_ops; in imx_usdhc_init() 1946 s->io_ops = &sdhci_s3c_mmio_ops; in sdhci_s3c_init()
|
/openbmc/qemu/hw/net/ |
H A D | igb.c | 214 static const MemoryRegionOps io_ops = { variable 410 memory_region_init_io(&s->io, OBJECT(s), &io_ops, s, in igb_pci_realize()
|
H A D | e1000e.c | 195 static const MemoryRegionOps io_ops = { variable 449 memory_region_init_io(&s->io, OBJECT(s), &io_ops, s, in e1000e_pci_realize()
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-ulpi.c | 249 phy->io_ops = ops; in otg_ulpi_init()
|
/openbmc/linux/sound/soc/ |
H A D | soc-topology.c | 68 const struct snd_soc_tplg_kcontrol_ops *io_ops; member 123 static const struct snd_soc_tplg_kcontrol_ops io_ops[] = { variable 524 ops = tplg->io_ops; in soc_tplg_kcontrol_bind_io() 541 ops = io_ops; in soc_tplg_kcontrol_bind_io() 542 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io() 2556 tplg.io_ops = ops->io_ops; in snd_soc_tplg_component_load()
|