Home
last modified time | relevance | path

Searched refs:triplet (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.1.9/fs/cifs/
Dsmb2transport.c481 struct derivation_triplet triplet; in generate_smb30signingkey() local
484 d = &triplet.signing; in generate_smb30signingkey()
490 d = &triplet.encryption; in generate_smb30signingkey()
496 d = &triplet.decryption; in generate_smb30signingkey()
502 return generate_smb3signingkey(ses, server, &triplet); in generate_smb30signingkey()
510 struct derivation_triplet triplet; in generate_smb311signingkey() local
513 d = &triplet.signing; in generate_smb311signingkey()
519 d = &triplet.encryption; in generate_smb311signingkey()
525 d = &triplet.decryption; in generate_smb311signingkey()
531 return generate_smb3signingkey(ses, server, &triplet); in generate_smb311signingkey()
/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_list.txt35 _TEP_EVENT_SORT_NAME_ - sort by the event (name, system, id) triplet.
36 _TEP_EVENT_SORT_SYSTEM_ - sort by the event (system, name, id) triplet.
/linux-6.1.9/drivers/w1/
Dw1_io.c195 if (dev->bus_master->triplet) in w1_triplet()
196 return dev->bus_master->triplet(dev->bus_master->data, bdir); in w1_triplet()
/linux-6.1.9/Documentation/devicetree/bindings/mips/cavium/
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-6.1.9/Documentation/devicetree/bindings/cpufreq/
Dnvidia,tegra20-cpufreq.txt23 - opp-microvolt: CPU voltage triplet.
/linux-6.1.9/Documentation/xtensa/
Dmmu.rst60 4. Only the first triplet in the "ranges" property is considered
65 "ranges" triplet length field is ignored
/linux-6.1.9/Documentation/devicetree/bindings/net/
Dhisilicon-femac.txt19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
Dhisilicon-hix5hd2-gmac.txt28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
/linux-6.1.9/include/linux/
Dw1.h148 u8 (*triplet)(void *, u8); member
/linux-6.1.9/Documentation/devicetree/bindings/rtc/
Dst,stm32-rtc.yaml40 Phandle/offset/mask triplet. The phandle to pwrcfg used to
/linux-6.1.9/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt90 triplet that includes the child address, parent address, &
247 triplet that includes the child address, parent address, &
347 range of the SNVS register space. A triplet that includes
Dfsl-sec6.txt55 triplet that includes the child address, parent address, &
/linux-6.1.9/Documentation/devicetree/bindings/pci/
Dpci-iommu.txt5 ID (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
Dpci-msi.txt5 (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
/linux-6.1.9/drivers/w1/masters/
Dds2482.c504 data->w1_ch[idx].w1_bm.triplet = ds2482_w1_triplet; in ds2482_probe()
Domap_hdq.c602 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dpixfmt-rgb.rst9 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
Dpixfmt-packed-yuv.rst26 full triplet of Y, Cb and Cr values.
/linux-6.1.9/drivers/net/wireless/marvell/libertas/
Dcmd.c767 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
780 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
Dhost.h394 struct ieee80211_country_ie_triplet triplet[MAX_11D_TRIPLETS]; member
/linux-6.1.9/Documentation/gpu/
Ddrm-internals.rst47 level triplet. The information is printed to the kernel log at
/linux-6.1.9/net/mac80211/
Dmlme.c1959 struct ieee80211_country_ie_triplet *triplet; in ieee80211_find_80211h_pwr_constr() local
1968 triplet = (void *)(country_ie + 3); in ieee80211_find_80211h_pwr_constr()
1996 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr()
2001 for (i = 0; i < triplet->chans.num_channels; i++) { in ieee80211_find_80211h_pwr_constr()
2004 *chan_pwr = triplet->chans.max_power; in ieee80211_find_80211h_pwr_constr()
2012 triplet++; in ieee80211_find_80211h_pwr_constr()
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c240 memcpy((u8 *)domain_info->triplet, in mwifiex_process_country_ie()
Dsta_cmd.c1048 memcpy(domain->triplet, adapter->domain_reg.triplet, in mwifiex_cmd_802_11d_domain_info()
/linux-6.1.9/Documentation/admin-guide/sysctl/
Dnet.rst485 is not at this point in time used in any meaningful way, but the triplet is

12