Home
last modified time | relevance | path

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

/Linux-v4.19/include/soc/bcm2835/
Draspberrypi-firmware.h140 int rpi_firmware_property_list(struct rpi_firmware *fw,
150 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() function
/Linux-v4.19/drivers/firmware/
Draspberrypi.c83 int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() function
128 EXPORT_SYMBOL_GPL(rpi_firmware_property_list);
165 ret = rpi_firmware_property_list(fw, &data, buf_size + sizeof(*header)); in rpi_firmware_property()