Searched refs:client_ops (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c66 static const struct tty_port_client_operations client_ops = { variable in typeref:struct:tty_port_client_operations
297 port->client_ops = &client_ops;
309 port->client_ops = &tty_port_default_client_ops;
325 port->client_ops = &tty_port_default_client_ops;
/linux-master/drivers/tty/
H A Dtty_buffer.c421 if (port->client_ops->lookahead_buf) {
428 port->client_ops->lookahead_buf(port, p, f, count);
445 n = port->client_ops->receive_buf(port, p, f, count);
H A Dtty_port.c101 port->client_ops = &tty_port_default_client_ops;
435 port->client_ops->write_wakeup(port);
/linux-master/include/linux/
H A Dtty_port.h61 * @client_ops: tty port client operations (like receive_buf, write_wakeup).
81 * @client_data: pointer to private data, for @client_ops
106 const struct tty_port_client_operations *client_ops; member in struct:tty_port
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c1074 if (dsp->client_ops->control_add) {
1075 ret = dsp->client_ops->control_add(ctl);
2763 if (dsp->client_ops->pre_run) {
2764 ret = dsp->client_ops->pre_run(dsp);
2790 if (dsp->client_ops->post_run) {
2791 ret = dsp->client_ops->post_run(dsp);
2831 if (dsp->client_ops->pre_stop)
2832 dsp->client_ops->pre_stop(dsp);
2841 if (dsp->client_ops->post_stop)
2842 dsp->client_ops
[all...]
/linux-master/include/linux/firmware/cirrus/
H A Dcs_dsp.h119 * @client_ops: Function pointers for client callbacks
151 const struct cs_dsp_client_ops *client_ops; member in struct:cs_dsp
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c146 static const struct cs_dsp_client_ops client_ops = {
575 dsp->client_ops = &client_ops;
116 static const struct cs_dsp_client_ops client_ops = { variable in typeref:struct:cs_dsp_client_ops
H A Dcs35l56_hda.c981 cs35l56->cs_dsp.client_ops = &cs35l56_hda_client_ops;
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c869 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops;
1144 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops;
1161 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops;
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5950 static const struct hnae3_client_ops client_ops = { variable in typeref:struct:hnae3_client_ops
5973 client.ops = &client_ops;

Completed in 318 milliseconds