Home
last modified time | relevance | path

Searched full:rave (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Dzii,rave-sp.yaml4 $id: http://devicetree.org/schemas/mfd/zii,rave-sp.yaml#
7 title: Zodiac Inflight Innovations RAVE Supervisory Processor
13 RAVE Supervisory Processor communicates with SoC over UART. It is
20 - zii,rave-sp-niu
21 - zii,rave-sp-mezz
22 - zii,rave-sp-esb
23 - zii,rave-sp-rdu1
24 - zii,rave-sp-rdu2
33 $ref: /schemas/watchdog/zii,rave-sp-wdt.yaml
36 $ref: /schemas/leds/backlight/zii,rave-sp-backlight.yaml
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/watchdog/
Dzii,rave-sp-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/zii,rave-sp-wdt.yaml#
7 title: Zodiac Inflight Innovations RAVE Supervisory Processor Watchdog
13 RAVE SP watchdog device is a "MFD cell" device corresponding to
14 watchdog functionality of RAVE Supervisory Processor. It is expected
16 corresponding to the parent RAVE SP device (as documented in
17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml)
22 - zii,rave-sp-watchdog
23 - zii,rave-sp-watchdog-legacy
43 compatible = "zii,rave-sp-watchdog";
Dzii,rave-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/zii,rave-wdt.yaml#
7 title: Zodiac RAVE Watchdog Timer
16 const: zii,rave-wdt
43 compatible = "zii,rave-wdt";
/linux-6.14.4/Documentation/devicetree/bindings/leds/backlight/
Dzii,rave-sp-backlight.yaml4 $id: http://devicetree.org/schemas/leds/backlight/zii,rave-sp-backlight.yaml#
7 title: Zodiac Inflight Innovations RAVE Supervisory Processor Backlight
13 RAVE SP backlight device is a "MFD cell" device corresponding to
14 backlight functionality of RAVE Supervisory Processor. It is expected
16 corresponding to the parent RAVE SP device (as documented in
17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml)
21 const: zii,rave-sp-backlight
34 compatible = "zii,rave-sp-backlight";
/linux-6.14.4/Documentation/devicetree/bindings/input/
Dzii,rave-sp-pwrbutton.yaml4 $id: http://devicetree.org/schemas/input/zii,rave-sp-pwrbutton.yaml#
7 title: Zodiac Inflight Innovations RAVE Supervisory Processor Power Button
13 RAVE SP input device is a "MFD cell" device corresponding to power
14 button functionality of RAVE Supervisory Processor. It is expected
16 corresponding to the parent RAVE SP device (as documented in
17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml)
21 const: zii,rave-sp-pwrbutton
34 compatible = "zii,rave-sp-pwrbutton";
/linux-6.14.4/Documentation/devicetree/bindings/nvmem/
Dzii,rave-sp-eeprom.yaml4 $id: http://devicetree.org/schemas/nvmem/zii,rave-sp-eeprom.yaml#
7 title: Zodiac Inflight Innovations RAVE EEPROM
13 RAVE SP EEPROM device is a "MFD cell" device exposing physical EEPROM
14 attached to RAVE Supervisory Processor. It is expected that its Device
16 parent RAVE SP device (as documented in
17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml)
21 const: zii,rave-sp-eeprom
44 compatible = "zii,rave-sp-eeprom";
/linux-6.14.4/drivers/watchdog/
Drave-sp-wdt.c4 * Driver for watchdog aspect of for Zodiac Inflight Innovations RAVE
13 #include <linux/mfd/rave-sp.h>
29 * struct rave_sp_wdt_variant - RAVE SP watchdog variant
46 * struct rave_sp_wdt - RAVE SP watchdog
49 * @sp: Pointer to parent RAVE SP device
215 .identity = "RAVE SP Watchdog",
243 .compatible = "zii,rave-sp-watchdog-legacy",
247 .compatible = "zii,rave-sp-watchdog",
335 MODULE_DESCRIPTION("RAVE SP Watchdog driver");
336 MODULE_ALIAS("platform:rave-sp-watchdog");
Dziirave_wdt.c421 .identity = "RAVE Switch Watchdog",
718 { "rave-wdt" },
724 { .compatible = "zii,rave-wdt", },
742 MODULE_DESCRIPTION("Zodiac Aerospace RAVE Switch Watchdog Processor Driver");
/linux-6.14.4/drivers/mfd/
Drave-sp.c4 * Multifunction core driver for Zodiac Inflight Innovations RAVE
18 #include <linux/mfd/rave-sp.h>
93 * struct rave_sp_reply - Reply as per RAVE device protocol
161 * struct rave_sp_variant - RAVE supervisory processor core variant
173 * struct rave_sp - RAVE supervisory processor core
305 print_hex_dump_debug("rave-sp tx: ", DUMP_PREFIX_NONE, in rave_sp_write()
452 print_hex_dump_debug("rave-sp rx: ", DUMP_PREFIX_NONE, in rave_sp_receive_frame()
624 * "MESSAGE TYPES" of Rave PIC24 ICD. in rave_sp_default_cmd_translate()
755 { .compatible = "zii,rave-sp-niu", .data = &rave_sp_legacy },
756 { .compatible = "zii,rave-sp-mezz", .data = &rave_sp_legacy },
[all …]
/linux-6.14.4/drivers/input/misc/
Drave-sp-pwrbutton.c3 // Power Button driver for RAVE SP
12 #include <linux/mfd/rave-sp.h>
76 { .compatible = "zii,rave-sp-pwrbutton" },
94 MODULE_DESCRIPTION("RAVE SP Power Button driver");
DKconfig783 Say Y here if you have system with IMS Rave Passenger Control Unit.
933 tristate "RAVE SP Power button Driver"
936 Say Y here if you want to enable power key reporting from RAVE SP
939 module will be called rave-sp-pwrbutton.
/linux-6.14.4/drivers/video/backlight/
Drave-sp-backlight.c4 * LCD Backlight driver for RAVE SP
13 #include <linux/mfd/rave-sp.h>
70 { .compatible = "zii,rave-sp-backlight" },
88 MODULE_DESCRIPTION("RAVE SP Backlight driver");
DMakefile61 obj-$(CONFIG_BACKLIGHT_RAVE_SP) += rave-sp-backlight.o
DKconfig481 tristate "RAVE SP Backlight driver"
484 Support for backlight control on RAVE SP device.
/linux-6.14.4/drivers/nvmem/
Drave-sp-eeprom.c4 * EEPROM driver for RAVE SP
10 #include <linux/mfd/rave-sp.h>
43 * struct rave_sp_eeprom_page - RAVE SP EEPROM page
49 * Note this structure corresponds to RSP_*_EEPROM payload from RAVE
59 * struct rave_sp_eeprom - RAVE SP EEPROM device
61 * @sp: Pointer to parent RAVE SP device
344 { .compatible = "zii,rave-sp-eeprom" },
362 MODULE_DESCRIPTION("RAVE SP EEPROM driver");
DMakefile53 obj-$(CONFIG_NVMEM_RAVE_SP_EEPROM) += nvmem-rave-sp-eeprom.o
54 nvmem-rave-sp-eeprom-y := rave-sp-eeprom.o
/linux-6.14.4/arch/arm/boot/dts/nxp/vf/
Dvf610-zii-spb4.dts218 compatible = "zii,rave-wdt";
245 compatible = "zii,rave-sp-rdu2";
251 compatible = "zii,rave-sp-watchdog";
255 compatible = "zii,rave-sp-eeprom";
Dvf610-zii-ssmb-spu3.dts237 compatible = "zii,rave-wdt";
258 compatible = "zii,rave-sp-rdu2";
264 compatible = "zii,rave-sp-watchdog";
268 compatible = "zii,rave-sp-eeprom";
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/
Dimx51-zii-rdu1.dts560 compatible = "zii,rave-sp-rdu1";
566 compatible = "zii,rave-sp-watchdog";
570 compatible = "zii,rave-sp-backlight";
574 compatible = "zii,rave-sp-pwrbutton";
578 compatible = "zii,rave-sp-eeprom";
586 compatible = "zii,rave-sp-eeprom";
594 compatible = "zii,rave-sp-eeprom";
Dimx7d-zii-rmu2.dts208 compatible = "zii,rave-sp-rdu2";
214 compatible = "zii,rave-sp-watchdog";
218 compatible = "zii,rave-sp-eeprom";
Dimx6qdl-zii-rdu2.dtsi281 compatible = "zii,rave-sp-rdu2";
287 compatible = "zii,rave-sp-watchdog";
291 compatible = "zii,rave-sp-backlight";
295 compatible = "zii,rave-sp-pwrbutton";
299 compatible = "zii,rave-sp-eeprom";
307 compatible = "zii,rave-sp-eeprom";
528 compatible = "zii,rave-wdt";
Dimx51-zii-scu2-mezz.dts315 compatible = "zii,rave-sp-mezz";
321 compatible = "zii,rave-sp-watchdog-legacy";
325 compatible = "zii,rave-sp-eeprom";
Dimx51-zii-scu3-esb.dts322 compatible = "zii,rave-sp-esb";
328 compatible = "zii,rave-sp-watchdog-legacy";
332 compatible = "zii,rave-sp-eeprom";
/linux-6.14.4/arch/arm64/boot/dts/freescale/
Dimx8mq-zii-ultra.dtsi454 compatible = "zii,rave-wdt";
494 compatible = "zii,rave-sp-rdu2";
500 compatible = "zii,rave-sp-watchdog";
504 compatible = "zii,rave-sp-backlight";
508 compatible = "zii,rave-sp-pwrbutton";
512 compatible = "zii,rave-sp-eeprom";
518 compatible = "zii,rave-sp-eeprom";
/linux-6.14.4/include/linux/mfd/
Drave-sp.h4 * Core definitions for RAVE SP MFD driver.

12