Home
last modified time | relevance | path

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

12345678910>>...133

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/
H A Dsyslinux_6.04-pre2.bb13 file://0002-linux-syslinux-implement-open_ext2_fs.patch \
14 file://0003-linux-syslinux-implement-install_to_ext2.patch \
16 file://0005-linux-syslinux-implement-handle_adv_on_ext.patch \
17 file://0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch \
18 file://0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch \
19 file://0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch \
20 file://0009-linux-syslinux-implement-install_bootblock.patch \
/OK3568_Linux_fs/kernel/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
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:
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_rc_api.h33 * Encoder will implement the rate control strategy required by users
35 * This module only implement the target bit calculation behavior and
39 * Hal will implement the rate control on hardware. Hal will calculate the
201 * The EncRcTaskInfo will be output to hal for hardware to implement.
210 * The EncRcTaskInfo will be output to hal for hardware to implement.
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_rc_api.h33 * Encoder will implement the rate control strategy required by users
35 * This module only implement the target bit calculation behavior and
39 * Hal will implement the rate control on hardware. Hal will calculate the
201 * The EncRcTaskInfo will be output to hal for hardware to implement.
210 * The EncRcTaskInfo will be output to hal for hardware to implement.
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-dev.h82 * This allows those drivers to correctly implement the selection API,
183 * @read: operations needed to implement the read() syscall
184 * @write: operations needed to implement the write() syscall
185 * @poll: operations needed to implement the poll() syscall
186 * @unlocked_ioctl: operations needed to implement the ioctl() syscall
187 * @compat_ioctl32: operations needed to implement the ioctl() syscall for
191 * @mmap: operations needed to implement the mmap() syscall
192 * @open: operations needed to implement the open() syscall
193 * @release: operations needed to implement the release() syscall
446 * video_device_release_empty - helper function to implement the
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_bridge.h375 * used to implement this hook.
392 * used to implement this hook.
504 * implement this hook.
527 * Bridges that implement this callback shall set the
544 * EDID shall leave @get_modes unimplemented and implement the
547 * This callback is optional. Bridges that implement it shall set the
568 * that support reading EDID shall implement this callback and leave
575 * This callback is optional. Bridges that implement it shall set the
614 * implement it shall also implement the @hpd_disable callback and set
628 * implement it shall also implement the @hpd_enable callback and set
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A DREADME19 Implement local on-disk caching (using the rest api store/load)
20 Implement layer index style query operations on a combined index
26 Cooker - Implement recipe parsing
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A DTODO4 - Implement the gasket framework's functionality through UIO instead of
7 UIO provides the necessary bits to implement user-space drivers. Meanwhile
9 MSI interrupts. Add these features to the UIO subsystem, then re-implement
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON_Utils.h31 /* Implement RFC6901 (https://tools.ietf.org/html/rfc6901) JSON Pointer spec. */
35 /* Implement RFC6902 (https://tools.ietf.org/html/rfc6902) JSON Patch spec. */
46 // Note that ApplyPatches is NOT atomic on failure. To implement an atomic ApplyPatches, use:
66 /* Implement RFC7386 (https://tools.ietf.org/html/rfc7396) JSON Merge Patch spec. */
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0003-implment-systemd-sysv-install-for-OE.patch25 - echo "IMPLEMENT ME: enabling SysV init.d script $NAME"
31 - echo "IMPLEMENT ME: disabling SysV init.d script $NAME"
37 - echo "IMPLEMENT ME: checking SysV init.d script $NAME"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DXmethods-In-Python.html89 implement an xmethod, one has to implement a matcher and a
96 the xmethod. They implement a <code>get_arg_types</code> method which
112 <p>If one wants to implement an xmethod as a replacement for an
113 existing C<tt>++</tt> method, then they have to implement an equivalent
119 <p>See <a href="Xmethod-API.html#Xmethod-API">Xmethod API</a>, for API to implement xmethods in Pyt…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DXmethods-In-Python.html89 implement an xmethod, one has to implement a matcher and a
96 the xmethod. They implement a <code>get_arg_types</code> method which
112 <p>If one wants to implement an xmethod as a replacement for an
113 existing C<tt>++</tt> method, then they have to implement an equivalent
119 <p>See <a href="Xmethod-API.html#Xmethod-API">Xmethod API</a>, for API to implement xmethods in Pyt…
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dpwm.rst120 Currently there are two ways to implement pwm drivers. Traditionally
122 to implement the pwm_*() functions itself. This means that it's impossible
139 Drivers are encouraged to implement ->apply() instead of the legacy
148 Drivers should not implement any power management. In other words,
149 consumers should implement it as described in the "Using PWMs" section.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.hwconfig17 We can implement this by integrating apt-get[3] into Das
20 2. Since we don't implement a hwconfig command, i.e. we're working
50 It's quite trivial to implement simple cases though.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dregex549 * @todo Implement this function.
566 * @todo Implement this function.
603 * @todo Implement this function.
1056 * @todo Implement this function.
2004 * @todo Implement this function.
2013 * @todo Implement this function.
2072 * @todo Implement this function.
2125 * @todo Implement this function.
2266 * @todo Implement this function.
2399 * @todo Implement this function.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dregex549 * @todo Implement this function.
566 * @todo Implement this function.
603 * @todo Implement this function.
1056 * @todo Implement this function.
2004 * @todo Implement this function.
2013 * @todo Implement this function.
2072 * @todo Implement this function.
2125 * @todo Implement this function.
2266 * @todo Implement this function.
2399 * @todo Implement this function.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-map-traits.h28 /* Implement hash_map traits for a key with hash traits H. Empty and
108 /* Implement traits for a hash_map with values of type Value for cases
111 implement the hash and equal_keys functions. */
164 /* Implement traits for a hash_map from integer type Key to Value in
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-map-traits.h28 /* Implement hash_map traits for a key with hash traits H. Empty and
108 /* Implement traits for a hash_map with values of type Value for cases
111 implement the hash and equal_keys functions. */
164 /* Implement traits for a hash_map from integer type Key to Value in
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A DREADME8 The main design consideration was to implement the needed functionality on
24 * oeqa/core/decorator: Provides OETestDecorator, a new class to implement
49 specific classes that implement a test component.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_pwr_seq_cmd.h18 * Note : dirver shall implement this function by read & msk
25 * Note: driver shall implement this cmd by read & msk after write
32 * Note: driver shall implement this cmd by
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A 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
/OK3568_Linux_fs/kernel/Documentation/ide/
H A DChangeLog.ide-floppy.1996-200222 * Implement low level formatting. Reimplemented
28 * implement formatting. IOCTls begin with 0x4600,
32 * do not implement IDEFLOPPY_CAPABILITIES_PAGE, and
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A 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
/OK3568_Linux_fs/kernel/lib/
H A Dbug.c23 2. Implement BUG (and optionally BUG_ON, WARN, WARN_ON)
25 - Implement BUG() to generate a faulting instruction
30 3. Implement the trap
35 - You must implement the is_valid_bugaddr(bugaddr) callback which

12345678910>>...133