Searched refs:pao (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/pci/asihpi/ |
D | hpi6205.c | 145 static u16 adapter_boot_load_dsp(struct hpi_adapter_obj *pao, 148 static u16 message_response_sequence(struct hpi_adapter_obj *pao, 151 static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, 158 static void adapter_delete(struct hpi_adapter_obj *pao, 161 static u16 create_adapter_obj(struct hpi_adapter_obj *pao, 164 static void delete_adapter_obj(struct hpi_adapter_obj *pao); 166 static void outstream_host_buffer_allocate(struct hpi_adapter_obj *pao, 169 static void outstream_host_buffer_get_info(struct hpi_adapter_obj *pao, 172 static void outstream_host_buffer_free(struct hpi_adapter_obj *pao, 174 static void outstream_write(struct hpi_adapter_obj *pao, [all …]
|
D | hpi6000.c | 156 static u16 hpi6000_dsp_block_write32(struct hpi_adapter_obj *pao, 158 static u16 hpi6000_dsp_block_read32(struct hpi_adapter_obj *pao, 161 static short hpi6000_adapter_boot_load_dsp(struct hpi_adapter_obj *pao, 163 static short hpi6000_check_PCI2040_error_flag(struct hpi_adapter_obj *pao, 168 static short hpi6000_update_control_cache(struct hpi_adapter_obj *pao, 170 static short hpi6000_message_response_sequence(struct hpi_adapter_obj *pao, 173 static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, 176 static short hpi6000_wait_dsp_ack(struct hpi_adapter_obj *pao, u16 dsp_index, 179 static short hpi6000_send_host_command(struct hpi_adapter_obj *pao, 184 static short hpi6000_send_data(struct hpi_adapter_obj *pao, u16 dsp_index, [all …]
|
D | hpicmn.c | 68 u16 hpi_add_adapter(struct hpi_adapter_obj *pao) in hpi_add_adapter() argument 75 if (pao->index >= HPI_MAX_ADAPTERS) { in hpi_add_adapter() 80 if (adapters.adapter[pao->index].type) { in hpi_add_adapter() 86 pao->type, pao->index, a); in hpi_add_adapter() 87 pao->index = a; in hpi_add_adapter() 96 adapters.adapter[pao->index] = *pao; in hpi_add_adapter() 97 hpios_dsplock_init(&adapters.adapter[pao->index]); in hpi_add_adapter() 105 void hpi_delete_adapter(struct hpi_adapter_obj *pao) in hpi_delete_adapter() argument 107 if (!pao->type) { in hpi_delete_adapter() 113 if (adapters.adapter[pao->index].type) in hpi_delete_adapter() [all …]
|
D | hpicmn.h | 24 typedef int adapter_int_func(struct hpi_adapter_obj *pao); 52 u16 hpi_add_adapter(struct hpi_adapter_obj *pao); 54 void hpi_delete_adapter(struct hpi_adapter_obj *pao);
|