Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/proximity/
H A 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/drivers/iio/proximity/
H A 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
27 /* registers of MaxSonar device */
57 complete(&data->ranging); in mb1232_handle_irq()
64 struct i2c_client *client = data->client; in mb1232_read_distance()
69 mutex_lock(&data->lock); in mb1232_read_distance()
71 reinit_completion(&data->ranging); in mb1232_read_distance()
75 dev_err(&client->dev, "write command - err: %d\n", ret); in mb1232_read_distance()
[all …]