Home
last modified time | relevance | path

Searched refs:raspberrypi_clk_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/clk/bcm/
Dclk-raspberrypi.c51 struct raspberrypi_clk_data { struct
61 const struct raspberrypi_clk_data *clk_hw_to_data(const struct clk_hw *hw) in clk_hw_to_data() argument
63 return container_of(hw, struct raspberrypi_clk_data, hw); in clk_hw_to_data()
170 const struct raspberrypi_clk_data *data, in raspberrypi_clock_property()
190 const struct raspberrypi_clk_data *data = clk_hw_to_data(hw); in raspberrypi_fw_is_prepared()
207 const struct raspberrypi_clk_data *data = clk_hw_to_data(hw); in raspberrypi_fw_get_rate()
223 const struct raspberrypi_clk_data *data = clk_hw_to_data(hw); in raspberrypi_fw_set_rate()
240 const struct raspberrypi_clk_data *data = clk_hw_to_data(hw); in raspberrypi_fw_dumb_determine_rate()
274 struct raspberrypi_clk_data *data; in raspberrypi_clk_register()