Home
last modified time | relevance | path

Searched refs:client_ops (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/tty/serdev/
A Dserdev-ttyport.c66 static const struct tty_port_client_operations client_ops = { variable
297 port->client_ops = &client_ops; in serdev_tty_port_register()
309 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_register()
325 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_unregister()
/linux/drivers/tty/
A Dtty_buffer.c421 if (port->client_ops->lookahead_buf) { in lookahead_bufs()
428 port->client_ops->lookahead_buf(port, p, f, count); in lookahead_bufs()
445 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
A Dtty_port.c101 port->client_ops = &tty_port_default_client_ops; in tty_port_init()
435 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
/linux/drivers/mfd/
A Dcs40l50-core.c195 static const struct cs_dsp_client_ops client_ops = { variable
217 cs40l50->dsp.client_ops = &client_ops; in cs40l50_dsp_init()
/linux/drivers/firmware/cirrus/
A Dcs_dsp.c1084 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
2847 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2848 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()
2874 if (dsp->client_ops->post_run) { in cs_dsp_run()
2875 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2915 if (dsp->client_ops->pre_stop) in cs_dsp_stop()
2916 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()
2925 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2926 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
3024 if (dsp->client_ops->control_remove) in cs_dsp_remove()
[all …]
/linux/include/linux/
A Dtty_port.h106 const struct tty_port_client_operations *client_ops; member
/linux/include/linux/firmware/cirrus/
A Dcs_dsp.h161 const struct cs_dsp_client_ops *client_ops; member
/linux/sound/pci/hda/
A Dcs35l41_hda.c136 static const struct cs_dsp_client_ops client_ops = { variable
565 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
A Dcs35l56_hda.c1009 cs35l56->cs_dsp.client_ops = &cs35l56_hda_client_ops; in cs35l56_hda_common_probe()
/linux/sound/soc/codecs/
A Dwm_adsp.c880 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops; in wm_adsp1_init()
1155 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp2_init()
1172 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_halo_init()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c5953 static const struct hnae3_client_ops client_ops = { variable
5976 client.ops = &client_ops; in hns3_init_module()

Completed in 43 milliseconds