Searched refs:client_ops (Results 1 – 14 of 14) sorted by relevance
| /drivers/tty/serdev/ |
| A D | serdev-ttyport.c | 66 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()
|
| /drivers/tty/ |
| 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()
|
| A D | tty_port.c | 101 port->client_ops = &tty_port_default_client_ops; in tty_port_init() 414 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
|
| /drivers/firmware/cirrus/ |
| A D | cs_dsp.c | 1089 if (dsp->client_ops->control_add) { in cs_dsp_create_control() 2842 if (dsp->client_ops->pre_run) { in cs_dsp_run() 2843 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run() 2869 if (dsp->client_ops->post_run) { in cs_dsp_run() 2870 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run() 2910 if (dsp->client_ops->pre_stop) in cs_dsp_stop() 2911 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop() 2920 if (dsp->client_ops->post_stop) in cs_dsp_stop() 2921 dsp->client_ops->post_stop(dsp); in cs_dsp_stop() 3019 if (dsp->client_ops->control_remove) in cs_dsp_remove() [all …]
|
| /drivers/mfd/ |
| A D | cs40l50-core.c | 195 static const struct cs_dsp_client_ops client_ops = { variable 217 cs40l50->dsp.client_ops = &client_ops; in cs40l50_dsp_init()
|
| /drivers/firmware/cirrus/test/ |
| A D | cs_dsp_test_bin_error.c | 458 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()
|
| A D | cs_dsp_test_wmfw_error.c | 1056 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()
|
| A D | cs_dsp_test_wmfw.c | 1837 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()
|
| A D | cs_dsp_test_control_parse.c | 1423 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()
|
| A D | cs_dsp_test_callbacks.c | 498 dsp->client_ops = param->ops; in cs_dsp_callbacks_test_common_init()
|
| A D | cs_dsp_test_bin.c | 2208 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()
|
| A D | cs_dsp_test_control_rw.c | 2104 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()
|
| A D | cs_dsp_test_control_cache.c | 2736 dsp->client_ops = kunit_kzalloc(test, sizeof(*dsp->client_ops), GFP_KERNEL); in cs_dsp_ctl_cache_test_common_init() 2737 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dsp->client_ops); in cs_dsp_ctl_cache_test_common_init()
|
| /drivers/net/ethernet/hisilicon/hns3/ |
| A D | hns3_enet.c | 5981 static const struct hnae3_client_ops client_ops = { variable 6004 client.ops = &client_ops; in hns3_init_module()
|
Completed in 62 milliseconds