Home
last modified time | relevance | path

Searched full:implement (Results 1 – 25 of 1302) sorted by relevance

12345678910>>...53

/linux/Documentation/trace/
H A Dftrace-design.rst30 - STACKTRACE_SUPPORT - implement save_stack_trace()
31 - TRACE_IRQFLAGS_SUPPORT - implement include/asm/irqflags.h
37 You will need to implement the mcount and the ftrace_stub functions.
120 mcount function to check ftrace graph function pointers, as well as implement
176 For information on how to implement prepare_ftrace_return(), simply look at the
232 of addresses of the system calls, implement an arch_syscall_addr to return
236 implement arch_syscall_match_sym_name with the appropriate logic to return
251 Once those are out of the way, you will need to implement:
305 implement your own stuff in assembly::
380 - implement:
/linux/drivers/pci/controller/dwc/
H A DKconfig51 core functions to implement the driver.
62 implement the driver.
109 DesignWare core functions to implement the driver.
121 DesignWare core functions to implement the driver.
224 DesignWare core functions to implement the driver.
388 functions to implement the driver.
527 DesignWare core functions to implement the driver.
540 DesignWare core functions to implement the driver.
/linux/include/uapi/linux/
H A Dfalloc.h20 * Different filesystems may implement different limitations on the
52 * Different filesystems may implement different limitations on the granularity
69 * Different filesystems may implement different limitations on the
89 * Different filesystems may implement different limitations on the
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst66 This format is adapted for stateless video decoders that implement an
120 This format is adapted for stateless video decoders that implement a
164 This format is adapted for stateless video decoders that implement an
186 This format is adapted for stateless video decoders that implement a
211 This format is adapted for stateless video decoders that implement a
267 This format is adapted for stateless video decoders that implement a AV1
/linux/Documentation/w1/masters/
H A Dw1-uart.rst15 the document `"Using a UART to Implement a 1-Wire Bus Master"`_.
17 .. _"Using a UART to Implement a 1-Wire Bus Master": https://www.analog.com/en/technical-articles/u…
/linux/Documentation/filesystems/iomap/
H A Dporting.rst53 The recommended approach is first to implement ``->iomap_begin`` (and
59 implement support for it and then to determine that the extent map
71 can be tested without needing to implement any iomap APIs.
91 The next thing to do is implement ``get_blocks(create == true)``
/linux/Documentation/driver-api/
H A Dpwm.rst140 Currently there are two ways to implement pwm drivers. Traditionally
142 to implement the pwm_*() functions itself. This means that it's impossible
160 Drivers are encouraged to implement ->apply() instead of the legacy
169 Drivers should not implement any power management. In other words,
170 consumers should implement it as described in the "Using PWMs" section.
H A Drfkill.rst68 Drivers for radio transmitters normally implement an rfkill driver.
70 Platform drivers might implement input devices if the rfkill button is just
72 implement an rfkill driver instead. This also applies if the platform provides
/linux/Documentation/edac/
H A Dmemory_repair.rst136 implement CXL.mem protocol. A sparing maintenance operation requests the
139 implement sparing maintenance operations.
144 devices that implement CXL.mem protocol. A PPR maintenance operation
147 may implement PPR Maintenance operations. Soft PPR (sPPR) is a temporary
/linux/rust/kernel/
H A Dfmt.rs33 /// A copy of [`core::fmt::Display`] that allows us to implement it for foreign types.
35 /// Types should implement this trait rather than [`core::fmt::Display`]. Together with the
37 /// core) which do not implement [`core::fmt::Display`] directly.
/linux/Documentation/filesystems/spufs/
H A Dspu_create.rst24 The spu_create system call is used on PowerPC machines that implement
102 spu_create is meant to be used from libraries that implement a more
122 The code does not yet fully implement all features lined out here.
H A Dspu_run.rst24 The spu_run system call is used on PowerPC machines that implement the
115 spu_run is meant to be used from libraries that implement a more
129 The code does not yet fully implement all features lined out here.
/linux/arch/arm/nwfpe/
H A DChangeLog82 * single_cpdo.c - implement URD, NRM
83 * double_cpdo.c - implement URD, NRM
84 * extended_cpdo.c - implement URD, NRM
/linux/drivers/cache/
H A DKconfig8 These drivers implement support for noncoherent DMA master devices
40 These drivers implement cache management for flows where it is necessary
/linux/Documentation/driver-api/media/
H A Ddtv-demux.rst29 The functions that implement the abstract interface demux should be defined
31 access. It is not necessary to implement every function in the struct
61 The functions that implement the callback API need not be re-entrant: when
H A Ddtv-core.rst10 implement the digital demux logic (either in software or in hardware);
29 proposals. Currently, the DVB subsystem doesn't implement those standards.
/linux/rust/kernel/debugfs/
H A Dcallback_adapters.rs16 /// To implement this trait, it must be safe to cast a `&Self` to a `&Inner`.
22 /// Adapter to implement `Reader` via a callback with the same representation as `T`.
58 /// Adapter to implement `Writer` via a callback with the same representation as `T`.
/linux/Documentation/networking/
H A Dgtp.rst28 The phone itself does not implement GTP but uses some other
59 payload, called GTP-U. It does not implement the 'control plane',
84 implementations that implement GTP-C and can use the netlink interface
114 doesn't implement GTP-C, we don't have to worry about this. It's the
116 implement that.
/linux/security/
H A DKconfig107 implement socket and networking access controls.
116 implement Infiniband access controls.
125 implement per-packet access controls based on labels
138 implement pathname based access controls.
/linux/lib/
H A Dbug.c22 2. Implement BUG (and optionally BUG_ON, WARN, WARN_ON)
24 - Implement BUG() to generate a faulting instruction
29 3. Implement the trap
34 - You must implement the is_valid_bugaddr(bugaddr) callback which
/linux/arch/mips/include/asm/
H A Dprefetch.h29 * VR5500 (including VR5701 and VR7701) only implement load prefetch.
31 * Finally MIPS32 and MIPS64 implement all of the following hints.
/linux/arch/mips/include/asm/octeon/
H A Dcrypto.h25 * Macros needed to implement MD5/SHA1/SHA256:
99 * Macros needed to implement SHA512:
173 * Macros needed to implement SHA512:
/linux/tools/docs/
H A Dget_feat.py135 """Implement rest argparse subparser"""
152 """Implement list argparse subparser"""
167 """Implement validate argparse subparser"""
/linux/rust/syn/
H A Dspanned.rs18 //! If the field type does *not* implement `Sync` as required, we want the
54 //! our macro, the user's code will fail to compile if `ty` does not implement
90 /// This trait is automatically implemented for all types that implement
/linux/Documentation/filesystems/
H A Dseq_file.rst43 * A set of canned file_operations which implement most operations on
76 Modules implementing a virtual file with seq_file must implement an
79 is able to move to a specific position - like the file they implement,
136 The next function to implement is called, amazingly, next(); its job is to
278 creation of a set of file_operations which implement the operations on that
280 most of the work. The virtual file author still must implement the open()

12345678910>>...53