Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c68 static const struct tty_port_client_operations client_ops = { variable
298 port->client_ops = &client_ops; in serdev_tty_port_register()
310 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_register()
326 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_unregister()
/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1023 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
1024 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()
2797 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2798 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()
2824 if (dsp->client_ops->post_run) { in cs_dsp_run()
2825 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2865 if (dsp->client_ops->pre_stop) in cs_dsp_stop()
2866 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()
2875 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2876 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
[all …]
/openbmc/linux/drivers/tty/
H 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()
H A Dtty_port.c101 port->client_ops = &tty_port_default_client_ops; in tty_port_init()
433 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
/openbmc/linux/include/linux/
H A Dtty_port.h106 const struct tty_port_client_operations *client_ops; member
/openbmc/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h152 const struct cs_dsp_client_ops *client_ops; member
/openbmc/linux/sound/pci/hda/
H A Dcs35l41_hda.c112 static const struct cs_dsp_client_ops client_ops = { variable
461 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
H A Dcs35l56_hda.c939 cs35l56->cs_dsp.client_ops = &cs35l56_hda_client_ops; in cs35l56_hda_common_probe()
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.c892 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops; in wm_adsp1_init()
1158 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp2_init()
1175 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_halo_init()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5958 static const struct hnae3_client_ops client_ops = { variable
5981 client.ops = &client_ops; in hns3_init_module()