Home
last modified time | relevance | path

Searched refs:rpi_firmware_property (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/gpio/
Dgpio-raspberrypi-exp.c64 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_GET_GPIO_CONFIG, in rpi_exp_gpio_get_polarity()
93 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_SET_GPIO_CONFIG, in rpi_exp_gpio_dir_in()
122 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_SET_GPIO_CONFIG, in rpi_exp_gpio_dir_out()
142 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_GET_GPIO_CONFIG, in rpi_exp_gpio_get_direction()
164 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_GET_GPIO_STATE, in rpi_exp_gpio_get()
186 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_SET_GPIO_STATE, in rpi_exp_gpio_set()
/Linux-v5.4/drivers/firmware/
Draspberrypi.c145 int rpi_firmware_property(struct rpi_firmware *fw, in rpi_firmware_property() function
175 EXPORT_SYMBOL_GPL(rpi_firmware_property);
181 int ret = rpi_firmware_property(fw, in rpi_firmware_print_firmware_revision()
201 int ret = rpi_firmware_property(fw, RPI_FIRMWARE_GET_THROTTLED, in rpi_register_hwmon_driver()
256 rpi_firmware_property(fw, RPI_FIRMWARE_NOTIFY_REBOOT, NULL, 0); in rpi_firmware_shutdown()
/Linux-v5.4/include/soc/bcm2835/
Draspberrypi-firmware.h139 int rpi_firmware_property(struct rpi_firmware *fw,
145 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property() function
/Linux-v5.4/drivers/soc/bcm/
Draspberrypi-power.c57 return rpi_firmware_property(rpi_domain->fw, in rpi_firmware_set_power()
147 ret = rpi_firmware_property(rpi_domains->fw, in rpi_has_new_domain_support()
/Linux-v5.4/drivers/hwmon/
Draspberrypi-hwmon.c35 ret = rpi_firmware_property(data->fw, RPI_FIRMWARE_GET_THROTTLED, in rpi_firmware_get_throttled()
/Linux-v5.4/drivers/input/touchscreen/
Draspberrypi-ts.c165 error = rpi_firmware_property(fw, RPI_FIRMWARE_FRAMEBUFFER_SET_TOUCHBUF, in rpi_ts_probe()
/Linux-v5.4/drivers/clk/bcm/
Dclk-raspberrypi.c77 ret = rpi_firmware_property(firmware, tag, &msg, sizeof(msg)); in raspberrypi_clock_property()
/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_2835_arm.c156 err = rpi_firmware_property(fw, RPI_FIRMWARE_VCHIQ_INIT, in vchiq_platform_init()