Home
last modified time | relevance | path

Searched +full:ds +full:- +full:0355 +full:_rev_b (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/pressure/
Dasc,dlhl60d.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Cameron <jic23@kernel.org>
16 https://www.allsensors.com/cad/DS-0355_Rev_B.PDF
21 - asc,dlhl60d
22 - asc,dlhl60g
33 - compatible
34 - reg
39 - |
[all …]
/Linux-v6.1/drivers/iio/pressure/
Ddlhl60d.c1 // SPDX-License-Identifier: GPL-2.0
8 * Datasheet: https://www.allsensors.com/cad/DS-0355_Rev_B.PDF
69 ret = i2c_smbus_write_byte(st->client, DLH_START_SINGLE); in dlh_cmd_start_single()
71 dev_err(&st->client->dev, in dlh_cmd_start_single()
81 ret = i2c_master_recv(st->client, st->rx_buf, DLH_NUM_READ_BYTES); in dlh_cmd_read_data()
83 dev_err(&st->client->dev, in dlh_cmd_read_data()
88 if (st->rx_buf[0] != DLH_STATUS_OK) { in dlh_cmd_read_data()
89 dev_err(&st->client->dev, in dlh_cmd_read_data()
90 "%s: invalid status 0x%02x\n", __func__, st->rx_buf[0]); in dlh_cmd_read_data()
91 return -EBUSY; in dlh_cmd_read_data()
[all …]