Searched refs:get_ae_mask (Results 1 – 15 of 15) sorted by relevance
23 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function83 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()
23 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function83 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_dh895xcciov()
23 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function83 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62xiov()
38 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function130 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()
38 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function132 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_c62x()
36 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function230 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()
126 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() function524 hw_data->get_ae_mask = get_ae_mask; in adf_init_hw_data_4xxx()
355 hw_data->ae_mask = hw_data->get_ae_mask(hw_data); in adf_probe()
175 u32 (*get_ae_mask)(struct adf_hw_device_data *self); member