Searched refs:alloc_irq (Results 1 – 9 of 9) sorted by relevance
74 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_c3xxxiov()
74 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_c62xiov()
74 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_dh895xcciov()
195 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_4xxx()
182 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_c3xxx()
184 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_c62x()
203 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_dh895xcc()
160 int (*alloc_irq)(struct adf_accel_dev *accel_dev); member
106 if (hw_data->alloc_irq(accel_dev)) { in adf_dev_init()