Searched refs:HPI_OBJ_OSTREAM (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/pci/asihpi/ |
D | hpimsgx.c | 270 hpi_init_response(phr, HPI_OBJ_OSTREAM, phm->function, in outstream_message() 346 case HPI_OBJ_OSTREAM: in hpi_send_recv_ex() 496 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_OPEN, 0); in outstream_open() 514 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_open() 546 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_CLOSE, 0); in outstream_close() 560 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_close() 619 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in adapter_prepare() 673 hpi_init_response(&hr, HPI_OBJ_OSTREAM, in HPIMSGX__reset() 769 HPI_OBJ_OSTREAM, HPI_OSTREAM_RESET); in HPIMSGX__cleanup()
|
D | hpifunc.c | 430 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_open() 439 hpi_indexes_to_handle(HPI_OBJ_OSTREAM, adapter_index, in hpi_outstream_open() 451 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_close() 458 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_close() 463 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_close() 477 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_get_info_ex() 503 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_write_buf() 521 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_start() 535 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_wait_start() 549 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_stop() [all …]
|
D | asihpi.c | 184 obj == HPI_OBJ_OSTREAM ? in hpi_stream_host_buffer_attach() 208 obj == HPI_OBJ_OSTREAM ? in hpi_stream_host_buffer_detach() 221 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_start() 229 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_stop() 245 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_get_info_ex() 260 if (hpi_handle_object(h_master) == HPI_OBJ_OSTREAM) in hpi_stream_group_add() 268 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_group_reset() 277 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_group_get_map()
|
D | hpi6205.c | 415 case HPI_OBJ_OSTREAM: in _HPI_6205() 860 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info() 865 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info() 892 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_free()
|
D | hpi_internal.h | 373 HPI_OBJ_OSTREAM = 3, enumerator
|
D | hpi6000.c | 378 case HPI_OBJ_OSTREAM: in HPI_6000()
|