Home
last modified time | relevance | path

Searched +full:i2cxl +full:- +full:maxsonar (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/iio/proximity/
Dmaxbotix,mb1232.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MaxBotix I2CXL-MaxSonar ultrasonic distance sensor
10 - Andreas Klinger <ak@it-klinger.de>
13 MaxBotix I2CXL-MaxSonar ultrasonic distance sensor of type mb1202,
18 https://www.maxbotix.com/documents/I2CXL-MaxSonar-EZ_Datasheet.pdf
23 - maxbotix,mb1202
24 - maxbotix,mb1212
25 - maxbotix,mb1222
[all …]
/Linux-v5.10/drivers/iio/proximity/
Dmb1232.c1 // SPDX-License-Identifier: GPL-2.0+
3 * mb1232.c - Support for MaxBotix I2CXL-MaxSonar-EZ series ultrasonic
7 * Copyright (c) 2019 Andreas Klinger <ak@it-klinger.de>
10 * https://www.maxbotix.com/documents/I2CXL-MaxSonar-EZ_Datasheet.pdf
25 /* registers of MaxSonar device */
55 complete(&data->ranging); in mb1232_handle_irq()
62 struct i2c_client *client = data->client; in mb1232_read_distance()
67 mutex_lock(&data->lock); in mb1232_read_distance()
69 reinit_completion(&data->ranging); in mb1232_read_distance()
73 dev_err(&client->dev, "write command - err: %d\n", ret); in mb1232_read_distance()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
47 module will be called pulsedlight-lite-v2
50 tristate "MaxSonar I2CXL family ultrasonic sensors"
53 Say Y to build a driver for the ultrasonic sensors I2CXL of
70 - Parallax PING))) (ultrasonic)
71 - Parallax LaserPING (time-of-flight)
80 Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
94 - Devantech SRF04
95 - Maxbotix mb1000
96 - Maxbotix mb1010
[all …]