Home
last modified time | relevance | path

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

/linux/drivers/pwm/
A Dpwm-raspberrypi-poe.c141 struct device_node *firmware_node; in raspberrypi_pwm_probe() local
147 firmware_node = of_get_parent(dev->of_node); in raspberrypi_pwm_probe()
148 if (!firmware_node) { in raspberrypi_pwm_probe()
153 firmware = devm_rpi_firmware_get(&pdev->dev, firmware_node); in raspberrypi_pwm_probe()
154 of_node_put(firmware_node); in raspberrypi_pwm_probe()
/linux/include/soc/bcm2835/
A Draspberrypi-firmware.h144 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
146 struct device_node *firmware_node);
161 static inline struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() argument
167 struct device_node *firmware_node) in devm_rpi_firmware_get() argument
/linux/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/drivers/clk/bcm/
A Dclk-raspberrypi.c296 struct device_node *firmware_node; in raspberrypi_clk_probe() local
308 firmware_node = of_get_parent(dev->of_node); in raspberrypi_clk_probe()
310 firmware_node = of_find_compatible_node(NULL, NULL, in raspberrypi_clk_probe()
312 if (!firmware_node) { in raspberrypi_clk_probe()
317 firmware = devm_rpi_firmware_get(&pdev->dev, firmware_node); in raspberrypi_clk_probe()
318 of_node_put(firmware_node); in raspberrypi_clk_probe()
/linux/drivers/firmware/
A Draspberrypi.c322 struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node) in rpi_firmware_get() argument
324 struct platform_device *pdev = of_find_device_by_node(firmware_node); in rpi_firmware_get()
354 struct device_node *firmware_node) in devm_rpi_firmware_get() argument
358 fw = rpi_firmware_get(firmware_node); in devm_rpi_firmware_get()
/linux/include/linux/firmware/meson/
A Dmeson_sm.h29 struct meson_sm_firmware *meson_sm_get(struct device_node *firmware_node);
/linux/scripts/
A Ddev-needs.sh177 f=$1/firmware_node
/linux/Documentation/firmware-guide/acpi/
A Dnamespace.rst302 sysfs directory will then contain the "firmware_node" symbolic link to

Completed in 14 milliseconds