| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_io.c | 37 _read8 = pintfhdl->io_ops._read8; in rtw_read8() 49 _read16 = pintfhdl->io_ops._read16; in rtw_read16() 61 _read32 = pintfhdl->io_ops._read32; in rtw_read32() 75 _write8 = pintfhdl->io_ops._write8; in rtw_write8() 89 _write16 = pintfhdl->io_ops._write16; in rtw_write16() 102 _write32 = pintfhdl->io_ops._write32; in rtw_write32() 115 _write_port = pintfhdl->io_ops._write_port; in rtw_write_port() 132 set_intf_ops(padapter, &pintf->io_ops); in rtw_init_io_priv()
|
| /drivers/accessibility/speakup/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| A D | speakup_ltlk.c | 116 .io_ops = &spk_ttyio_ops, 146 buf[i] = synth->io_ops->synth_in(synth); in synth_interrogate()
|
| A D | speakup_bns.c | 100 .io_ops = &spk_ttyio_ops,
|
| A D | speakup_txprt.c | 105 .io_ops = &spk_ttyio_ops,
|
| A D | speakup_acntsa.c | 104 .io_ops = &spk_ttyio_ops,
|
| A D | speakup_dummy.c | 120 .io_ops = &spk_ttyio_ops,
|
| A D | spk_types.h | 190 struct spk_io_ops *io_ops; member
|
| A D | speakup_keypc.c | 108 .io_ops = &spk_serial_io_ops,
|
| A D | spk_ttyio.c | 381 !in_synth->io_ops->synth_out(in_synth, ch)) in spk_ttyio_synth_immediate()
|
| A D | speakup_acntpc.c | 117 .io_ops = &spk_serial_io_ops,
|
| A D | speakup_decpc.c | 227 .io_ops = &spk_serial_io_ops,
|
| A D | speakup_dtlk.c | 133 .io_ops = &spk_serial_io_ops,
|
| A D | speakup_soft.c | 141 .io_ops = NULL,
|
| /drivers/firmware/arm_scmi/transports/ |
| A D | mailbox.c | 39 struct scmi_shmem_io_ops *io_ops; member 51 smbox->io_ops->toio); in tx_prepare() 204 &smbox->io_ops); in mailbox_chan_setup() 312 core->shmem->fetch_response(smbox->shmem, xfer, smbox->io_ops->fromio); in mailbox_fetch_response() 321 smbox->io_ops->fromio); in mailbox_fetch_notification()
|
| A D | smc.c | 64 struct scmi_shmem_io_ops *io_ops; member 150 &scmi_info->io_ops); in smc_chan_setup() 236 scmi_info->io_ops->toio); in smc_send_message() 261 scmi_info->io_ops->fromio); in smc_fetch_response()
|
| A D | optee.c | 130 struct scmi_shmem_io_ops *io_ops; member 354 &channel->io_ops); in setup_static_shmem() 470 channel->io_ops->toio); in scmi_optee_send_message() 490 channel->io_ops->fromio); in scmi_optee_fetch_response()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_io.h | 45 struct _io_ops io_ops; member
|
| /drivers/usb/phy/ |
| A D | phy-ulpi.c | 249 phy->io_ops = ops; in otg_ulpi_init()
|
| /drivers/usb/musb/ |
| A D | musb_core.c | 2451 if (IS_ENABLED(CONFIG_USB_PHY) && musb->xceiv && !musb->xceiv->io_ops) { in musb_init_controller() 2454 musb->xceiv->io_ops = &musb_ulpi_access; in musb_init_controller()
|