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()
34 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function116 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() function118 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() function183 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()
40 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function235 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()
153 u32 (*get_ae_mask)(struct adf_hw_device_data *self); member
Completed in 27 milliseconds