Home
last modified time | relevance | path

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

/linux/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/drivers/firmware/cirrus/
A Dcs_dsp.c963 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
964 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()
2624 if (dsp->client_ops->post_run) { in cs_dsp_run()
2625 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2672 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2673 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
2762 if (dsp->client_ops->control_remove) in cs_dsp_remove()
2763 dsp->client_ops->control_remove(ctl); in cs_dsp_remove()
2902 if (dsp->client_ops->watchdog_expired) in cs_dsp_adsp2_bus_error()
3021 if (dsp->client_ops->watchdog_expired) in cs_dsp_halo_wdt_expire()
[all …]
/linux/include/linux/firmware/cirrus/
A Dcs_dsp.h143 const struct cs_dsp_client_ops *client_ops; member
/linux/drivers/tty/
A Dtty_port.c73 port->client_ops = &tty_port_default_client_ops; in tty_port_init()
389 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
A Dtty_buffer.c491 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
/linux/include/linux/
A Dtty_port.h56 const struct tty_port_client_operations *client_ops; /* Port client operations */ member
/linux/sound/soc/codecs/
A Dwm_adsp.c825 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops; in wm_adsp1_init()
1054 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp2_init()
1071 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_halo_init()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c5673 static const struct hnae3_client_ops client_ops = { variable
5696 client.ops = &client_ops; in hns3_init_module()
/linux/
A DSystem.map77890 ffff8000111bc0f8 d client_ops
79683 ffff80001121b588 d client_ops
A D.tmp_System.map77890 ffff8000111bc0f8 d client_ops
79683 ffff80001121b588 d client_ops

Completed in 358 milliseconds