Home
last modified time | relevance | path

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

/Linux-v5.4/include/soc/bcm2835/
Draspberrypi-firmware.h141 int rpi_firmware_property_list(struct rpi_firmware *fw,
151 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() function
/Linux-v5.4/drivers/firmware/
Draspberrypi.c84 int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() function
129 EXPORT_SYMBOL_GPL(rpi_firmware_property_list);
167 ret = rpi_firmware_property_list(fw, data, buf_size + sizeof(*header)); in rpi_firmware_property()