Home
last modified time | relevance | path

Searched full:triplet (Results 1 – 25 of 36) sorted by relevance

12

/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dhoneywell,hsc030pa.yaml23 pressure-triplet (directly extracted from the part number) or in case it's
58 honeywell,pressure-triplet:
82 To be specified only if honeywell,pressure-triplet is set to "NA".
87 To be specified only if honeywell,pressure-triplet is set to "NA".
100 - honeywell,pressure-triplet
110 honeywell,pressure-triplet:
114 honeywell,pressure-triplet:
127 honeywell,pressure-triplet = "030PA";
140 honeywell,pressure-triplet = "NA";
H A Dhoneywell,mprls0025pa.yaml22 To support different models one need to specify its pressure triplet as well
70 honeywell,pressure-triplet:
103 - honeywell,pressure-triplet
112 - honeywell,pressure-triplet
135 honeywell,pressure-triplet = "0025PA";
153 honeywell,pressure-triplet = "0015PA";
/linux/tools/perf/util/
H A Dllvm.c150 const char *triplet = is_64bit ? "x86_64-pc-linux" : "i686-pc-linux"; in symbol__disassemble_llvm() local
152 disasm = LLVMCreateDisasm(triplet, &storage, /*tag_type=*/0, in symbol__disassemble_llvm()
155 char triplet[64]; in symbol__disassemble_llvm() local
158 scnprintf(triplet, sizeof(triplet), "%s-linux-gnu", in symbol__disassemble_llvm()
162 disasm = LLVMCreateDisasmCPUFeatures(triplet, /*cpu=*/"", in symbol__disassemble_llvm()
/linux/fs/smb/client/
H A Dsmb2transport.c407 struct derivation_triplet triplet; in generate_smb30signingkey() local
410 d = &triplet.signing; in generate_smb30signingkey()
416 d = &triplet.encryption; in generate_smb30signingkey()
422 d = &triplet.decryption; in generate_smb30signingkey()
428 return generate_smb3signingkey(ses, server, &triplet); in generate_smb30signingkey()
436 struct derivation_triplet triplet; in generate_smb311signingkey() local
439 d = &triplet.signing; in generate_smb311signingkey()
445 d = &triplet.encryption; in generate_smb311signingkey()
451 d = &triplet.decryption; in generate_smb311signingkey()
457 return generate_smb3signingkey(ses, server, &triplet); in generate_smb311signingkey()
/linux/drivers/iio/pressure/
H A Dhsc030pa.c38 * Consult honeywell,pressure-triplet in the bindings file for details.
450 const char *triplet; in hsc_common_probe() local
474 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in hsc_common_probe()
475 &triplet); in hsc_common_probe()
478 "honeywell,pressure-triplet could not be read\n"); in hsc_common_probe()
480 if (str_has_prefix(triplet, "NA")) { in hsc_common_probe()
494 "honeywell,pressure-triplet", in hsc_common_probe()
499 "honeywell,pressure-triplet is invalid\n"); in hsc_common_probe()
H A Dabp2030pa.c456 const char *triplet; in abp2_common_probe() local
482 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in abp2_common_probe()
483 &triplet); in abp2_common_probe()
498 "honeywell,pressure-triplet", in abp2_common_probe()
502 return dev_err_probe(dev, -EINVAL, "honeywell,pressure-triplet is invalid\n"); in abp2_common_probe()
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dbootbus.txt18 - ranges: There must be one one triplet of (child-bus-address,
20 length element for any triplet is zero, the chip select is disabled,
/linux/tools/include/tools/
H A Dconfig.h19 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/linux/net/wireless/
H A Dreg.h95 * in combination with a triplet but this behaviour is currently
96 * not observed. For this reason if a triplet is seen with channel
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt23 - opp-microvolt: CPU voltage triplet.
/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.c665 * interpret a triplet of (36, 4, 20) as channels 36, 37, 38, 39. Since in lbs_set_11d_domain_info()
667 * splitting that up into 4 triplet pairs of (36, 1, 20) + (40, 1, 20) in lbs_set_11d_domain_info()
698 /* Add this triplet */ in lbs_set_11d_domain_info()
699 lbs_deb_11d("11D triplet (%d, %d, %d)\n", in lbs_set_11d_domain_info()
702 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
712 /* Add last triplet */ in lbs_set_11d_domain_info()
713 lbs_deb_11d("11D triplet (%d, %d, %d)\n", first_channel, in lbs_set_11d_domain_info()
715 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-femac.txt19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
H A Dhisilicon-hix5hd2-gmac.txt28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-rgb.rst10 These formats encode each pixel as a triplet of RGB values. They are packed
54 These formats store an RGB triplet in one, two or four bytes. They are named
646 These formats store an RGB triplet in three or four bytes. They are named based
770 These formats store a 30-bit RGB triplet with an optional 2 bit alpha in four
960 These formats store an RGB triplet in six or eight bytes, with 12 bits per component.
1003 These formats store an RGB triplet in six bytes, with 16 bits per component
/linux/drivers/w1/
H A Dw1_io.c180 * w1_triplet() - * Does a triplet - used for searching ROM addresses.
195 if (dev->bus_master->triplet) in w1_triplet()
196 return dev->bus_master->triplet(dev->bus_master->data, bdir); in w1_triplet()
/linux/tools/include/linux/
H A Dkconfig.h31 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/linux/include/linux/
H A Dw1.h109 * @triplet: Combines two reads and a smart write for ROM searches
149 u8 (*triplet)(void *, u8); member
H A Dkconfig.h37 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/linux/Documentation/arch/xtensa/
H A Dmmu.rst60 4. Only the first triplet in the "ranges" property is considered
65 "ranges" triplet length field is ignored
/linux/Documentation/devicetree/bindings/rtc/
H A Dst,stm32-rtc.yaml41 Phandle/offset/mask triplet. The phandle to pwrcfg used to
/linux/drivers/crypto/caam/
H A Dcaampkc.h25 * 2. The second representation consists of the triplet (p, q, d), where the
/linux/drivers/w1/masters/
H A Domap_hdq.c356 * W1 triplet callback function - used for searching ROM addresses.
590 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
/linux/drivers/input/joystick/
H A Dsidewinder.c191 * sw_get_bits() and GB() compose bits from the triplet buffer into a __u64.
194 * is number of bits per triplet.
209 i++; /* Next triplet */ in sw_get_bits()
/linux/include/drm/
H A Ddrm_fourcc.h83 * triplet @char_per_block, @block_w, @block_h for better
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c252 * The routine translates ppb into the adjustment triplet in an optimal manner.

12