Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serdev/
H A Dserdev-ttyport.c66 static const struct tty_port_client_operations client_ops = { variable
288 port->client_ops = &client_ops; in serdev_tty_port_register()
300 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_register()
316 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_unregister()
/linux-6.15/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()
435 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
/linux-6.15/drivers/mfd/
H 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-6.15/drivers/firmware/cirrus/
H A Dcs_dsp.c1084 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
2837 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2838 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()
2864 if (dsp->client_ops->post_run) { in cs_dsp_run()
2865 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2905 if (dsp->client_ops->pre_stop) in cs_dsp_stop()
2906 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()
2915 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2916 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
3014 if (dsp->client_ops->control_remove) in cs_dsp_remove()
[all …]
/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_bin_error.c458 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_bin_err_test_common_init()
459 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_bin_err_test_common_init()
H A Dcs_dsp_test_wmfw_error.c1056 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_wmfw_err_test_common_init()
1057 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_wmfw_err_test_common_init()
H A Dcs_dsp_test_wmfw.c1837 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_wmfw_test_common_init()
1838 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_wmfw_test_common_init()
H A Dcs_dsp_test_callbacks.c498 dsp->client_ops = param->ops; in cs_dsp_callbacks_test_common_init()
H A Dcs_dsp_test_control_parse.c1423 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_ctl_parse_test_common_init()
1424 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_ctl_parse_test_common_init()
H A Dcs_dsp_test_bin.c2208 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_bin_test_common_init()
2209 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_bin_test_common_init()
H A Dcs_dsp_test_control_rw.c2104 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_ctl_rw_test_common_init()
2105 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_ctl_rw_test_common_init()
H A Dcs_dsp_test_control_cache.c2737 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_ctl_cache_test_common_init()
2738 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_ctl_cache_test_common_init()
/linux-6.15/include/linux/
H A Dtty_port.h106 const struct tty_port_client_operations *client_ops; member
/linux-6.15/include/linux/firmware/cirrus/
H A Dcs_dsp.h161 const struct cs_dsp_client_ops *client_ops; member
/linux-6.15/sound/soc/codecs/
H 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-6.15/sound/pci/hda/
H A Dcs35l41_hda.c136 static const struct cs_dsp_client_ops client_ops = { variable
565 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
H A Dcs35l56_hda.c1003 cs35l56->cs_dsp.client_ops = &cs35l56_hda_client_ops; in cs35l56_hda_common_probe()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5948 static const struct hnae3_client_ops client_ops = { variable
5971 client.ops = &client_ops; in hns3_init_module()