/linux/fs/cifs/ |
A D | smb2transport.c | 476 struct derivation_triplet triplet; in generate_smb30signingkey() local 479 d = &triplet.signing; in generate_smb30signingkey() 485 d = &triplet.encryption; in generate_smb30signingkey() 491 d = &triplet.decryption; in generate_smb30signingkey() 497 return generate_smb3signingkey(ses, &triplet); in generate_smb30signingkey() 504 struct derivation_triplet triplet; in generate_smb311signingkey() local 507 d = &triplet.signing; in generate_smb311signingkey() 513 d = &triplet.encryption; in generate_smb311signingkey() 519 d = &triplet.decryption; in generate_smb311signingkey() 525 return generate_smb3signingkey(ses, &triplet); in generate_smb311signingkey()
|
/linux/tools/lib/traceevent/Documentation/ |
A D | libtraceevent-event_list.txt | 35 _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/drivers/w1/ |
A 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/Documentation/devicetree/bindings/mips/cavium/ |
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/Documentation/xtensa/ |
A D | mmu.rst | 60 4. Only the first triplet in the "ranges" property is considered 65 "ranges" triplet length field is ignored
|
/linux/Documentation/devicetree/bindings/cpufreq/ |
A D | nvidia,tegra20-cpufreq.txt | 23 - opp-microvolt: CPU voltage triplet.
|
/linux/Documentation/devicetree/bindings/net/ |
A D | hisilicon-femac.txt | 19 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
A D | hisilicon-hix5hd2-gmac.txt | 28 - hisilicon,phy-reset-delays-us: triplet of delays if PHY reset signal given.
|
/linux/include/linux/ |
A D | w1.h | 148 u8 (*triplet)(void *, u8); member
|
/linux/Documentation/devicetree/bindings/rtc/ |
A D | st,stm32-rtc.yaml | 40 Phandle/offset/mask triplet. The phandle to pwrcfg used to
|
/linux/Documentation/devicetree/bindings/crypto/ |
A D | fsl-sec4.txt | 90 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
|
A D | fsl-sec6.txt | 55 triplet that includes the child address, parent address, &
|
/linux/Documentation/userspace-api/media/v4l/ |
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
|
A D | pixfmt-packed-yuv.rst | 26 full triplet of Y, Cb and Cr values.
|
/linux/Documentation/devicetree/bindings/pci/ |
A D | pci-iommu.txt | 5 ID (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
|
A D | pci-msi.txt | 5 (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
|
/linux/drivers/w1/masters/ |
A D | ds2482.c | 504 data->w1_ch[idx].w1_bm.triplet = ds2482_w1_triplet; in ds2482_probe()
|
A D | omap_hdq.c | 602 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
|
/linux/arch/arm64/kernel/vdso/ |
A D | vdso.lds | 26 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
|
/linux/drivers/net/wireless/marvell/libertas/ |
A 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()
|
A D | host.h | 392 struct ieee80211_country_ie_triplet triplet[MAX_11D_TRIPLETS]; member
|
/linux/Documentation/gpu/ |
A D | drm-internals.rst | 47 level triplet. The information is printed to the kernel log at
|
/linux/net/mac80211/ |
A D | mlme.c | 1475 struct ieee80211_country_ie_triplet *triplet; in ieee80211_find_80211h_pwr_constr() local 1484 triplet = (void *)(country_ie + 3); in ieee80211_find_80211h_pwr_constr() 1512 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr() 1517 for (i = 0; i < triplet->chans.num_channels; i++) { in ieee80211_find_80211h_pwr_constr() 1520 *chan_pwr = triplet->chans.max_power; in ieee80211_find_80211h_pwr_constr() 1528 triplet++; in ieee80211_find_80211h_pwr_constr()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | sta_cmd.c | 1060 memcpy(domain->triplet, adapter->domain_reg.triplet, in mwifiex_cmd_802_11d_domain_info()
|
A D | sta_ioctl.c | 252 memcpy((u8 *)domain_info->triplet, in mwifiex_process_country_ie()
|