Home
last modified time | relevance | path

Searched refs:Struct (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/Documentation/driver-api/tty/
H A Dtty_struct.rst4 TTY Struct
12 in `TTY Struct Reference`_ at the bottom.
71 TTY Struct Flags
77 TTY Struct Reference
H A Dconsole.rst9 Struct Console
21 Struct Consw
/linux-6.15/tools/net/ynl/pyynl/lib/
H A Dynl.py10 from struct import Struct
119 'u8' : ScalarFormat(Struct('B'), Struct("B"), Struct("B")),
120 's8' : ScalarFormat(Struct('b'), Struct("b"), Struct("b")),
121 'u16': ScalarFormat(Struct('H'), Struct(">H"), Struct("<H")),
122 's16': ScalarFormat(Struct('h'), Struct(">h"), Struct("<h")),
123 'u32': ScalarFormat(Struct('I'), Struct(">I"), Struct("<I")),
124 's32': ScalarFormat(Struct('i'), Struct(">i"), Struct("<i")),
125 'u64': ScalarFormat(Struct('Q'), Struct(">Q"), Struct("<Q")),
126 's64': ScalarFormat(Struct('q'), Struct(">q"), Struct("<q"))
/linux-6.15/Documentation/networking/net_cachelines/
H A Dindex.rst5 Common Networking Struct Cachelines
/linux-6.15/Documentation/translations/zh_CN/security/
H A Dsiphash.rst85 Struct-passing陷阱
/linux-6.15/Documentation/crypto/
H A Ddevel-algos.rst69 Struct cipher_alg defines a single block cipher.
124 Struct skcipher_alg defines a multi-block cipher, or more generally, a
/linux-6.15/Documentation/networking/
H A Dgen_stats.rst10 Struct TLV type Description
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_c.py755 class Struct: class
1126 self.pure_nested_structs[nested] = Struct(self, nested, inherited=inherit)
1273 self.struct[op_dir] = Struct(family, self.attr_set, type_list=type_list)
1275 … self.struct['reply'] = Struct(family, self.attr_set, type_list=op['event']['attributes'])
2373 struct = Struct(family, op['attribute-set'],
2415 struct = Struct(family, op['attribute-set'],
2928 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy)
2957 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy)
3051 struct = Struct(parsed, name)
3054 struct = Struct(parsed, name)
/linux-6.15/drivers/message/fusion/lsi/
H A Dmpi.h341 MPI_VERSION_STRUCT Struct; member
H A Dmpi_ioc.h236 MPI_FW_VERSION_STRUCT Struct; member
H A Dmpi_cnfg.h350 ConfigPageHeader_t Struct; member
/linux-6.15/drivers/message/fusion/
H A Dmptctl.c2377 ioc->facts.FWVersion.Struct.Major, in mptctl_hp_hostinfo()
2378 ioc->facts.FWVersion.Struct.Minor, in mptctl_hp_hostinfo()
2379 ioc->facts.FWVersion.Struct.Unit, in mptctl_hp_hostinfo()
2380 ioc->facts.FWVersion.Struct.Dev); in mptctl_hp_hostinfo()
/linux-6.15/Documentation/driver-api/pci/
H A Dp2pdma.rst114 Struct Page Caveats
/linux-6.15/Documentation/security/
H A Dsiphash.rst81 Struct-passing Pitfalls
/linux-6.15/drivers/scsi/mpt3sas/mpi/
H A Dmpi2.h855 MPI2_VERSION_STRUCT Struct; member
H A Dmpi2_cnfg.h274 MPI2_CONFIG_PAGE_HEADER Struct; member
296 MPI2_CONFIG_PAGE_HEADER Struct; member
/linux-6.15/Documentation/core-api/
H A Dprintk-formats.rst206 Struct Resources
239 Struct Range
H A Ddma-api-howto.rst899 1) Struct scatterlist requirements.
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst437 ``clipcount`` fields remained unchanged. Struct
450 size bitmap of 1024 × 625 bits. Struct :c:type:`v4l2_window`
H A Dhist-v4l2.rst403 Struct ``v4l2_enumstd`` ceased to be.
/linux-6.15/Documentation/process/
H A Dmaintainer-tip.rst725 Struct declarations and initializers
728 Struct declarations should align the struct member names in a tabular
/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1007 MPI2_VERSION_STRUCT Struct; member
/linux-6.15/Documentation/dev-tools/
H A Dcheckuapi.rst385 Struct Expansions
/linux-6.15/Documentation/driver-api/
H A Dmtdnand.rst64 Struct member identifiers [XXX]
/linux-6.15/Documentation/bpf/
H A Dbtf.rst75 #define BTF_KIND_STRUCT 4 /* Struct */

12