Searched refs:dsp_index (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/sound/pci/asihpi/ | 
| D | hpi6000.c | 146 	u16 dsp_index, u32 hpi_address, u32 *source, u32 count); 148 	u16 dsp_index, u32 hpi_address, u32 *dest, u32 count); 160 	u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr); 165 static short hpi6000_wait_dsp_ack(struct hpi_adapter_obj *pao, u16 dsp_index, 169 	u16 dsp_index, u32 host_cmd); 173 static short hpi6000_send_data(struct hpi_adapter_obj *pao, u16 dsp_index, 176 static short hpi6000_get_data(struct hpi_adapter_obj *pao, u16 dsp_index, 403 	u32 dsp_index = 0;  in subsys_create_adapter()  local 441 	for (dsp_index = 0; dsp_index < MAX_DSPS; dsp_index++) {  in subsys_create_adapter() 443 		phw->ado[dsp_index].pa_parent_adapter = pao;  in subsys_create_adapter() [all …] 
 | 
| D | hpi6205.c | 199 static u32 boot_loader_read_mem32(struct hpi_adapter_obj *pao, int dsp_index, 203 	int dsp_index, u32 address, u32 data); 206 	int dsp_index); 208 static u16 boot_loader_test_memory(struct hpi_adapter_obj *pao, int dsp_index, 212 	int dsp_index); 215 	int dsp_index); 217 static u16 boot_loader_test_pld(struct hpi_adapter_obj *pao, int dsp_index); 814 		status->dsp_index = 0;  in outstream_host_buffer_allocate() 815 		status->host_index = status->dsp_index;  in outstream_host_buffer_allocate() 889 		status->dsp_index);  in outstream_get_space_available() [all …] 
 | 
| D | hpi_internal.h | 616 	u32 dsp_index;  member 699 		u16 dsp_index;  member 790 	u16 dsp_index;  member 1372 	u32 dsp_index;  member
  | 
| /Linux-v6.6/sound/pci/ | 
| D | maestro3.c | 2373 	int i, dsp_index;  in m3_suspend()  local 2388 	dsp_index = 0;  in m3_suspend() 2390 		chip->suspend_mem[dsp_index++] =  in m3_suspend() 2393 		chip->suspend_mem[dsp_index++] =  in m3_suspend() 2402 	int i, dsp_index;  in m3_resume()  local 2416 	dsp_index = 0;  in m3_resume() 2419 				  chip->suspend_mem[dsp_index++]);  in m3_resume() 2422 				  chip->suspend_mem[dsp_index++]);  in m3_resume()
  |