Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/soc/bcm2835/
H A Draspberrypi-firmware.h144 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
159 static inline struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() function
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Draspberrypi.c315 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() function
338 EXPORT_SYMBOL_GPL(rpi_firmware_get);
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dreset-raspberrypi.c85 fw = rpi_firmware_get(np); in rpi_reset_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Draspberrypi-ts.c137 fw = rpi_firmware_get(fw_node); in rpi_ts_probe()
/OK3568_Linux_fs/kernel/drivers/soc/bcm/
H A Draspberrypi-power.c180 rpi_domains->fw = rpi_firmware_get(fw_np); in rpi_power_probe()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-raspberrypi-exp.c211 fw = rpi_firmware_get(fw_node); in rpi_exp_gpio_probe()
/OK3568_Linux_fs/kernel/drivers/clk/bcm/
H A Dclk-raspberrypi.c322 firmware = rpi_firmware_get(firmware_node); in raspberrypi_clk_probe()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c2728 drvdata->fw = rpi_firmware_get(fw_node); in vchiq_probe()