Searched refs:HPI_OBJ_OSTREAM (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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 | 429 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_open() 438 hpi_indexes_to_handle(HPI_OBJ_OSTREAM, adapter_index, in hpi_outstream_open() 450 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_close() 457 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_close() 462 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_close() 476 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_get_info_ex() 502 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_write_buf() 520 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_start() 534 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in hpi_outstream_wait_start() 548 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() 865 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info() 870 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info() 897 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()
|