/Linux-v6.6/fs/smb/client/ |
D | smb2transport.c | 500 struct derivation_triplet triplet; in generate_smb30signingkey() local 503 d = &triplet.signing; in generate_smb30signingkey() 509 d = &triplet.encryption; in generate_smb30signingkey() 515 d = &triplet.decryption; in generate_smb30signingkey() 521 return generate_smb3signingkey(ses, server, &triplet); in generate_smb30signingkey() 529 struct derivation_triplet triplet; in generate_smb311signingkey() local 532 d = &triplet.signing; in generate_smb311signingkey() 538 d = &triplet.encryption; in generate_smb311signingkey() 544 d = &triplet.decryption; in generate_smb311signingkey() 550 return generate_smb3signingkey(ses, server, &triplet); in generate_smb311signingkey()
|
/Linux-v6.6/drivers/opp/ |
D | of.c | 595 const char *prop_type, bool *triplet) in _parse_named_prop() argument 633 (!triplet || count != opp_table->regulator_count * 3)) { in _parse_named_prop() 650 if (triplet) in _parse_named_prop() 651 *triplet = count != opp_table->regulator_count; in _parse_named_prop() 657 struct opp_table *opp_table, bool *triplet) in opp_parse_microvolt() argument 661 microvolt = _parse_named_prop(opp, dev, opp_table, "microvolt", triplet); in opp_parse_microvolt() 689 bool triplet; in opp_parse_supplies() local 691 microvolt = opp_parse_microvolt(opp, dev, opp_table, &triplet); in opp_parse_supplies() 720 if (triplet) { in opp_parse_supplies()
|
/Linux-v6.6/drivers/w1/ |
D | w1_io.c | 195 if (dev->bus_master->triplet) in w1_triplet() 196 return dev->bus_master->triplet(dev->bus_master->data, bdir); in w1_triplet()
|
/Linux-v6.6/Documentation/devicetree/bindings/mips/cavium/ |
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-v6.6/Documentation/devicetree/bindings/cpufreq/ |
D | nvidia,tegra20-cpufreq.txt | 23 - opp-microvolt: CPU voltage triplet.
|
/Linux-v6.6/Documentation/arch/xtensa/ |
D | mmu.rst | 60 4. Only the first triplet in the "ranges" property is considered 65 "ranges" triplet length field is ignored
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | hisilicon-femac.txt | 19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
D | hisilicon-hix5hd2-gmac.txt | 28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
/Linux-v6.6/include/linux/ |
D | w1.h | 148 u8 (*triplet)(void *, u8); member
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
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.
|
D | pixfmt-packed-yuv.rst | 26 full triplet of Y, Cb and Cr values.
|
/Linux-v6.6/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec6.txt | 55 triplet that includes the child address, parent address, &
|
/Linux-v6.6/Documentation/devicetree/bindings/pci/ |
D | pci-iommu.txt | 5 ID (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
|
D | pci-msi.txt | 5 (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
|
/Linux-v6.6/drivers/w1/masters/ |
D | ds2482.c | 501 data->w1_ch[idx].w1_bm.triplet = ds2482_w1_triplet; in ds2482_probe()
|
D | omap_hdq.c | 594 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
|
/Linux-v6.6/drivers/net/wireless/marvell/libertas/ |
D | cmd.c | 767 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info() 780 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
|
D | host.h | 394 struct ieee80211_country_ie_triplet triplet[MAX_11D_TRIPLETS]; member
|
/Linux-v6.6/Documentation/gpu/ |
D | drm-internals.rst | 47 level triplet. The information is printed to the kernel log at
|
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/ |
D | sta_ioctl.c | 240 memcpy((u8 *)domain_info->triplet, in mwifiex_process_country_ie()
|
D | sta_cmd.c | 1048 memcpy(domain->triplet, adapter->domain_reg.triplet, in mwifiex_cmd_802_11d_domain_info()
|
D | main.h | 479 triplet[MWIFIEX_MAX_TRIPLET_802_11D]; member
|
/Linux-v6.6/net/mac80211/ |
D | mlme.c | 2028 struct ieee80211_country_ie_triplet *triplet; in ieee80211_find_80211h_pwr_constr() local 2037 triplet = (void *)(country_ie + 3); in ieee80211_find_80211h_pwr_constr() 2065 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr() 2070 for (i = 0; i < triplet->chans.num_channels; i++) { in ieee80211_find_80211h_pwr_constr() 2073 *chan_pwr = triplet->chans.max_power; in ieee80211_find_80211h_pwr_constr() 2081 triplet++; in ieee80211_find_80211h_pwr_constr()
|
/Linux-v6.6/Documentation/admin-guide/sysctl/ |
D | net.rst | 491 is not at this point in time used in any meaningful way, but the triplet is
|
/Linux-v6.6/Documentation/driver-api/gpio/ |
D | consumer.rst | 86 if and only if no GPIO has been assigned to the device/function/index triplet,
|