Home
last modified time | relevance | path

Searched refs:firmware_node (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/pwm/
A Dpwm-raspberrypi-poe.c143 struct device_node *firmware_node; in raspberrypi_pwm_probe() local
149 firmware_node = of_get_parent(dev->of_node); in raspberrypi_pwm_probe()
150 if (!firmware_node) { in raspberrypi_pwm_probe()
155 firmware = devm_rpi_firmware_get(&pdev->dev, firmware_node); in raspberrypi_pwm_probe()
156 of_node_put(firmware_node); in raspberrypi_pwm_probe()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-devices-firmware_node1 What: /sys/devices/.../firmware_node/
5 The /sys/devices/.../firmware_node directory contains attributes
9 What: /sys/devices/.../firmware_node/description
A Dsysfs-devices-software_node7 firmware_node directory which contains the details that are
/linux-6.3-rc2/include/soc/bcm2835/
A Draspberrypi-firmware.h185 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
187 struct device_node *firmware_node);
214 static inline struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() argument
220 struct device_node *firmware_node) in devm_rpi_firmware_get() argument
/linux-6.3-rc2/drivers/clk/bcm/
A Dclk-raspberrypi.c387 struct device_node *firmware_node; in raspberrypi_clk_probe() local
399 firmware_node = of_get_parent(dev->of_node); in raspberrypi_clk_probe()
401 firmware_node = of_find_compatible_node(NULL, NULL, in raspberrypi_clk_probe()
403 if (!firmware_node) { in raspberrypi_clk_probe()
408 firmware = devm_rpi_firmware_get(&pdev->dev, firmware_node); in raspberrypi_clk_probe()
409 of_node_put(firmware_node); in raspberrypi_clk_probe()
/linux-6.3-rc2/drivers/firmware/
A Draspberrypi.c353 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() argument
355 struct platform_device *pdev = of_find_device_by_node(firmware_node); in rpi_firmware_get()
385 struct device_node *firmware_node) in devm_rpi_firmware_get() argument
389 fw = rpi_firmware_get(firmware_node); in devm_rpi_firmware_get()
/linux-6.3-rc2/include/linux/firmware/meson/
A Dmeson_sm.h29 struct meson_sm_firmware *meson_sm_get(struct device_node *firmware_node);
/linux-6.3-rc2/scripts/
A Ddev-needs.sh177 f=$1/firmware_node
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Dnamespace.rst302 sysfs directory will then contain the "firmware_node" symbolic link to

Completed in 18 milliseconds