Searched refs:client_ops (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 68 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()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 68 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()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_buffer.c | 421 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 D | tty_port.c | 101 port->client_ops = &tty_port_default_client_ops; in tty_port_init() 433 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
|
/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 1020 if (dsp->client_ops->control_add) { in cs_dsp_create_control() 1021 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control() 2704 if (dsp->client_ops->pre_run) { in cs_dsp_run() 2705 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run() 2731 if (dsp->client_ops->post_run) { in cs_dsp_run() 2732 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run() 2772 if (dsp->client_ops->pre_stop) in cs_dsp_stop() 2773 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop() 2782 if (dsp->client_ops->post_stop) in cs_dsp_stop() 2783 dsp->client_ops in cs_dsp_stop() [all...] |
/kernel/linux/linux-6.6/include/linux/firmware/cirrus/ |
H A D | cs_dsp.h | 119 * @client_ops: Function pointers for client callbacks 152 const struct cs_dsp_client_ops *client_ops; member
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_port.c | 73 port->client_ops = &tty_port_default_client_ops; in tty_port_init() 389 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
|
H A D | tty_buffer.c | 461 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_port.h | 61 * @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
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 891 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops; in wm_adsp1_init() 1157 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp2_init() 1174 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_halo_init()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | cs35l41_hda.c | 112 static const struct cs_dsp_client_ops client_ops = { variable 461 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
|
H A D | cs35l56_hda.c | 921 cs35l56->cs_dsp.client_ops = &cs35l56_hda_client_ops; in cs35l56_hda_common_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty.h | 211 const struct tty_port_client_operations *client_ops; /* Port client operations */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 4693 static const struct hnae3_client_ops client_ops = { variable 4717 client.ops = &client_ops; in hns3_init_module()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 5951 static const struct hnae3_client_ops client_ops = { variable 5974 client.ops = &client_ops; in hns3_init_module()
|
Completed in 29 milliseconds