Searched refs:obj_index (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/sound/pci/asihpi/ | 
| D | hpimsgx.c | 269 	if (phm->obj_index >= aDAPTER_INFO[phm->adapter_index].num_outstreams) {  in outstream_message() 291 	if (phm->obj_index >= aDAPTER_INFO[phm->adapter_index].num_instreams) {  in instream_message() 403 	if (instream_user_open[phm->adapter_index][phm->obj_index].open_flag)  in instream_open() 406 		[phm->obj_index].h.error)  in instream_open() 409 				obj_index],  in instream_open() 413 			obj_index].open_flag = 1;  in instream_open() 420 		hm.obj_index = phm->obj_index;  in instream_open() 426 				obj_index].open_flag = 0;  in instream_open() 430 				obj_index].open_flag = 1;  in instream_open() 432 				obj_index].h_owner = h_owner;  in instream_open() [all …] 
 | 
| D | hpi6205.c | 299 	if (phm->obj_index >= HPI_MAX_STREAMS) {  in outstream_message() 303 			"on adapter index %d\n", phm->obj_index,  in outstream_message() 343 	if (phm->obj_index >= HPI_MAX_STREAMS) {  in instream_message() 347 			"on adapter index %d\n", phm->obj_index,  in instream_message() 765 			phw->outstream_host_buffer_size[phm->obj_index];  in outstream_host_buffer_allocate() 769 		if (phw->outstream_host_buffer_size[phm->obj_index] ==  in outstream_host_buffer_allocate() 776 					obj_index]))  in outstream_host_buffer_allocate() 778 				[phm->obj_index]);  in outstream_host_buffer_allocate() 781 			[phm->obj_index], phm->u.d.u.buffer.buffer_size,  in outstream_host_buffer_allocate() 786 			phw->outstream_host_buffer_size[phm->obj_index] = 0;  in outstream_host_buffer_allocate() [all …] 
 | 
| D | hpifunc.c | 8 	unsigned int obj_index:12;  member 29 	handle.h.obj_index = object_index;  in hpi_indexes_to_handle() 43 		*p2 = (u16)uhandle.h.obj_index;  in hpi_handle_indexes() 126 	hm.obj_index = (u16)iterator;  in hpi_subsys_get_adapter() 432 	hm.obj_index = outstream_index;  in hpi_outstream_open() 452 	if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))  in hpi_outstream_close() 459 	hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index);  in hpi_outstream_close() 464 	hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index);  in hpi_outstream_close() 478 	if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))  in hpi_outstream_get_info_ex() 504 	if (hpi_handle_indexes(h_outstream, &hm.adapter_index, &hm.obj_index))  in hpi_outstream_write_buf() [all …] 
 | 
| D | hpidebug.c | 52 			phm->adapter_index, phm->obj_index, phm->function,  in hpi_debug_message()
  | 
| D | hpicmn.c | 163 	int count = phm->obj_index;  in subsys_get_adapter() 543 	if (!find_control(phm->obj_index, p_cache, &pI)) {  in hpi_check_control_cache() 631 	if (!find_control(phm->obj_index, p_cache, &pI)) {  in hpi_cmn_control_cache_sync_to_msg()
  | 
| D | hpi_internal.h | 1005 	u16 obj_index;		/* */  member 1016 	u16 obj_index;		/*  */  member 1181 		u16 obj_index;	/* object index */  member
  | 
| D | hpi6000.c | 1723 		if (phm->obj_index < 2)  in get_dsp_index() 1727 		ret = phm->obj_index;  in get_dsp_index() 1757 			hm.obj_index = phm->u.d.u.stream.stream_index;  in hw_message()
  | 
| D | asihpi.c | 189 				&hm.obj_index);  in hpi_stream_host_buffer_attach() 213 				&hm.obj_index);  in hpi_stream_host_buffer_detach()
  | 
| /linux-4.4.14/drivers/staging/fsl-mc/include/ | 
| D | dprc.h | 382 		 int			obj_index,
  | 
| /linux-4.4.14/drivers/staging/fsl-mc/bus/ | 
| D | dprc.c | 926 		 int obj_index,  in dprc_get_obj()  argument 936 	cmd.params[0] |= mc_enc(0, 32, obj_index);  in dprc_get_obj()
  |