/Linux-v6.6/tools/net/ynl/lib/ |
D | ynl.py | 9 from struct import Struct 90 'u8' : ScalarFormat(Struct('B'), Struct("B"), Struct("B")), 91 's8' : ScalarFormat(Struct('b'), Struct("b"), Struct("b")), 92 'u16': ScalarFormat(Struct('H'), Struct(">H"), Struct("<H")), 93 's16': ScalarFormat(Struct('h'), Struct(">h"), Struct("<h")), 94 'u32': ScalarFormat(Struct('I'), Struct(">I"), Struct("<I")), 95 's32': ScalarFormat(Struct('i'), Struct(">i"), Struct("<i")), 96 'u64': ScalarFormat(Struct('Q'), Struct(">Q"), Struct("<Q")), 97 's64': ScalarFormat(Struct('q'), Struct(">q"), Struct("<q"))
|
/Linux-v6.6/Documentation/driver-api/tty/ |
D | tty_struct.rst | 4 TTY Struct 12 in `TTY Struct Reference`_ at the bottom. 71 TTY Struct Flags 75 :doc: TTY Struct Flags 77 TTY Struct Reference
|
/Linux-v6.6/tools/net/ynl/ |
D | ynl-gen-c.py | 594 class Struct: class 914 self.pure_nested_structs[nested] = Struct(self, nested, inherited=inherit) 1041 self.struct[op_dir] = Struct(family, self.attr_set, 1044 … self.struct['reply'] = Struct(family, self.attr_set, type_list=op['event']['attributes']) 2002 struct = Struct(family, op['attribute-set'], 2043 struct = Struct(family, op['attribute-set'], 2437 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy) 2464 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy) 2549 struct = Struct(parsed, name) 2552 struct = Struct(parsed, name)
|
/Linux-v6.6/Documentation/crypto/ |
D | devel-algos.rst | 69 Struct cipher_alg defines a single block cipher. 124 Struct skcipher_alg defines a multi-block cipher, or more generally, a
|
/Linux-v6.6/Documentation/networking/ |
D | gen_stats.rst | 10 Struct TLV type Description
|
/Linux-v6.6/drivers/message/fusion/lsi/ |
D | mpi.h | 341 MPI_VERSION_STRUCT Struct; member
|
D | mpi_ioc.h | 236 MPI_FW_VERSION_STRUCT Struct; member
|
D | mpi_cnfg.h | 350 ConfigPageHeader_t Struct; member
|
/Linux-v6.6/drivers/message/fusion/ |
D | mptctl.c | 2379 ioc->facts.FWVersion.Struct.Major, in mptctl_hp_hostinfo() 2380 ioc->facts.FWVersion.Struct.Minor, in mptctl_hp_hostinfo() 2381 ioc->facts.FWVersion.Struct.Unit, in mptctl_hp_hostinfo() 2382 ioc->facts.FWVersion.Struct.Dev); in mptctl_hp_hostinfo()
|
/Linux-v6.6/Documentation/security/ |
D | siphash.rst | 81 Struct-passing Pitfalls
|
/Linux-v6.6/Documentation/driver-api/pci/ |
D | p2pdma.rst | 124 Struct Page Caveats
|
/Linux-v6.6/drivers/scsi/mpt3sas/mpi/ |
D | mpi2.h | 848 MPI2_VERSION_STRUCT Struct; member
|
D | mpi2_cnfg.h | 273 MPI2_CONFIG_PAGE_HEADER Struct; member 295 MPI2_CONFIG_PAGE_HEADER Struct; member
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | diff-v4l.rst | 437 ``clipcount`` fields remained unchanged. Struct 450 size bitmap of 1024 × 625 bits. Struct :c:type:`v4l2_window`
|
D | hist-v4l2.rst | 403 Struct ``v4l2_enumstd`` ceased to be.
|
/Linux-v6.6/Documentation/process/ |
D | maintainer-tip.rst | 681 Struct declarations and initializers 684 Struct declarations should align the struct member names in a tabular
|
/Linux-v6.6/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 1007 MPI2_VERSION_STRUCT Struct; member
|
/Linux-v6.6/Documentation/core-api/ |
D | printk-formats.rst | 206 Struct Resources
|
D | dma-api-howto.rst | 879 1) Struct scatterlist requirements.
|
/Linux-v6.6/Documentation/bpf/ |
D | btf.rst | 75 #define BTF_KIND_STRUCT 4 /* Struct */
|
/Linux-v6.6/Documentation/driver-api/ |
D | mtdnand.rst | 64 Struct member identifiers [XXX]
|
/Linux-v6.6/Documentation/arch/x86/ |
D | boot.rst | 976 .ascii "Struct"
|