Searched refs:pao (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/pci/asihpi/ |
D | hpi6205.c | 134 static u16 adapter_boot_load_dsp(struct hpi_adapter_obj *pao, 137 static u16 message_response_sequence(struct hpi_adapter_obj *pao, 140 static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, 147 static void adapter_delete(struct hpi_adapter_obj *pao, 150 static u16 create_adapter_obj(struct hpi_adapter_obj *pao, 153 static void delete_adapter_obj(struct hpi_adapter_obj *pao); 155 static int adapter_irq_query_and_clear(struct hpi_adapter_obj *pao, 158 static void outstream_host_buffer_allocate(struct hpi_adapter_obj *pao, 161 static void outstream_host_buffer_get_info(struct hpi_adapter_obj *pao, 164 static void outstream_host_buffer_free(struct hpi_adapter_obj *pao, [all …]
|
D | hpi6000.c | 145 static u16 hpi6000_dsp_block_write32(struct hpi_adapter_obj *pao, 147 static u16 hpi6000_dsp_block_read32(struct hpi_adapter_obj *pao, 150 static short hpi6000_adapter_boot_load_dsp(struct hpi_adapter_obj *pao, 152 static short hpi6000_check_PCI2040_error_flag(struct hpi_adapter_obj *pao, 157 static short hpi6000_update_control_cache(struct hpi_adapter_obj *pao, 159 static short hpi6000_message_response_sequence(struct hpi_adapter_obj *pao, 162 static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, 165 static short hpi6000_wait_dsp_ack(struct hpi_adapter_obj *pao, u16 dsp_index, 168 static short hpi6000_send_host_command(struct hpi_adapter_obj *pao, 173 static short hpi6000_send_data(struct hpi_adapter_obj *pao, u16 dsp_index, [all …]
|
D | hpicmn.c | 59 u16 hpi_add_adapter(struct hpi_adapter_obj *pao) in hpi_add_adapter() argument 66 if (pao->index >= HPI_MAX_ADAPTERS) { in hpi_add_adapter() 71 if (adapters.adapter[pao->index].type) { in hpi_add_adapter() 77 pao->type, pao->index, a); in hpi_add_adapter() 78 pao->index = a; in hpi_add_adapter() 87 adapters.adapter[pao->index] = *pao; in hpi_add_adapter() 88 hpios_dsplock_init(&adapters.adapter[pao->index]); in hpi_add_adapter() 96 void hpi_delete_adapter(struct hpi_adapter_obj *pao) in hpi_delete_adapter() argument 98 if (!pao->type) { in hpi_delete_adapter() 104 if (adapters.adapter[pao->index].type) in hpi_delete_adapter() [all …]
|
D | hpicmn.h | 13 typedef int adapter_int_func(struct hpi_adapter_obj *pao, u32 message); 48 u16 hpi_add_adapter(struct hpi_adapter_obj *pao); 50 void hpi_delete_adapter(struct hpi_adapter_obj *pao);
|