Searched refs:rpi_firmware_property (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/gpio/ |
D | gpio-raspberrypi-exp.c | 64 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()
|
/linux-6.1.9/drivers/firmware/ |
D | raspberrypi.c | 148 int rpi_firmware_property(struct rpi_firmware *fw, in rpi_firmware_property() function 178 EXPORT_SYMBOL_GPL(rpi_firmware_property); 185 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() 298 rpi_firmware_property(fw, RPI_FIRMWARE_NOTIFY_REBOOT, NULL, 0); in rpi_firmware_shutdown()
|
/linux-6.1.9/include/soc/bcm2835/ |
D | raspberrypi-firmware.h | 140 int rpi_firmware_property(struct rpi_firmware *fw, 149 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property() function
|
/linux-6.1.9/drivers/pwm/ |
D | pwm-raspberrypi-poe.c | 55 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()
|
/linux-6.1.9/drivers/soc/bcm/ |
D | raspberrypi-power.c | 57 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-6.1.9/drivers/reset/ |
D | reset-raspberrypi.c | 52 ret = rpi_firmware_property(priv->fw, RPI_FIRMWARE_NOTIFY_XHCI_RESET, in rpi_reset_reset()
|
/linux-6.1.9/drivers/clk/bcm/ |
D | clk-raspberrypi.c | 179 ret = rpi_firmware_property(firmware, tag, &msg, sizeof(msg)); in raspberrypi_clock_property() 369 ret = rpi_firmware_property(rpi->firmware, RPI_FIRMWARE_GET_CLOCKS, in raspberrypi_discover_clocks()
|
/linux-6.1.9/drivers/hwmon/ |
D | raspberrypi-hwmon.c | 36 ret = rpi_firmware_property(data->fw, RPI_FIRMWARE_GET_THROTTLED, in rpi_firmware_get_throttled()
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | raspberrypi-ts.c | 161 error = rpi_firmware_property(fw, RPI_FIRMWARE_FRAMEBUFFER_SET_TOUCHBUF, in rpi_ts_probe()
|
/linux-6.1.9/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 359 ret = rpi_firmware_property(firmware, in vc4_drm_bind()
|
/linux-6.1.9/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 542 err = rpi_firmware_property(fw, RPI_FIRMWARE_VCHIQ_INIT, in vchiq_platform_init()
|