Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
Dhpimsgx.c269 hpi_init_response(phr, HPI_OBJ_OSTREAM, phm->function, in outstream_message()
343 case HPI_OBJ_OSTREAM: in hpi_send_recv_ex()
487 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_OPEN, 0); in outstream_open()
505 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_open()
537 hpi_init_response(phr, HPI_OBJ_OSTREAM, HPI_OSTREAM_CLOSE, 0); in outstream_close()
551 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in outstream_close()
610 hpi_init_message_response(&hm, &hr, HPI_OBJ_OSTREAM, in adapter_prepare()
664 hpi_init_response(&hr, HPI_OBJ_OSTREAM, in HPIMSGX__reset()
760 HPI_OBJ_OSTREAM, HPI_OSTREAM_RESET); in HPIMSGX__cleanup()
Dhpifunc.c429 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 …]
Dasihpi.c175 obj == HPI_OBJ_OSTREAM ? in hpi_stream_host_buffer_attach()
199 obj == HPI_OBJ_OSTREAM ? in hpi_stream_host_buffer_detach()
212 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_start()
220 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_stop()
236 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_get_info_ex()
251 if (hpi_handle_object(h_master) == HPI_OBJ_OSTREAM) in hpi_stream_group_add()
259 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_group_reset()
268 if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) in hpi_stream_group_get_map()
Dhpi6205.c413 case HPI_OBJ_OSTREAM: in _HPI_6205()
842 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info()
847 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_get_info()
874 hpi_init_response(phr, HPI_OBJ_OSTREAM, in outstream_host_buffer_free()
Dhpi_internal.h373 HPI_OBJ_OSTREAM = 3, enumerator
Dhpi6000.c378 case HPI_OBJ_OSTREAM: in HPI_6000()