Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/firmware/
Draspberrypi.c278 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() function
287 EXPORT_SYMBOL_GPL(rpi_firmware_get);
/Linux-v5.4/drivers/soc/bcm/
Draspberrypi-power.c180 rpi_domains->fw = rpi_firmware_get(fw_np); in rpi_power_probe()
/Linux-v5.4/drivers/input/touchscreen/
Draspberrypi-ts.c140 fw = rpi_firmware_get(fw_node); in rpi_ts_probe()
/Linux-v5.4/drivers/clk/bcm/
Dclk-raspberrypi.c265 firmware = rpi_firmware_get(firmware_node); in raspberrypi_clk_probe()
/Linux-v5.4/drivers/gpio/
Dgpio-raspberrypi-exp.c208 fw = rpi_firmware_get(fw_node); in rpi_exp_gpio_probe()
/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c3212 drvdata->fw = rpi_firmware_get(fw_node); in vchiq_probe()