Searched refs:get_ae_mask (Results 1 – 15 of 15) sorted by relevance
20 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function84 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c3xxxiov()
123 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
20 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function84 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62xiov()
20 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function84 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_dh895xcciov()
39 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function199 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_4xxx()
195 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
34 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function186 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c3xxx()
134 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
34 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function188 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62x()
31 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function207 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_dh895xcc()
132 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
149 u32 (*get_ae_mask)(struct adf_hw_device_data *self); member