Searched full:gyroadc (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
| D | renesas,gyroadc.txt | 1 * Renesas R-Car GyroADC device driver 3 The GyroADC block is a reduced SPI block with up to 8 chipselect lines, 5 are sampled by the GyroADC block in a round-robin fashion and the result 6 presented in the GyroADC registers. 9 - compatible: Should be "<soc-specific>", "renesas,rcar-gyroadc". 11 renesas,r8a7791-gyroadc - for the GyroADC block present 13 renesas,r8a7792-gyroadc - for the GyroADC with interrupt 19 - clock-names: Shall contain "fck". The "fck" is the GyroADC block clock. 28 voltage for the GyroADC channels. 36 GyroADC channels with data as it contains four ADCs [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | renesas,rcar-gyroadc.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/renesas,rcar-gyroadc.yaml# 7 title: Renesas R-Car GyroADC 13 The GyroADC block is a reduced SPI block with up to 8 chipselect lines, 15 are sampled by the GyroADC block in a round-robin fashion and the result 16 presented in the GyroADC registers. 24 - renesas,r8a7791-gyroadc 25 - renesas,r8a7792-gyroadc 26 - const: renesas,rcar-gyroadc 70 fashion. One Fujitsu chip supplies four GyroADC channels with 73 of the MB88101A connect directly to two CHS lines of the GyroADC, [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | rcar-gyroadc.c | 3 * Renesas R-Car GyroADC driver 26 #define DRIVER_NAME "rcar-gyroadc" 28 /* GyroADC registers. */ 90 /* Stop the GyroADC. */ in rcar_gyroadc_hw_init() 120 /* Stop the GyroADC. */ in rcar_gyroadc_hw_stop() 277 /* R-Car compatible GyroADC */ 278 .compatible = "renesas,rcar-gyroadc", 282 .compatible = "renesas,r8a7792-gyroadc", 426 * attached to the GyroADC at a time, so if we found it, in rcar_gyroadc_parse_subdevs() 621 MODULE_DESCRIPTION("Renesas R-Car GyroADC driver");
|
| D | Makefile | 81 obj-$(CONFIG_RCAR_GYRO_ADC) += rcar-gyroadc.o
|
| D | Kconfig | 844 tristate "Renesas R-Car GyroADC driver" 847 Say yes here to build support for the GyroADC found in Renesas 854 module will be called rcar-gyroadc.
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | rcar-gyroadc.c | 3 * Renesas R-Car GyroADC driver 26 #define DRIVER_NAME "rcar-gyroadc" 28 /* GyroADC registers. */ 90 /* Stop the GyroADC. */ in rcar_gyroadc_hw_init() 120 /* Stop the GyroADC. */ in rcar_gyroadc_hw_stop() 272 /* R-Car compatible GyroADC */ 273 .compatible = "renesas,rcar-gyroadc", 277 .compatible = "renesas,r8a7792-gyroadc", 421 * attached to the GyroADC at a time, so if we found it, in rcar_gyroadc_parse_subdevs() 617 MODULE_DESCRIPTION("Renesas R-Car GyroADC driver");
|
| D | Makefile | 91 obj-$(CONFIG_RCAR_GYRO_ADC) += rcar-gyroadc.o
|
| D | Kconfig | 965 tristate "Renesas R-Car GyroADC driver" 968 Say yes here to build support for the GyroADC found in Renesas 975 module will be called rcar-gyroadc.
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/renesas/ |
| D | r8a7791.dtsi | 1155 compatible = "renesas,r8a7791-gyroadc", 1156 "renesas,rcar-gyroadc";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | r8a7791.dtsi | 1152 compatible = "renesas,r8a7791-gyroadc", 1153 "renesas,rcar-gyroadc";
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 14911 RENESAS R-CAR GYROADC DRIVER 14915 F: Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt 14916 F: drivers/iio/adc/rcar-gyroadc.c
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 18250 RENESAS R-CAR GYROADC DRIVER 18254 F: Documentation/devicetree/bindings/iio/adc/renesas,rcar-gyroadc.yaml 18255 F: drivers/iio/adc/rcar-gyroadc.c
|