Searched refs:get_clock_speed (Results 1 – 9 of 9) sorted by relevance
108 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function363 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_4xxxiov()
187 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function348 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_dh895xcc()
170 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function356 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_c3xxx()
174 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function361 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_c62x()
171 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function483 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_200xx()
556 if (hw_data->get_clock_speed) in adf_get_coalesc_timer()559 (hw_data->get_clock_speed(hw_data) / USEC_PER_SEC)) / in adf_get_coalesc_timer()
213 u32 clk_per_sec = hw_data->get_clock_speed(hw_data); in adf_set_ssm_wdtimer()
461 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function2148 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_c4xxx()
353 uint32_t (*get_clock_speed)(struct adf_hw_device_data *self); member