Home
last modified time | relevance | path

Searched refs:rpi_firmware_property_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/soc/bcm2835/
Draspberrypi-firmware.h141 int rpi_firmware_property_list(struct rpi_firmware *fw,
154 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() function
/Linux-v5.15/drivers/firmware/
Draspberrypi.c87 int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() function
132 EXPORT_SYMBOL_GPL(rpi_firmware_property_list);
170 ret = rpi_firmware_property_list(fw, data, buf_size + sizeof(*header)); in rpi_firmware_property()