Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A 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()
167 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_GET_GPIO_STATE, in rpi_exp_gpio_get()
189 ret = rpi_firmware_property(gpio->fw, RPI_FIRMWARE_SET_GPIO_STATE, in rpi_exp_gpio_set()
/openbmc/linux/drivers/firmware/
H A Draspberrypi.c150 int rpi_firmware_property(struct rpi_firmware *fw, in rpi_firmware_property() function
180 EXPORT_SYMBOL_GPL(rpi_firmware_property);
187 int ret = rpi_firmware_property(fw, in rpi_firmware_print_firmware_revision()
203 int ret = rpi_firmware_property(fw, RPI_FIRMWARE_GET_THROTTLED, in rpi_register_hwmon_driver()
239 ret = rpi_firmware_property(fw, RPI_FIRMWARE_GET_MAX_CLOCK_RATE, in rpi_firmware_clk_get_max_rate()
318 rpi_firmware_property(fw, RPI_FIRMWARE_NOTIFY_REBOOT, NULL, 0); in rpi_firmware_shutdown()
/openbmc/linux/include/soc/bcm2835/
H A Draspberrypi-firmware.h177 int rpi_firmware_property(struct rpi_firmware *fw,
189 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property() function
/openbmc/linux/drivers/pwm/
H A Dpwm-raspberrypi-poe.c55 ret = rpi_firmware_property(firmware, RPI_FIRMWARE_SET_POE_HAT_VAL, in raspberrypi_pwm_set_property()
73 ret = rpi_firmware_property(firmware, RPI_FIRMWARE_GET_POE_HAT_VAL, in raspberrypi_pwm_get_property()
/openbmc/linux/drivers/pmdomain/bcm/
H A 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()
/openbmc/linux/drivers/reset/
H A Dreset-raspberrypi.c52 ret = rpi_firmware_property(priv->fw, RPI_FIRMWARE_NOTIFY_XHCI_RESET, in rpi_reset_reset()
/openbmc/linux/drivers/hwmon/
H A Draspberrypi-hwmon.c36 ret = rpi_firmware_property(data->fw, RPI_FIRMWARE_GET_THROTTLED, in rpi_firmware_get_throttled()
/openbmc/linux/drivers/clk/bcm/
H A Dclk-raspberrypi.c160 ret = rpi_firmware_property(firmware, tag, &msg, sizeof(msg)); in raspberrypi_clock_property()
350 ret = rpi_firmware_property(rpi->firmware, RPI_FIRMWARE_GET_CLOCKS, in raspberrypi_discover_clocks()
/openbmc/linux/drivers/input/touchscreen/
H A Draspberrypi-ts.c161 error = rpi_firmware_property(fw, RPI_FIRMWARE_FRAMEBUFFER_SET_TOUCHBUF, in rpi_ts_probe()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.c358 ret = rpi_firmware_property(firmware, in vc4_drm_bind()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c542 err = rpi_firmware_property(fw, RPI_FIRMWARE_VCHIQ_INIT, in vchiq_platform_init()