Home
last modified time | relevance | path

Searched refs:HPI_OBJ_OSTREAM (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/pci/asihpi/
H A Dhpimsgx.c254 hpi_init_response(phr, HPI_OBJ_OSTREAM, phm->function, in outstream_message()
330 case HPI_OBJ_OSTREAM: in hpi_send_recv_ex()
480 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_OPEN, 0); in outstream_open()
498 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_open()
530 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_CLOSE, 0); in outstream_close()
544 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_close()
603 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in adapter_prepare()
657 hpi_init_response(&hr, HPI_OBJ_OSTREAM, in HPIMSGX__reset()
753 HPI_OBJ_OSTREAM, HPI_OSTREAM_RESET); in HPIMSGX__cleanup()
H A Dhpifunc.c430 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, 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()
796 case HPI_OBJ_OSTREAM: in hpi_outstream_group_add()
[all …]
H A Dasihpi.c170 obj == HPI_OBJ_OSTREAM ? in hpi_stream_host_buffer_attach()
194 obj == HPI_OBJ_OSTREAM ? in hpi_stream_host_buffer_detach()
207 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_start()
215 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_stop()
231 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_get_info_ex()
246 if (hpi_handle_object(h_master) == HPI_OBJ_OSTREAM) in hpi_stream_group_add()
254 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_group_reset()
H A Dhpi6205.c404 case HPI_OBJ_OSTREAM: in _HPI_6205()
849 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info()
854 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info()
881 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_free()
H A Dhpi_internal.h362 HPI_OBJ_OSTREAM = 3, enumerator
H A Dhpi6000.c367 case HPI_OBJ_OSTREAM: in HPI_6000()