Lines Matching refs:firmware
47 struct rpi_firmware *firmware; member
169 static int raspberrypi_clock_property(struct rpi_firmware *firmware, in raspberrypi_clock_property() argument
179 ret = rpi_firmware_property(firmware, tag, &msg, sizeof(msg)); in raspberrypi_clock_property()
195 ret = raspberrypi_clock_property(rpi->firmware, data, in raspberrypi_fw_is_prepared()
212 ret = raspberrypi_clock_property(rpi->firmware, data, in raspberrypi_fw_get_rate()
228 ret = raspberrypi_clock_property(rpi->firmware, data, in raspberrypi_fw_set_rate()
296 ret = raspberrypi_clock_property(rpi->firmware, data, in raspberrypi_clk_register()
305 ret = raspberrypi_clock_property(rpi->firmware, data, in raspberrypi_clk_register()
367 ret = rpi_firmware_property(rpi->firmware, RPI_FIRMWARE_GET_CLOCKS, in raspberrypi_discover_clocks()
406 struct rpi_firmware *firmware; in raspberrypi_clk_probe() local
425 firmware = devm_rpi_firmware_get(&pdev->dev, firmware_node); in raspberrypi_clk_probe()
427 if (!firmware) in raspberrypi_clk_probe()
435 rpi->firmware = firmware; in raspberrypi_clk_probe()