Searched refs:mgmt_connection (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | audio_module.c | 184 if (gbmodule->mgmt_connection) { in gb_audio_add_mgmt_connection() 196 gbmodule->mgmt_connection = connection; in gb_audio_add_mgmt_connection() 292 if (!gbmodule->mgmt_connection) { in gb_audio_probe() 299 ret = gb_connection_enable(gbmodule->mgmt_connection); in gb_audio_probe() 304 gbmodule->dev_id = gbmodule->mgmt_connection->intf->interface_id; in gb_audio_probe() 310 ret = gb_audio_gb_get_topology(gbmodule->mgmt_connection, &topology); in gb_audio_probe() 368 gb_connection_disable(gbmodule->mgmt_connection); in gb_audio_probe() 377 if (gbmodule->mgmt_connection) in gb_audio_probe() 378 gb_connection_destroy(gbmodule->mgmt_connection); in gb_audio_probe() 401 gb_connection_disable(gbmodule->mgmt_connection); in gb_audio_disconnect() [all …]
|
D | fw-core.c | 17 struct gb_connection *mgmt_connection; member 28 return fw_core->mgmt_connection; in to_fw_mgmt_connection() 84 if (fw_core->mgmt_connection) { in gb_fw_core_probe() 101 fw_core->mgmt_connection = connection; in gb_fw_core_probe() 168 if (!fw_core->mgmt_connection) { in gb_fw_core_probe() 201 ret = gb_fw_mgmt_connection_init(fw_core->mgmt_connection); in gb_fw_core_probe() 222 gb_connection_destroy(fw_core->mgmt_connection); in gb_fw_core_probe() 243 gb_fw_mgmt_connection_exit(fw_core->mgmt_connection); in gb_fw_core_disconnect() 248 gb_connection_destroy(fw_core->mgmt_connection); in gb_fw_core_disconnect()
|
D | audio_codec.c | 92 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport, in gbaudio_module_enable_tx() 107 ret = gb_audio_gb_set_tx_data_size(module->mgmt_connection, in gbaudio_module_enable_tx() 115 ret = gb_audio_gb_activate_tx(module->mgmt_connection, in gbaudio_module_enable_tx() 147 ret = gb_audio_gb_deactivate_tx(module->mgmt_connection, in gbaudio_module_disable_tx() 227 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport, in gbaudio_module_enable_rx() 242 ret = gb_audio_gb_set_rx_data_size(module->mgmt_connection, in gbaudio_module_enable_rx() 250 ret = gb_audio_gb_activate_rx(module->mgmt_connection, in gbaudio_module_enable_rx() 282 ret = gb_audio_gb_deactivate_rx(module->mgmt_connection, in gbaudio_module_disable_rx()
|
D | audio_topology.c | 236 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id, in gbcodec_mixer_ctl_get() 325 ret = gb_audio_gb_set_control(module->mgmt_connection, data->ctl_id, in gbcodec_mixer_ctl_put() 412 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id, in gbcodec_mixer_dapm_ctl_get() 480 ret = gb_audio_gb_set_control(module->mgmt_connection, in gbcodec_mixer_dapm_ctl_put() 577 ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id, in gbcodec_enum_ctl_get() 634 ret = gb_audio_gb_set_control(module->mgmt_connection, ctl_id, in gbcodec_enum_ctl_put() 742 ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id, in gbcodec_enum_dapm_ctl_get() 794 ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id, in gbcodec_enum_dapm_ctl_put() 834 ret = gb_audio_gb_set_control(module->mgmt_connection, ctl_id, in gbcodec_enum_dapm_ctl_put() 966 ret = gb_audio_gb_enable_widget(module->mgmt_connection, wid); in gbaudio_widget_event() [all …]
|
D | audio_codec.h | 139 struct gb_connection *mgmt_connection; member
|