Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serdev/
A Dserdev-ttyport.c68 static const struct tty_port_client_operations client_ops = { variable
286 port->client_ops = &client_ops; in serdev_tty_port_register()
298 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_register()
314 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_unregister()
/linux-6.3-rc2/drivers/firmware/cirrus/
A Dcs_dsp.c987 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
2667 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2668 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()
2694 if (dsp->client_ops->post_run) { in cs_dsp_run()
2695 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2735 if (dsp->client_ops->pre_stop) in cs_dsp_stop()
2736 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()
2745 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2746 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
2841 if (dsp->client_ops->control_remove) in cs_dsp_remove()
[all …]
/linux-6.3-rc2/drivers/tty/
A Dtty_buffer.c491 if (port->client_ops->lookahead_buf) { in lookahead_bufs()
498 port->client_ops->lookahead_buf(port, p, f, count); in lookahead_bufs()
515 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
A Dtty_port.c103 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-6.3-rc2/include/linux/firmware/cirrus/
A Dcs_dsp.h152 const struct cs_dsp_client_ops *client_ops; member
/linux-6.3-rc2/include/linux/
A Dtty_port.h105 const struct tty_port_client_operations *client_ops; member
/linux-6.3-rc2/sound/pci/hda/
A Dcs35l41_hda.c105 static const struct cs_dsp_client_ops client_ops = { variable
411 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
/linux-6.3-rc2/sound/soc/codecs/
A Dwm_adsp.c884 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops; in wm_adsp1_init()
1131 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp2_init()
1148 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_halo_init()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c5925 static const struct hnae3_client_ops client_ops = { variable
5948 client.ops = &client_ops; in hns3_init_module()

Completed in 30 milliseconds