Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_dh895xccvf/
H A Dadf_dh895xccvf_hw_data.c39 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
90 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_dh895xcciov()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_c3xxxvf/
H A Dadf_c3xxxvf_hw_data.c39 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
90 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_c3xxxiov()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_c62xvf/
H A Dadf_c62xvf_hw_data.c39 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
90 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_c62xiov()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c64 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
172 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_c3xxx()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_c62x/
H A Dadf_c62x_hw_data.c69 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
182 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_c62x()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c71 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
194 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_dh895xcc()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_accel_devices.h111 u32 (*get_etr_bar_id)(struct adf_hw_device_data *self); member
H A Dadf_transport.c440 i = hw_data->get_etr_bar_id(hw_data); in adf_init_etr_data()