Lines Matching refs:ctx_shell

50 		shell_error(ctx_shell, "discover failed (%d)", err);  in cap_discover_cb()
54 shell_print(ctx_shell, "discovery completed%s", in cap_discover_cb()
61 shell_print(ctx_shell, "Unicast start was cancelled for conn %p", conn); in cap_unicast_start_complete_cb()
63 shell_error(ctx_shell, "Unicast start failed for conn %p (%d)", conn, err); in cap_unicast_start_complete_cb()
65 shell_print(ctx_shell, "Unicast start completed"); in cap_unicast_start_complete_cb()
72 shell_print(ctx_shell, "Unicast update was cancelled for conn %p", conn); in unicast_update_complete_cb()
74 shell_error(ctx_shell, "Unicast update failed for conn %p (%d)", in unicast_update_complete_cb()
77 shell_print(ctx_shell, "Unicast updated completed"); in unicast_update_complete_cb()
84 shell_print(ctx_shell, "Unicast stop was cancelled for conn %p", conn); in unicast_stop_complete_cb()
86 shell_error(ctx_shell, "Unicast stop failed for conn %p (%d)", conn, err); in unicast_stop_complete_cb()
88 shell_print(ctx_shell, "Unicast stop completed"); in unicast_stop_complete_cb()
93 shell_error(ctx_shell, "Failed to delete unicast group %p: %d", in unicast_stop_complete_cb()
120 if (ctx_shell == NULL) { in cmd_cap_initiator_discover()
121 ctx_shell = sh; in cmd_cap_initiator_discover()
583 shell_error(ctx_shell, "No sink[%zu][%zu] endpoint available", i, in cap_ac_unicast_start()
596 shell_error(ctx_shell, "No source[%zu][%zu] endpoint available", i, in cap_ac_unicast_start()
607 shell_error(ctx_shell, "Sink endpoint and stream count mismatch: %zu != %zu", in cap_ac_unicast_start()
614 shell_error(ctx_shell, "Source endpoint and stream count mismatch: %zu != %zu", in cap_ac_unicast_start()
834 if (!ctx_shell) { in cap_ac_unicast()
835 ctx_shell = sh; in cap_ac_unicast()