Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/
H A 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()
249 struct rpi_firmware *fw; in rpi_firmware_probe()
[all …]
/OK3568_Linux_fs/kernel/include/soc/bcm2835/
H A 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);
146 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property()
152 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list()
158 static inline void rpi_firmware_put(struct rpi_firmware *fw) { } in rpi_firmware_put()
159 static inline struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get()
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dreset-raspberrypi.c18 struct rpi_firmware *fw;
75 struct rpi_firmware *fw; in rpi_reset_probe()
/OK3568_Linux_fs/kernel/drivers/clk/bcm/
H A Dclk-raspberrypi.c61 struct rpi_firmware *firmware;
93 static int raspberrypi_clock_property(struct rpi_firmware *firmware, in raspberrypi_clock_property()
303 struct rpi_firmware *firmware; in raspberrypi_clk_probe()
/OK3568_Linux_fs/kernel/drivers/soc/bcm/
H A Draspberrypi-power.c28 struct rpi_firmware *fw;
34 struct rpi_firmware *fw;
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-raspberrypi-exp.c27 struct rpi_firmware *fw;
202 struct rpi_firmware *fw; in rpi_exp_gpio_probe()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h55 struct rpi_firmware *fw;
H A Dvchiq_2835_arm.c83 struct rpi_firmware *fw = drvdata->fw; in vchiq_platform_init()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Draspberrypi-hwmon.c22 struct rpi_firmware *fw;
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Draspberrypi-ts.c126 struct rpi_firmware *fw; in rpi_ts_probe()