Lines Matching refs:hm
543 struct hpi_message hm; in create_adapter_obj() local
549 memset(&hm, 0, sizeof(hm)); in create_adapter_obj()
550 hm.type = HPI_TYPE_MESSAGE; in create_adapter_obj()
551 hm.size = sizeof(struct hpi_message); in create_adapter_obj()
552 hm.object = HPI_OBJ_ADAPTER; in create_adapter_obj()
553 hm.function = HPI_ADAPTER_GET_INFO; in create_adapter_obj()
554 hm.adapter_index = 0; in create_adapter_obj()
560 error = hpi6000_message_response_sequence(pao, 0, &hm, &hr0); in create_adapter_obj()
566 error = hpi6000_message_response_sequence(pao, 1, &hm, in create_adapter_obj()
1765 struct hpi_message hm; in hw_message() local
1767 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
1768 hm.object = phm->u.d.u.stream.object_type; in hw_message()
1769 add_index = get_dsp_index(pao, &hm); in hw_message()