Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/asihpi/
Dhpimsgx.c259 hpi_init_response(phr, HPI_OBJ_OSTREAM, phm->function, in outstream_message()
335 case HPI_OBJ_OSTREAM: in hpi_send_recv_ex()
485 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_OPEN, 0); in outstream_open()
503 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_open()
535 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_CLOSE, 0); in outstream_close()
549 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_close()
608 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in adapter_prepare()
662 hpi_init_response(&hr, HPI_OBJ_OSTREAM, in HPIMSGX__reset()
758 HPI_OBJ_OSTREAM, HPI_OSTREAM_RESET); in HPIMSGX__cleanup()
Dhpifunc.c430 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 …]
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()
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()
Dhpi_internal.h362 HPI_OBJ_OSTREAM = 3, enumerator
Dhpi6000.c367 case HPI_OBJ_OSTREAM: in HPI_6000()