Searched full:srf04 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/proximity/ |
| D | devantech-srf04.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/devantech-srf04.yaml# 7 title: Devantech SRF04 and Maxbotix mb1000 ultrasonic range finder 27 - devantech,srf04 83 compatible = "devantech,srf04";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/ |
| D | devantech-srf04.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/devantech-srf04.yaml# 7 title: Devantech SRF04 and Maxbotix mb1000 ultrasonic range finder 27 - devantech,srf04 83 compatible = "devantech,srf04";
|
| /kernel/linux/linux-5.10/drivers/iio/proximity/ |
| D | Kconfig | 86 config SRF04 config 87 tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)" 94 - Devantech SRF04 102 module will be called srf04.
|
| D | srf04.c | 3 * SRF04: ultrasonic sensor for distance measuring by using GPIOs 236 { .compatible = "devantech,srf04", .data = &srf04_cfg}, 319 indio_dev->name = "srf04"; in srf04_probe() 397 .name = "srf04-gpio", 406 MODULE_DESCRIPTION("SRF04 ultrasonic sensor for distance measuring using GPIOs"); 408 MODULE_ALIAS("platform:srf04");
|
| D | Makefile | 13 obj-$(CONFIG_SRF04) += srf04.o
|
| /kernel/linux/linux-6.6/drivers/iio/proximity/ |
| D | Kconfig | 109 config SRF04 config 110 tristate "GPIO bitbanged ultrasonic ranger sensor (SRF04, MB1000)" 117 - Devantech SRF04 125 module will be called srf04.
|
| D | srf04.c | 3 * SRF04: ultrasonic sensor for distance measuring by using GPIOs 237 { .compatible = "devantech,srf04", .data = &srf04_cfg }, 318 indio_dev->name = "srf04"; in srf04_probe() 396 .name = "srf04-gpio", 405 MODULE_DESCRIPTION("SRF04 ultrasonic sensor for distance measuring using GPIOs"); 407 MODULE_ALIAS("platform:srf04");
|
| D | Makefile | 15 obj-$(CONFIG_SRF04) += srf04.o
|