Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c71 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_c3xxxiov()
/linux-6.1.9/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c71 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_dh895xcciov()
/linux-6.1.9/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c71 hw_data->alloc_irq = adf_vf_isr_resource_alloc; in adf_init_hw_data_c62xiov()
/linux-6.1.9/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c100 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_c3xxx()
/linux-6.1.9/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c102 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_c62x()
/linux-6.1.9/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c211 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_dh895xcc()
/linux-6.1.9/drivers/crypto/qat/qat_4xxx/
Dadf_4xxx_hw_data.c325 hw_data->alloc_irq = adf_isr_resource_alloc; in adf_init_hw_data_4xxx()
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h179 int (*alloc_irq)(struct adf_accel_dev *accel_dev); member
Dadf_init.c112 if (hw_data->alloc_irq(accel_dev)) { in adf_dev_init()