Searched refs:io_ops (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/drivers/staging/rtl8712/
H A Drtl8712_io.c29 return hdl->io_ops._read8(hdl, addr);
36 return hdl->io_ops._read16(hdl, addr);
43 return hdl->io_ops._read32(hdl, addr);
50 hdl->io_ops._write8(hdl, addr, val);
57 hdl->io_ops._write16(hdl, addr, val);
64 hdl->io_ops._write32(hdl, addr, val);
74 hdl->io_ops._read_mem(hdl, addr, cnt, pmem);
81 hdl->io_ops._write_mem(hdl, addr, cnt, pmem);
91 hdl->io_ops._read_port(hdl, addr, cnt, pmem);
98 hdl->io_ops
[all...]
H A Drtl871x_io.c58 set_intf_ops(&pintf_hdl->io_ops);
H A Drtl871x_io.h122 struct _io_ops io_ops; member in struct:intf_hdl
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_io.c38 _read8 = pintfhdl->io_ops._read8;
50 _read16 = pintfhdl->io_ops._read16;
62 _read32 = pintfhdl->io_ops._read32;
76 _write8 = pintfhdl->io_ops._write8;
90 _write16 = pintfhdl->io_ops._write16;
103 _write32 = pintfhdl->io_ops._write32;
116 _write_port = pintfhdl->io_ops._write_port;
133 set_intf_ops(padapter, &pintf->io_ops);
/linux-master/include/linux/usb/
H A Dphy.h99 struct usb_phy_io_ops *io_ops; member in struct:usb_phy
168 if (x && x->io_ops && x->io_ops->read)
169 return x->io_ops->read(x, reg);
176 if (x && x->io_ops && x->io_ops->write)
177 return x->io_ops->write(x, val, reg);
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c140 .io_ops = &spk_ttyio_ops,
267 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) {
281 synth->io_ops->synth_out(synth, PROCSPEECH);
284 synth->io_ops->synth_out(synth,
300 synth->io_ops->synth_out(synth, PROCSPEECH);
307 synth->io_ops->synth_out(synth, ']');
310 synth->io_ops->flush_buffer(synth);
311 synth->io_ops->synth_out(synth, SYNTH_CLEAR);
H A Dspeakup_decext.c131 .io_ops = &spk_ttyio_ops,
191 if (synth_full() || !synth->io_ops->synth_out(synth, ch)) {
205 synth->io_ops->synth_out(synth, PROCSPEECH);
208 synth->io_ops->synth_out(synth,
224 synth->io_ops->synth_out(synth, PROCSPEECH);
230 synth->io_ops->flush_buffer(synth);
H A Dspeakup_apollo.c116 .io_ops = &spk_ttyio_ops,
178 if (!synth->io_ops->synth_out(synth, ch)) {
179 synth->io_ops->tiocmset(synth, 0, UART_MCR_RTS);
180 synth->io_ops->tiocmset(synth, UART_MCR_RTS, 0);
190 if (synth->io_ops->synth_out(synth, synth->procspeech))
203 synth->io_ops->synth_out(synth, PROCSPEECH);
H A Dspeakup_audptr.c107 .io_ops = &spk_ttyio_ops,
131 synth->io_ops->flush_buffer(synth);
132 synth->io_ops->send_xchar(synth, SYNTH_CLEAR);
133 synth->io_ops->synth_out(synth, PROCSPEECH);
142 synth_id[0] = synth->io_ops->synth_in(synth);
148 synth_id[i] = synth->io_ops->synth_in(synth);
H A Dspeakup_spkout.c107 .io_ops = &spk_ttyio_ops,
131 synth->io_ops->flush_buffer(synth);
132 synth->io_ops->send_xchar(synth, SYNTH_CLEAR);
H A Dsynth.c97 ret = synth->io_ops->synth_out_unicode(synth, ch);
99 ret = synth->io_ops->synth_out(synth, ch);
110 if (synth->io_ops->synth_out(synth, synth->procspeech))
123 synth->io_ops->synth_out(synth, synth->procspeech);
140 synth->io_ops->flush_buffer(synth);
141 synth->io_ops->synth_out(synth, synth->clear);
147 return synth->io_ops->synth_in_nowait(synth);
162 if (synth->io_ops->wait_for_xmitr(synth) > 0) {
H A Dspeakup_ltlk.c116 .io_ops = &spk_ttyio_ops,
146 buf[i] = synth->io_ops->synth_in(synth);
H A Dspeakup_dummy.c120 .io_ops = &spk_ttyio_ops,
H A Dspeakup_txprt.c105 .io_ops = &spk_ttyio_ops,
H A Dspeakup_acntsa.c104 .io_ops = &spk_ttyio_ops,
H A Dspeakup_bns.c100 .io_ops = &spk_ttyio_ops,
H A Dspk_types.h190 struct spk_io_ops *io_ops; member in struct:spk_synth
H A Dspeakup_keypc.c108 .io_ops = &spk_serial_io_ops,
H A Dspeakup_acntpc.c117 .io_ops = &spk_serial_io_ops,
H A Dspk_ttyio.c381 !in_synth->io_ops->synth_out(in_synth, ch))
H A Dspeakup_decpc.c227 .io_ops = &spk_serial_io_ops,
/linux-master/include/sound/
H A Dsoc-topology.h161 const struct snd_soc_tplg_kcontrol_ops *io_ops; member in struct:snd_soc_tplg_ops
/linux-master/drivers/usb/phy/
H A Dphy-ulpi.c249 phy->io_ops = ops;
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_io.h125 struct _io_ops io_ops; member in struct:intf_hdl
/linux-master/sound/soc/
H A Dsoc-topology.c68 const struct snd_soc_tplg_kcontrol_ops *io_ops; member in struct:soc_tplg
123 static const struct snd_soc_tplg_kcontrol_ops io_ops[] = { variable in typeref:struct:snd_soc_tplg_kcontrol_ops
524 ops = tplg->io_ops;
541 ops = io_ops;
542 num_ops = ARRAY_SIZE(io_ops);
2557 tplg.io_ops = ops->io_ops;

Completed in 189 milliseconds

12