Home
last modified time | relevance | path

Searched +full:vref +full:- +full:buffered (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dmcp4725.txt4 - compatible: Must be "microchip,mcp4725" or "microchip,mcp4726"
5 - reg: Should contain the DAC I2C address
6 - vdd-supply: Phandle to the Vdd power supply. This supply is used as a
8 mcp4726 if there is no vref-supply specified.
11 - vref-supply: Optional phandle to the Vref power supply. Vref pin is
13 - microchip,vref-buffered: Boolean to enable buffering of the external
14 Vref pin. This boolean is not valid without the vref-supply. Quoting
25 vdd-supply = <&vdac_vdd>;
28 /* mcp4726 with the buffered external reference voltage */
32 vdd-supply = <&vdac_vdd>;
[all …]
H A Dmicrochip,mcp4725.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tomas Novotny <tomas@novotny.cz>
15 - microchip,mcp4725
16 - microchip,mcp4726
21 vdd-supply:
24 For the mcp4726 it will be used as the reference voltage if vref-supply
27 vref-supply:
29 Vref pin is used as a voltage reference when this supply is specified.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7949.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Charles-Antoine Couret <charles-antoine.couret@essensium.com>
15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7949.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf
22 - adi,ad7682
23 - adi,ad7689
24 - adi,ad7949
29 vrefin-supply:
[all …]
H A Dadi,ad7192.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Michael Hennerich <michael.hennerich@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7192.pdf
21 - adi,ad7190
22 - adi,ad7192
23 - adi,ad7193
24 - adi,ad7194
25 - adi,ad7195
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_vnops.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2007-2009 Google Inc. and Amit Singh
236 int default_permissions = data->dataflags & FSESS_DEFAULT_PERMISSIONS; in fuse_extattr_check_cred()
239 * Kernel-invoked always succeeds. in fuse_extattr_check_cred()
295 ffi->fh = fufh->fh_id; in fuse_flush()
301 ffi->lock_owner = td->td_proc->p_pid; in fuse_flush()
331 left_on = start & (iosize - 1); in fuse_inval_buf_range()
334 if ((bp->b_flags & B_CACHE) != 0 && bp->b_dirtyend >= left_on) { in fuse_inval_buf_range()
337 * byte-granular way to record which parts of the in fuse_inval_buf_range()
[all …]