/linux/fs/smb/client/ |
H A D | smb2transport.c | 531 struct derivation_triplet triplet; in generate_smb30signingkey() local 534 d = &triplet.signing; in generate_smb30signingkey() 540 d = &triplet.encryption; in generate_smb30signingkey() 546 d = &triplet.decryption; in generate_smb30signingkey() 552 return generate_smb3signingkey(ses, server, &triplet); in generate_smb30signingkey() 560 struct derivation_triplet triplet; in generate_smb311signingkey() local 563 d = &triplet.signing; in generate_smb311signingkey() 569 d = &triplet.encryption; in generate_smb311signingkey() 575 d = &triplet.decryption; in generate_smb311signingkey() 581 return generate_smb3signingkey(ses, server, &triplet); in generate_smb311signingkey()
|
/linux/drivers/opp/ |
H A D | of.c | 554 const char *prop_type, bool *triplet) in _parse_named_prop() argument 592 (!triplet || count != opp_table->regulator_count * 3)) { in _parse_named_prop() 609 if (triplet) in _parse_named_prop() 610 *triplet = count != opp_table->regulator_count; in _parse_named_prop() 616 struct opp_table *opp_table, bool *triplet) in opp_parse_microvolt() argument 620 microvolt = _parse_named_prop(opp, dev, opp_table, "microvolt", triplet); in opp_parse_microvolt() 648 bool triplet; in opp_parse_supplies() local 650 microvolt = opp_parse_microvolt(opp, dev, opp_table, &triplet); in opp_parse_supplies() 679 if (triplet) { in opp_parse_supplies()
|
/linux/Documentation/devicetree/bindings/mips/cavium/ |
H A D | bootbus.txt | 18 - 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/drivers/w1/ |
H A D | w1_io.c | 180 * 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/Documentation/devicetree/bindings/cpufreq/ |
H A D | nvidia,tegra20-cpufreq.txt | 23 - opp-microvolt: CPU voltage triplet.
|
/linux/Documentation/arch/xtensa/ |
H A D | mmu.rst | 60 4. Only the first triplet in the "ranges" property is considered 65 "ranges" triplet length field is ignored
|
/linux/drivers/iio/pressure/ |
H A D | hsc030pa.c | 38 * 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 D | mprls0025pa.c | 332 const char *triplet; in mpr_common_probe() local 374 ret = device_property_read_string(dev, "honeywell,pressure-triplet", in mpr_common_probe() 375 &triplet); in mpr_common_probe() 390 "honeywell,pressure-triplet", in mpr_common_probe() 395 "honeywell,pressure-triplet is invalid\n"); in mpr_common_probe()
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | hisilicon-femac.txt | 19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
H A D | hisilicon-hix5hd2-gmac.txt | 28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
/linux/include/linux/ |
H A D | w1.h | 109 * @triplet: Combines two reads and a smart write for ROM searches 149 u8 (*triplet)(void *, u8); member
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-rgb.rst | 9 These formats encode each pixel as a triplet of RGB values. They are packed 53 These formats store an RGB triplet in one, two or four bytes. They are named 645 These formats store an RGB triplet in three or four bytes. They are named based 769 These formats store a 30-bit RGB triplet with an optional 2 bit alpha in four 959 These formats store an RGB triplet in six or eight bytes, with 12 bits per component. 1002 These formats store an RGB triplet in six bytes, with 16 bits per component
|
H A D | pixfmt-packed-yuv.rst | 26 full triplet of Y, Cb and Cr values.
|
/linux/tools/perf/util/ |
H A D | disasm.c | 1878 char triplet[64]; in symbol__disassemble_llvm() local 1901 scnprintf(triplet, sizeof(triplet), "x86_64-pc-linux"); in symbol__disassemble_llvm() 1903 scnprintf(triplet, sizeof(triplet), "i686-pc-linux"); in symbol__disassemble_llvm() 1905 scnprintf(triplet, sizeof(triplet), "%s-linux-gnu", in symbol__disassemble_llvm() 1909 disasm = LLVMCreateDisasm(triplet, &storage, 0, NULL, in symbol__disassemble_llvm()
|
/linux/drivers/w1/masters/ |
H A D | ds2482.c | 285 * ds2482_w1_triplet - Performs the triplet function, which reads two bits and writes a bit. 306 /* Send the triplet command, wait until 1WB == 0, return the status */ in ds2482_w1_triplet() 505 data->w1_ch[idx].w1_bm.triplet = ds2482_w1_triplet; in ds2482_probe()
|
H A D | omap_hdq.c | 356 * W1 triplet callback function - used for searching ROM addresses. 594 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cmd.c | 665 * 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()
|
H A D | host.h | 394 struct ieee80211_country_ie_triplet triplet[MAX_11D_TRIPLETS]; member
|
/linux/Documentation/gpu/ |
H A D | drm-internals.rst | 47 level triplet. The information is printed to the kernel log at
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | 240 memcpy((u8 *)domain_info->triplet, in mwifiex_process_country_ie()
|
H A D | sta_cmd.c | 1033 memcpy(domain->triplet, adapter->domain_reg.triplet, in mwifiex_cmd_802_11d_domain_info()
|
H A D | main.h | 477 triplet[MWIFIEX_MAX_TRIPLET_802_11D]; member
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 501 is not at this point in time used in any meaningful way, but the triplet is
|
/linux/Documentation/driver-api/gpio/ |
H A D | consumer.rst | 88 if and only if no GPIO has been assigned to the device/function/index triplet,
|
/linux/net/mac80211/ |
H A D | mlme.c | 3095 struct ieee80211_country_ie_triplet *triplet; in ieee80211_find_80211h_pwr_constr() local 3104 triplet = (void *)(country_ie + 3); in ieee80211_find_80211h_pwr_constr() 3132 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr() 3137 for (i = 0; i < triplet->chans.num_channels; i++) { in ieee80211_find_80211h_pwr_constr() 3140 *chan_pwr = triplet->chans.max_power; in ieee80211_find_80211h_pwr_constr() 3148 triplet++; in ieee80211_find_80211h_pwr_constr()
|