Home
last modified time | relevance | path

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

12

/linux-5.10/fs/cifs/
Dsmb2transport.c461 struct derivation_triplet triplet; in generate_smb30signingkey() local
464 d = &triplet.signing; in generate_smb30signingkey()
470 d = &triplet.encryption; in generate_smb30signingkey()
476 d = &triplet.decryption; in generate_smb30signingkey()
482 return generate_smb3signingkey(ses, &triplet); in generate_smb30signingkey()
489 struct derivation_triplet triplet; in generate_smb311signingkey() local
492 d = &triplet.signing; in generate_smb311signingkey()
498 d = &triplet.encryption; in generate_smb311signingkey()
504 d = &triplet.decryption; in generate_smb311signingkey()
510 return generate_smb3signingkey(ses, &triplet); in generate_smb311signingkey()
/linux-5.10/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-5.10/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-5.10/net/wireless/
Dreg.h107 * in combination with a triplet but this behaviour is currently
108 * not observed. For this reason if a triplet is seen with channel
/linux-5.10/tools/include/tools/
Dconfig.h19 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/linux-5.10/Documentation/devicetree/bindings/cpufreq/
Dnvidia,tegra20-cpufreq.txt23 - opp-microvolt: CPU voltage triplet.
/linux-5.10/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-5.10/drivers/net/wireless/marvell/libertas/
Dcmd.c731 * interpret a triplet of (36, 4, 20) as channels 36, 37, 38, 39. Since in lbs_set_11d_domain_info()
733 * splitting that up into 4 triplet pairs of (36, 1, 20) + (40, 1, 20) in lbs_set_11d_domain_info()
764 /* Add this triplet */ in lbs_set_11d_domain_info()
765 lbs_deb_11d("11D triplet (%d, %d, %d)\n", in lbs_set_11d_domain_info()
768 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
778 /* Add last triplet */ in lbs_set_11d_domain_info()
779 lbs_deb_11d("11D triplet (%d, %d, %d)\n", first_channel, in lbs_set_11d_domain_info()
781 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
/linux-5.10/drivers/w1/
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-5.10/drivers/w1/masters/
Dds2482.c287 * Performs the triplet function, which reads two bits and writes a bit.
308 /* Send the triplet command, wait until 1WB == 0, return the status */ in ds2482_w1_triplet()
504 data->w1_ch[idx].w1_bm.triplet = ds2482_w1_triplet; in ds2482_probe()
Domap_hdq.c362 * W1 triplet callback function - used for searching ROM addresses.
602 omap_w1_master.triplet = omap_w1_triplet; in omap_hdq_probe()
/linux-5.10/include/linux/
Dw1.h108 * @triplet: Combines two reads and a smart write for ROM searches
148 u8 (*triplet)(void *, u8); member
Dkconfig.h39 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/linux-5.10/Documentation/devicetree/bindings/rtc/
Dst,stm32-rtc.yaml40 Phandle/offset/mask triplet. The phandle to pwrcfg used to
/linux-5.10/drivers/input/joystick/
Dgf2k.c136 * js_sw_get_bits() composes bits from the triplet buffer into a __u64.
139 * is number of bits per triplet.
Dsidewinder.c193 * sw_get_bits() and GB() compose bits from the triplet buffer into a __u64.
196 * is number of bits per triplet.
211 i++; /* Next triplet */ in sw_get_bits()
/linux-5.10/Documentation/xtensa/
Dmmu.rst60 4. Only the first triplet in the "ranges" property is considered
65 "ranges" triplet length field is ignored
/linux-5.10/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-5.10/drivers/crypto/caam/
Dcaampkc.h26 * 2. The second representation consists of the triplet (p, q, d), where the
/linux-5.10/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-5.10/drivers/clk/samsung/
Dclk-exynos5250.c248 * bitfield shift) triplet in ascending order. When adding new entries,
344 * bitfield shift) triplet in ascending order. When adding new entries,
436 * bitfield shift) triplet in ascending order. When adding new entries,
/linux-5.10/Documentation/gpu/
Ddrm-internals.rst47 level triplet. The information is printed to the kernel log at

12