Searched refs:mgmt_connection (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dfw-core.c17 struct gb_connection *mgmt_connection; member in struct:gb_fw_core
28 return fw_core->mgmt_connection;
84 if (fw_core->mgmt_connection) {
101 fw_core->mgmt_connection = connection;
168 if (!fw_core->mgmt_connection) {
201 ret = gb_fw_mgmt_connection_init(fw_core->mgmt_connection);
222 gb_connection_destroy(fw_core->mgmt_connection);
243 gb_fw_mgmt_connection_exit(fw_core->mgmt_connection);
248 gb_connection_destroy(fw_core->mgmt_connection);
H A Daudio_module.c184 if (gbmodule->mgmt_connection) {
196 gbmodule->mgmt_connection = connection;
293 if (!gbmodule->mgmt_connection) {
300 ret = gb_connection_enable(gbmodule->mgmt_connection);
305 gbmodule->dev_id = gbmodule->mgmt_connection->intf->interface_id;
311 ret = gb_audio_gb_get_topology(gbmodule->mgmt_connection, &topology);
369 gb_connection_disable(gbmodule->mgmt_connection);
378 if (gbmodule->mgmt_connection)
379 gb_connection_destroy(gbmodule->mgmt_connection);
402 gb_connection_disable(gbmodule->mgmt_connection);
[all...]
H A Daudio_codec.c91 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport,
104 ret = gb_audio_gb_set_tx_data_size(module->mgmt_connection,
112 ret = gb_audio_gb_activate_tx(module->mgmt_connection, data_cport);
142 ret = gb_audio_gb_deactivate_tx(module->mgmt_connection,
217 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport,
230 ret = gb_audio_gb_set_rx_data_size(module->mgmt_connection,
238 ret = gb_audio_gb_activate_rx(module->mgmt_connection,
269 ret = gb_audio_gb_deactivate_rx(module->mgmt_connection,
H A Daudio_topology.c240 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id,
329 ret = gb_audio_gb_set_control(module->mgmt_connection, data->ctl_id,
410 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id,
465 ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id,
480 ret = gb_audio_gb_set_control(module->mgmt_connection,
573 ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id,
630 ret = gb_audio_gb_set_control(module->mgmt_connection, ctl_id,
740 ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id,
791 ret = gb_audio_gb_get_control(module->mgmt_connection, ctl_id,
829 ret = gb_audio_gb_set_control(module->mgmt_connection, ctl_i
[all...]
H A Daudio_codec.h143 struct gb_connection *mgmt_connection; member in struct:gbaudio_module_info

Completed in 182 milliseconds