Searched refs:get_ae_mask (Results 1 – 15 of 15) sorted by relevance
21 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function81 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()
21 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function81 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_dh895xcciov()
21 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function81 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62xiov()
34 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function104 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c3xxx()
135 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() function106 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62x()
33 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function215 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_dh895xcc()
133 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
81 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function329 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_4xxx()
219 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
169 u32 (*get_ae_mask)(struct adf_hw_device_data *self); member