Home
last modified time | relevance | path

Searched refs:alloc_irq (Results 1 – 8 of 8) sorted by relevance

/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c121 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_c62xiov()
/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c121 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_c3xxxiov()
/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c121 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_dh895xcciov()
/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h167 int (*alloc_irq)(struct adf_accel_dev *accel_dev); member
Dadf_init.c151 if (hw_data->alloc_irq(accel_dev)) { in adf_dev_init()
/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c218 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_c62x()
/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c208 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_c3xxx()
/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c231 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_dh895xcc()