Home
last modified time | relevance | path

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

/Linux-v5.10/include/soc/bcm2835/
Draspberrypi-firmware.h143 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
157 static inline struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() function
/Linux-v5.10/drivers/firmware/
Draspberrypi.c289 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() function
298 EXPORT_SYMBOL_GPL(rpi_firmware_get);
/Linux-v5.10/drivers/reset/
Dreset-raspberrypi.c85 fw = rpi_firmware_get(np); in rpi_reset_probe()
/Linux-v5.10/drivers/soc/bcm/
Draspberrypi-power.c180 rpi_domains->fw = rpi_firmware_get(fw_np); in rpi_power_probe()
/Linux-v5.10/drivers/input/touchscreen/
Draspberrypi-ts.c137 fw = rpi_firmware_get(fw_node); in rpi_ts_probe()
/Linux-v5.10/drivers/gpio/
Dgpio-raspberrypi-exp.c211 fw = rpi_firmware_get(fw_node); in rpi_exp_gpio_probe()
/Linux-v5.10/drivers/clk/bcm/
Dclk-raspberrypi.c317 firmware = rpi_firmware_get(firmware_node); in raspberrypi_clk_probe()
/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c2726 drvdata->fw = rpi_firmware_get(fw_node); in vchiq_probe()