Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dcapi20.h120 byte structs[0]; /* Additional Info */ member
129 byte structs[0]; /* Called party number, member
146 byte structs[0]; /* Called party number, member
158 byte structs[0]; /* B_protocol, member
165 byte structs[0]; /* Connected party number, member
171 byte structs[0]; /* empty */ member
175 byte structs[0]; /* Additional Info */ member
187 byte structs[0]; /* empty */ member
193 byte structs[0]; /* Calling party number, member
202 byte structs[0]; /* Called party number, member
[all …]
/Linux-v4.19/Documentation/sphinx/
Dparse-headers.pl29 my %structs;
113 $structs{$s} = "struct :c:type:`$s`\\ ";
169 delete $structs{$1} if (exists($structs{$1}));
220 $structs{$old} = $new if (exists($structs{$old}));
232 print Data::Dumper->Dump([\%structs], [qw(*structs)]) if (%structs);
300 foreach my $r (keys %structs) {
301 my $s = $structs{$r};
/Linux-v4.19/Documentation/media/
Dnet.h.rst.exceptions4 # Ignore old ioctls/structs
/Linux-v4.19/drivers/staging/gdm724x/
DTODO10 - Review use of atomic allocation for tx structs
/Linux-v4.19/Documentation/networking/
Dgen_stats.txt4 Statistic counters are grouped into structs:
17 Declare the statistic structs you need:
/Linux-v4.19/Documentation/doc-guide/
Dparse-headers.rst25 parse_headers.pl - parse a C file, in order to identify functions, structs,
72 It is capable of identifying defines, functions, structs, typedefs,
Dkernel-doc.rst194 Members of structs, unions and enums should be documented the same way
225 Nested structs/unions
228 It is possible to document nested structs and unions, like::
231 * struct nested_foobar - a struct with nested unions and structs
270 #) When documenting nested structs or unions, if the struct/union ``foo``
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddvbapi.rst25 - digital TV data types (enums, structs, defines, etc);
Ddvbproperty.rst20 enough to group the structs that would be required for those new
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-intro.rst47 4) Filehandle-specific structs containing per-filehandle data;
Dv4l2-subdev.rst44 The top-level ops struct contains pointers to the category ops structs, which
/Linux-v4.19/Documentation/infiniband/
Duser_verbs.txt25 The structs for commands that require a response from the kernel
/Linux-v4.19/Documentation/x86/
Dorc-unwinder.txt141 the code paths of a .o file, it creates an array of orc_entry structs,
143 structs, and writes them to the .orc_unwind and .orc_unwind_ip sections
/Linux-v4.19/Documentation/driver-api/80211/
Dmac80211.rst23 rate/mode structs.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-enum-frameintervals.rst98 In the structs below, *IN* denotes a value that has to be filled in by
Dvidioc-enum-framesizes.rst88 In the structs below, *IN* denotes a value that has to be filled in by
Ddev-sliced-vbi.rst534 structs v4l2_mpeg_vbi_itv0 and v4l2_mpeg_vbi_ITV0
/Linux-v4.19/drivers/gpu/drm/amd/display/
DTODO39 8. WIP - Split pipe_ctx into plane and stream resource structs
/Linux-v4.19/Documentation/
Dhwspinlock.txt339 Important structs
364 struct hwspinlock_device contains an array of hwspinlock structs, each
Dkobject.txt64 this is analogous as to how "list_head" structs are rarely useful on
/Linux-v4.19/Documentation/filesystems/caching/
Doperations.txt26 fscache_operation structs, though these are usually embedded into some other
/Linux-v4.19/Documentation/accounting/
Dtaskstats.txt145 2. Defining separate statistic structs and using the netlink attributes
/Linux-v4.19/Documentation/filesystems/
Dorangefs.txt387 structs. Besides a few other members, pvfs2_downcall_t contains a
388 union of structs, each of which is associated with a particular
/Linux-v4.19/Documentation/core-api/
Dprintk-formats.rst387 For printing kobject based structs (device nodes). Default behaviour is
/Linux-v4.19/Documentation/translations/it_IT/doc-guide/
Dkernel-doc.rst262 * struct nested_foobar - a struct with nested unions and structs

12