Home
last modified time | relevance | path

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

123

/Linux-v5.15/fs/cifs/
Dsmb2transport.c477 struct derivation_triplet triplet; in generate_smb30signingkey() local
480 d = &triplet.signing; in generate_smb30signingkey()
486 d = &triplet.encryption; in generate_smb30signingkey()
492 d = &triplet.decryption; in generate_smb30signingkey()
498 return generate_smb3signingkey(ses, &triplet); in generate_smb30signingkey()
505 struct derivation_triplet triplet; in generate_smb311signingkey() local
508 d = &triplet.signing; in generate_smb311signingkey()
514 d = &triplet.encryption; in generate_smb311signingkey()
520 d = &triplet.decryption; in generate_smb311signingkey()
526 return generate_smb3signingkey(ses, &triplet); in generate_smb311signingkey()
/Linux-v5.15/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-v5.15/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-v5.15/net/wireless/
Dreg.h106 * in combination with a triplet but this behaviour is currently
107 * not observed. For this reason if a triplet is seen with channel
/Linux-v5.15/tools/include/tools/
Dconfig.h19 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/Linux-v5.15/Documentation/devicetree/bindings/cpufreq/
Dnvidia,tegra20-cpufreq.txt23 - opp-microvolt: CPU voltage triplet.
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/drivers/w1/masters/
Dds2482.c287 * ds2482_w1_triplet - 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-v5.15/include/linux/
Dw1.h108 * @triplet: Combines two reads and a smart write for ROM searches
148 u8 (*triplet)(void *, u8); member
Dkconfig.h37 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/Linux-v5.15/tools/include/linux/
Dkconfig.h31 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
/Linux-v5.15/Documentation/devicetree/bindings/rtc/
Dst,stm32-rtc.yaml40 Phandle/offset/mask triplet. The phandle to pwrcfg used to
/Linux-v5.15/Documentation/xtensa/
Dmmu.rst60 4. Only the first triplet in the "ranges" property is considered
65 "ranges" triplet length field is ignored
/Linux-v5.15/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-v5.15/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-v5.15/drivers/crypto/caam/
Dcaampkc.h26 * 2. The second representation consists of the triplet (p, q, d), where the
/Linux-v5.15/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-v5.15/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

123