mgmt_connection 92 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport, mgmt_connection 107 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_set_tx_data_size(module->mgmt_connection, mgmt_connection 115 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_activate_tx(module->mgmt_connection, mgmt_connection 147 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_deactivate_tx(module->mgmt_connection, mgmt_connection 227 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport, mgmt_connection 242 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_set_rx_data_size(module->mgmt_connection, mgmt_connection 250 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_activate_rx(module->mgmt_connection, mgmt_connection 282 drivers/staging/greybus/audio_codec.c ret = gb_audio_gb_deactivate_rx(module->mgmt_connection, mgmt_connection 137 drivers/staging/greybus/audio_codec.h struct gb_connection *mgmt_connection; mgmt_connection 184 drivers/staging/greybus/audio_module.c if (gbmodule->mgmt_connection) { mgmt_connection 196 drivers/staging/greybus/audio_module.c gbmodule->mgmt_connection = connection; mgmt_connection 292 drivers/staging/greybus/audio_module.c if (!gbmodule->mgmt_connection) { mgmt_connection 299 drivers/staging/greybus/audio_module.c ret = gb_connection_enable(gbmodule->mgmt_connection); mgmt_connection 304 drivers/staging/greybus/audio_module.c gbmodule->dev_id = gbmodule->mgmt_connection->intf->interface_id; mgmt_connection 310 drivers/staging/greybus/audio_module.c ret = gb_audio_gb_get_topology(gbmodule->mgmt_connection, &topology); mgmt_connection 368 drivers/staging/greybus/audio_module.c gb_connection_disable(gbmodule->mgmt_connection); mgmt_connection 377 drivers/staging/greybus/audio_module.c if (gbmodule->mgmt_connection) mgmt_connection 378 drivers/staging/greybus/audio_module.c gb_connection_destroy(gbmodule->mgmt_connection); mgmt_connection 401 drivers/staging/greybus/audio_module.c gb_connection_disable(gbmodule->mgmt_connection); mgmt_connection 408 drivers/staging/greybus/audio_module.c gb_connection_destroy(gbmodule->mgmt_connection); mgmt_connection 409 drivers/staging/greybus/audio_module.c gbmodule->mgmt_connection = NULL; mgmt_connection 430 drivers/staging/greybus/audio_module.c gb_connection_disable(gbmodule->mgmt_connection); mgmt_connection 442 drivers/staging/greybus/audio_module.c ret = gb_connection_enable(gbmodule->mgmt_connection); mgmt_connection 236 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id, mgmt_connection 325 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_set_control(module->mgmt_connection, data->ctl_id, mgmt_connection 412 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id, mgmt_connection 480 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_set_control(module->mgmt_connection, mgmt_connection 577 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id, mgmt_connection 634 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_set_control(module->mgmt_connection, ctl_id, mgmt_connection 742 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id, mgmt_connection 794 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id, mgmt_connection 834 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_set_control(module->mgmt_connection, ctl_id, mgmt_connection 965 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_enable_widget(module->mgmt_connection, wid); mgmt_connection 970 drivers/staging/greybus/audio_topology.c ret = gb_audio_gb_disable_widget(module->mgmt_connection, wid); mgmt_connection 17 drivers/staging/greybus/fw-core.c struct gb_connection *mgmt_connection; mgmt_connection 28 drivers/staging/greybus/fw-core.c return fw_core->mgmt_connection; mgmt_connection 84 drivers/staging/greybus/fw-core.c if (fw_core->mgmt_connection) { mgmt_connection 101 drivers/staging/greybus/fw-core.c fw_core->mgmt_connection = connection; mgmt_connection 168 drivers/staging/greybus/fw-core.c if (!fw_core->mgmt_connection) { mgmt_connection 201 drivers/staging/greybus/fw-core.c ret = gb_fw_mgmt_connection_init(fw_core->mgmt_connection); mgmt_connection 222 drivers/staging/greybus/fw-core.c gb_connection_destroy(fw_core->mgmt_connection); mgmt_connection 243 drivers/staging/greybus/fw-core.c gb_fw_mgmt_connection_exit(fw_core->mgmt_connection); mgmt_connection 248 drivers/staging/greybus/fw-core.c gb_connection_destroy(fw_core->mgmt_connection);