Lines Matching refs:hm
522 struct hpi_message hm; in create_adapter_obj() local
528 memset(&hm, 0, sizeof(hm)); in create_adapter_obj()
529 hm.type = HPI_TYPE_REQUEST; in create_adapter_obj()
530 hm.size = sizeof(struct hpi_message); in create_adapter_obj()
531 hm.object = HPI_OBJ_ADAPTER; in create_adapter_obj()
532 hm.function = HPI_ADAPTER_GET_INFO; in create_adapter_obj()
533 hm.adapter_index = 0; in create_adapter_obj()
539 error = hpi6000_message_response_sequence(pao, 0, &hm, &hr0); in create_adapter_obj()
545 error = hpi6000_message_response_sequence(pao, 1, &hm, in create_adapter_obj()
1742 struct hpi_message hm; in hw_message() local
1744 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
1745 hm.object = phm->u.d.u.stream.object_type; in hw_message()
1746 add_index = get_dsp_index(pao, &hm); in hw_message()