Home
last modified time | relevance | path

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

12345678910>>...72

/Linux-v6.1/Documentation/trace/
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
244 of addresses of the system calls, implement an arch_syscall_addr to return
248 implement arch_syscall_match_sym_name with the appropriate logic to return
267 Once those are out of the way, you will need to implement:
321 implement your own stuff in assembly::
396 - implement:
/Linux-v6.1/include/drm/
Ddrm_bridge.h395 * used to implement this hook.
412 * used to implement this hook.
524 * implement this hook.
547 * Bridges that implement this callback shall set the
564 * EDID shall leave @get_modes unimplemented and implement the
567 * This callback is optional. Bridges that implement it shall set the
588 * that support reading EDID shall implement this callback and leave
595 * This callback is optional. Bridges that implement it shall set the
634 * implement it shall also implement the @hpd_disable callback and set
648 * implement it shall also implement the @hpd_enable callback and set
[all …]
Ddrm_modeset_helper_vtables.h67 * This is used by the legacy CRTC helpers to implement DPMS
216 * also used by the transitional plane helpers to implement a
221 * program the new display mode (e.g. because they implement runtime PM)
258 * is only used to implement kgdb support.
283 * Atomic drivers don't need to implement it if there's no need to
413 * @atomic_disable. Atomic drivers don't need to implement it if there's
436 * need to implement it if there's no need to disable anything at the
515 * This is used by the legacy encoder helpers to implement DPMS
643 * the new display mode (because they implement runtime PM) should not
669 * the new display mode (because they implement runtime PM) should not
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst65 This format is adapted for stateless video decoders that implement an
114 This format is adapted for stateless video decoders that implement a
158 This format is adapted for stateless video decoders that implement an
180 This format is adapted for stateless video decoders that implement a
205 This format is adapted for stateless video decoders that implement a
/Linux-v6.1/Documentation/driver-api/
Dpwm.rst134 Currently there are two ways to implement pwm drivers. Traditionally
136 to implement the pwm_*() functions itself. This means that it's impossible
153 Drivers are encouraged to implement ->apply() instead of the legacy
162 Drivers should not implement any power management. In other words,
163 consumers should implement it as described in the "Using PWMs" section.
Dptp.rst34 author of a clock driver need only implement the details of
51 implement the basic clock operations.
63 registration method. Clock drivers must implement all of the
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-v6.1/include/media/
Dv4l2-dev.h81 * This allows those drivers to correctly implement the selection API,
182 * @read: operations needed to implement the read() syscall
183 * @write: operations needed to implement the write() syscall
184 * @poll: operations needed to implement the poll() syscall
185 * @unlocked_ioctl: operations needed to implement the ioctl() syscall
186 * @compat_ioctl32: operations needed to implement the ioctl() syscall for
190 * @mmap: operations needed to implement the mmap() syscall
191 * @open: operations needed to implement the open() syscall
192 * @release: operations needed to implement the release() syscall
439 * video_device_release_empty - helper function to implement the
/Linux-v6.1/tools/include/nolibc/
Dsys.h122 #error Neither __NR_fchmodat nor __NR_chmod defined, cannot implement sys_chmod() in sys_chmod()
151 #error Neither __NR_fchownat nor __NR_chown defined, cannot implement sys_chown() in sys_chown()
249 #error Neither __NR_dup3 nor __NR_dup2 defined, cannot implement sys_dup2() in sys_dup2()
348 #error Neither __NR_clone nor __NR_fork defined, cannot implement sys_fork() in sys_fork()
582 #error Neither __NR_linkat nor __NR_link defined, cannot implement sys_link() in sys_link()
634 #error Neither __NR_mkdirat nor __NR_mkdir defined, cannot implement sys_mkdir() in sys_mkdir()
663 #error Neither __NR_mknodat nor __NR_mknod defined, cannot implement sys_mknod() in sys_mknod()
780 #error Neither __NR_openat nor __NR_open defined, cannot implement sys_open() in sys_open()
849 #error Neither __NR_ppoll nor __NR_poll defined, cannot implement sys_poll() in sys_poll()
965 #error None of __NR_select, __NR_pselect6, nor __NR__newselect defined, cannot implement sys_select… in sys_select()
[all …]
/Linux-v6.1/tools/testing/memblock/
DTODO7 memory block from common.c to implement them. It is also very
11 2. Add test cases using this functions (implement them for both directions):
/Linux-v6.1/include/uapi/linux/
Dfalloc.h19 * Different filesystems may implement different limitations on the
51 * Different filesystems may implement different limitations on the granularity
68 * Different filesystems may implement different limitations on the
/Linux-v6.1/drivers/rpmsg/
Drpmsg_internal.h31 * Indirection table for the operations that a rpmsg backend should implement.
60 * Indirection table for the operations that a rpmsg backend should implement.
61 * In addition to @destroy_ept, the backend must at least implement @send and
/Linux-v6.1/lib/
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-v6.1/Documentation/filesystems/spufs/
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.
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-v6.1/drivers/pci/controller/dwc/
DKconfig92 functions to implement the driver.
121 DesignWare core functions to implement the driver.
133 DesignWare core functions to implement the driver.
200 DesignWare core functions to implement the driver.
301 implement the driver.
/Linux-v6.1/arch/arm/nwfpe/
DChangeLog82 * single_cpdo.c - implement URD, NRM
83 * double_cpdo.c - implement URD, NRM
84 * extended_cpdo.c - implement URD, NRM
/Linux-v6.1/Documentation/driver-api/media/
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.
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
/Linux-v6.1/Documentation/ABI/testing/
Ddebugfs-cec-error-inj16 It is up to the driver to decide what commands to implement. The only
34 Drivers that implement this functionality must document the commands as
/Linux-v6.1/security/
DKconfig54 implement socket and networking access controls.
63 implement Infiniband access controls.
72 implement per-packet access controls based on labels
85 implement pathname based access controls.
/Linux-v6.1/arch/mips/include/asm/
Dprefetch.h29 * VR5500 (including VR5701 and VR7701) only implement load prefetch.
31 * Finally MIPS32 and MIPS64 implement all of the following hints.
/Linux-v6.1/Documentation/core-api/irq/
Dirq-domain.rst271 the hierarchy. A child irq_chip may implement a required action by
282 1) Implement irq_domain_ops.alloc and irq_domain_ops.free
283 2) Optionally implement irq_domain_ops.activate and
285 3) Optionally implement an irq_chip to manage the interrupt controller
287 4) No need to implement irq_domain_ops.map and irq_domain_ops.unmap,
/Linux-v6.1/Documentation/networking/
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-v6.1/arch/mips/cavium-octeon/crypto/
Docteon-crypto.h25 * Macros needed to implement MD5/SHA1/SHA256:
99 * Macros needed to implement SHA512:
173 * Macros needed to implement SHA512:

12345678910>>...72