Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/firmware/
Draspberrypi.c26 struct rpi_firmware { struct
39 struct rpi_firmware *fw = container_of(cl, struct rpi_firmware, cl); in response_callback() argument
48 rpi_firmware_transaction(struct rpi_firmware *fw, u32 chan, u32 data) in rpi_firmware_transaction()
87 int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list()
148 int rpi_firmware_property(struct rpi_firmware *fw, in rpi_firmware_property()
181 rpi_firmware_print_firmware_revision(struct rpi_firmware *fw) in rpi_firmware_print_firmware_revision()
198 rpi_register_hwmon_driver(struct device *dev, struct rpi_firmware *fw) in rpi_register_hwmon_driver()
233 struct rpi_firmware *fw = container_of(kref, struct rpi_firmware, in rpi_firmware_delete()
240 void rpi_firmware_put(struct rpi_firmware *fw) in rpi_firmware_put()
248 struct rpi_firmware *fw = data; in devm_rpi_firmware_put()
[all …]
/Linux-v5.15/include/soc/bcm2835/
Draspberrypi-firmware.h12 struct rpi_firmware;
139 int rpi_firmware_property(struct rpi_firmware *fw,
141 int rpi_firmware_property_list(struct rpi_firmware *fw,
143 void rpi_firmware_put(struct rpi_firmware *fw);
144 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
145 struct rpi_firmware *devm_rpi_firmware_get(struct device *dev,
148 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property()
154 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list()
160 static inline void rpi_firmware_put(struct rpi_firmware *fw) { } in rpi_firmware_put()
161 static inline struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get()
[all …]
/Linux-v5.15/drivers/pwm/
Dpwm-raspberrypi-poe.c29 struct rpi_firmware *firmware;
46 static int raspberrypi_pwm_set_property(struct rpi_firmware *firmware, in raspberrypi_pwm_set_property()
65 static int raspberrypi_pwm_get_property(struct rpi_firmware *firmware, in raspberrypi_pwm_get_property()
143 struct rpi_firmware *firmware; in raspberrypi_pwm_probe()
/Linux-v5.15/drivers/reset/
Dreset-raspberrypi.c18 struct rpi_firmware *fw;
75 struct rpi_firmware *fw; in rpi_reset_probe()
/Linux-v5.15/drivers/clk/bcm/
Dclk-raspberrypi.c61 struct rpi_firmware *firmware;
93 static int raspberrypi_clock_property(struct rpi_firmware *firmware, in raspberrypi_clock_property()
298 struct rpi_firmware *firmware; in raspberrypi_clk_probe()
/Linux-v5.15/drivers/soc/bcm/
Draspberrypi-power.c28 struct rpi_firmware *fw;
34 struct rpi_firmware *fw;
/Linux-v5.15/drivers/gpio/
Dgpio-raspberrypi-exp.c27 struct rpi_firmware *fw;
202 struct rpi_firmware *fw; in rpi_exp_gpio_probe()
/Linux-v5.15/drivers/hwmon/
Draspberrypi-hwmon.c23 struct rpi_firmware *fw;
/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h64 struct rpi_firmware *fw;
Dvchiq_arm.c426 struct rpi_firmware *fw = drvdata->fw; in vchiq_platform_init()
/Linux-v5.15/drivers/input/touchscreen/
Draspberrypi-ts.c126 struct rpi_firmware *fw; in rpi_ts_probe()