| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_api.h | 49 * Filter table, and unpack it into the fields of rec. 50 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 57 /*! Pack the fields of rec, and write the packed data into the 67 * Packet Classifier table, and unpack it into the fields of rec. 68 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 75 /*! Pack the fields of rec, and write the packed data into the 85 * Lookup table, and unpack it into the fields of rec. 86 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 93 /*! Pack the fields of rec, and write the packed data into the 103 * Lookup table, and unpack it into the fields of rec. [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power8/ |
| H A D | translation.json | 29 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe… 35 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another … 41 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 due to a data… 47 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a location other than the loc… 53 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 hit without d… 59 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl… 65 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 due to a data… 71 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 with dispatch… 77 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without dispa… 83 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without confl… [all …]
|
| /OK3568_Linux_fs/buildroot/package/opencv4/ |
| H A D | Config.in | 31 reconstruction) module into the OpenCV build. 40 into the OpenCV build. 47 multi-dimensional spaces) module into the OpenCV build. 56 into the OpenCV build. 123 Include opencv_imgcodecs (image codecs) module into the 130 Include opencv_imgproc (image processing) module into the 137 Include opencv_ml (machine learning) module into the OpenCV 147 Include opencv_objdetect (object detection) module into the 154 Include opencv_photo (computational photography) module into 164 Include opencv_python module into the OpenCV build. No [all …]
|
| /OK3568_Linux_fs/buildroot/package/opencv3/ |
| H A D | Config.in | 29 reconstruction) module into the OpenCV build. 38 into the OpenCV build. 45 multi-dimensional spaces) module into the OpenCV build. 54 into the OpenCV build. 121 Include opencv_imgcodecs (image codecs) module into the 128 Include opencv_imgproc (image processing) module into the 135 Include opencv_ml (machine learning) module into the OpenCV 145 Include opencv_objdetect (object detection) module into the 152 Include opencv_photo (computational photography) module into 162 Include opencv_python module into the OpenCV build. No [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | Kconfig | 13 Say Y here to compile support for Bluetooth USB devices into the 24 Say Y here to compile support for Bluetooth SDIO devices into the 36 Say Y here to compile support for Bluetooth UART devices into the 91 Say Y here to compile support for HCI BCM203x devices into the 102 Say Y here to compile support for HCI BPA10x devices into the 115 Say Y here to compile support for HCI BFUSB devices into the 128 Say Y here to compile support for HCI DTL1 devices into the 142 Say Y here to compile support for HCI BT3C devices into the 155 Say Y here to compile support for HCI BlueCard devices into the 171 Say Y here to compile support for HCI UART devices into the [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | sleep-states.rst | 34 I/O devices into low-power states (possibly lower-power than available in the 58 I/O devices into low-power states, which is done for :ref:`suspend-to-idle 60 are suspended during transitions into this state. For this reason, it should 79 energy savings as everything in the system is put into a low-power state, except 80 for memory, which should be placed into the self-refresh mode to retain its 89 suspended and put into low-power states. In many cases, all peripheral buses 118 It takes three system state changes to put it into hibernation and two system 122 creates a snapshot image of memory to be written into persistent storage. Next, 123 the system goes into a state in which the snapshot image can be saved, the image 124 is written out and finally the system goes into the target low-power state in [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/ |
| H A D | leak_ptr.c | 2 "leak pointer into ctx 1", 13 .errstr_unpriv = "R2 leaks addr into mem", 16 .errstr = "BPF_XADD stores into R1 ctx is not allowed", 19 "leak pointer into ctx 2", 28 .errstr_unpriv = "R10 leaks addr into mem", 31 .errstr = "BPF_XADD stores into R1 ctx is not allowed", 34 "leak pointer into ctx 3", 43 .errstr_unpriv = "R2 leaks addr into ctx", 48 "leak pointer into map val", 64 .errstr_unpriv = "R6 leaks addr into mem",
|
| H A D | array_access.c | 2 "valid map access into an array with a constant", 19 "valid map access into an array with a register", 40 "valid map access into an array with a variable", 62 "valid map access into an array with a signed variable", 88 "invalid map access into an array with a constant", 105 "invalid map access into an array with a register", 125 "invalid map access into an array with a variable", 145 "invalid map access into an array with no floor check", 170 "invalid map access into an array with a invalid max check", 195 "invalid map access into an array with a invalid max check", [all …]
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_seq.c | 20 * sprintf() there will not be a partial write (well it may write into 22 * try to write something into the trace_seq buffer and if it fails 43 * trace_print_seq - move the contents of trace_seq into a seq_file 77 * trace_seq_printf() is used to store strings into a special 79 * the sequencer or pulled into another buffer. 109 * Writes a ASCII representation of a bitmask string into @s. 137 * trace_seq_printf is used to store strings into a special 139 * the sequencer or pulled into another buffer. 168 * function, instead of wasting cycles converting the arguments into 173 * the conversion into the ASCII string within the buffer. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_task.h | 67 * Insert the task into the job handle. 81 * Insert the task into the job handle. 104 * Insert the task into the job handle. 121 * Insert the task into the job handle. 140 * Insert the task into the job handle. 168 * Insert the task into the job handle. 187 * Insert the task into the job handle. 205 * Insert the task into the job handle. 227 * Insert the task into the job handle. 252 * Insert the task into the job handle. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_task.h | 67 * Insert the task into the job handle. 81 * Insert the task into the job handle. 104 * Insert the task into the job handle. 121 * Insert the task into the job handle. 140 * Insert the task into the job handle. 168 * Insert the task into the job handle. 187 * Insert the task into the job handle. 205 * Insert the task into the job handle. 227 * Insert the task into the job handle. 252 * Insert the task into the job handle. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_task.h | 67 * Insert the task into the job handle. 81 * Insert the task into the job handle. 104 * Insert the task into the job handle. 121 * Insert the task into the job handle. 140 * Insert the task into the job handle. 168 * Insert the task into the job handle. 187 * Insert the task into the job handle. 205 * Insert the task into the job handle. 227 * Insert the task into the job handle. 252 * Insert the task into the job handle. [all …]
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_task.h | 67 * Insert the task into the job handle. 81 * Insert the task into the job handle. 104 * Insert the task into the job handle. 121 * Insert the task into the job handle. 140 * Insert the task into the job handle. 168 * Insert the task into the job handle. 187 * Insert the task into the job handle. 205 * Insert the task into the job handle. 227 * Insert the task into the job handle. 252 * Insert the task into the job handle. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | Kconfig | 31 Say Y here to compile support for Bluetooth USB devices into the 85 Say Y here to compile support for Bluetooth SDIO devices into the 100 Say Y here to compile support for Bluetooth UART devices into the 269 Say Y here to compile support for HCI BCM203x devices into the 280 Say Y here to compile support for HCI BPA10x devices into the 293 Say Y here to compile support for HCI BFUSB devices into the 306 Say Y here to compile support for HCI DTL1 devices into the 320 Say Y here to compile support for HCI BT3C devices into the 333 Say Y here to compile support for HCI BlueCard devices into the 342 Say Y here to compile support for virtual HCI devices into the [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_ts.h | 52 * @dest_buf: The buffer to write into. 53 * @dest_offset: The byte offset into the buffer. 70 * @dest_buf: The buffer to write into. 71 * @dest_offset: The byte offset into the buffer. 86 * vidtv_ts_null_write_into - Write a TS null packet into a buffer. 89 * This function will write a null packet into a buffer. This is usually used to 92 * Return: The number of bytes written into the buffer. 97 * vidtv_ts_pcr_write_into - Write a PCR packet into a buffer. 100 * This function will write a PCR packet into a buffer. This is used to 103 * Return: The number of bytes written into the buffer.
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | Kconfig | 18 support into your kernel, you may answer Y here to build in the 34 support into your kernel, you may answer Y here to build in the 50 support into your kernel, you may answer Y here to build in the 64 support into your kernel, you may answer Y here to build in the 80 If you chose to build PARIDE support into your kernel, you may 105 support into your kernel, you may answer Y here to build in the 123 If you chose to build PARIDE support into your kernel, you may 142 If you chose to build PARIDE support into your kernel, you may 154 into your kernel, you may answer Y here to build in the protocol 165 into your kernel, you may answer Y here to build in the protocol [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | pci.rst | 31 devices into states in which they draw less power (low-power states) at the 34 Usually, a device is put into a low-power state when it is underutilized or 36 again, it has to be put back into the "fully functional" state (full-power 41 PCI devices may be put into low-power states in two ways, by using the device 46 specific value into one of its standard configuration registers. The second 53 to put the device that sent it into the full-power state. However, the PCI Bus 92 programmed to go into it. The second one, D3cold, is the state that PCI devices 94 to program a PCI device to go into D3cold, although there may be a programmable 95 interface for putting the bus the device is on into a state in which Vcc is 111 programmatically put into D0. Thus the kernel can switch the device back and [all …]
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | Kconfig | 54 synthesizer. You can say y to build it into the kernel, 63 synthesizer. You can say y to build it into the kernel, 71 synthesizer. You can say y to build it into the kernel, 79 You can say y to build it into the kernel, or m to 87 synthesizer. You can say y to build it into the kernel, 96 synthesizer. You can say y to build it into the kernel, 105 (old) synthesizer. You can say y to build it into the 139 PC synthesizer. You can say y to build it into the 150 PC synthesizer. You can say y to build it into the 160 LT synthesizer. You can say y to build it into the [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sun4v_ivec.S | 26 /* Get &trap_block[smp_processor_id()] into %g4. */ 30 /* Get smp_processor_id() into %g3 */ 45 /* Get CPU mondo queue base phys address into %g7. */ 51 * 1st 64-bit word: low half is 32-bit PC, put into %g3 and jmpl to it 52 * high half is context arg to MMU flushes, into %g5 53 * 2nd 64-bit word: 64-bit arg, load into %g1 54 * 3rd 64-bit word: 64-bit arg, load into %g7 89 /* Get &trap_block[smp_processor_id()] into %g4. */ 93 /* Get DEV mondo queue base phys address into %g5. */ 96 /* Load IVEC into %g3. */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/backend/ |
| H A D | mali_kbase_debug_ktrace_codes_jm.h | 110 /* gpu_addr==value to write into JS_HEAD */ 112 /* gpu_addr==value to write into JS_HEAD */ 114 /* gpu_addr==value to write into JS_HEAD */ 116 /* gpu_addr==value to write into JS_HEAD */ 120 /* gpu_addr==value to write into JS_HEAD */ 122 /* gpu_addr==value to write into JS_HEAD */ 127 /* gpu_addr==value to write into JS_HEAD */ 131 /* gpu_addr==value to write into JS_HEAD 139 /* gpu_addr==value to write into JS_HEAD */ 141 /* gpu_addr==value to write into JS_HEAD */ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lz4.h | 56 * Default value is 14, for 16KB, which nicely fits into Intel x86 L1 cache 186 * into already allocated 'dest' buffer of size 'maxOutputSize'. 190 * If the function cannot compress 'source' into a more limited 'dest' budget, 194 * Return: Number of bytes written into buffer 'dest' 218 * Return: Number of bytes written into buffer 'dest' 236 * from 'source' buffer into already allocated buffer 'dest' 238 * This function either compresses the entire 'source' content into 'dest' 242 * Return: Number of bytes written into 'dest' (necessarily <= targetDestSize) 253 * LZ4_decompress_fast() - Decompresses data from 'source' into 'dest' 259 * Decompresses data from 'source' into 'dest'. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | ti_sci.h | 410 * number of parents is stored into @num_parents_32 661 * @addr_lo: 32 LSBs of ring base address to be programmed into the ring's 663 * @addr_hi: 16 MSBs of ring base address to be programmed into the ring's 919 * be programmed into the tx_pause_on_err field of the channel's TCHAN_TCFG 923 * configuration to be programmed into the tx_filt_einfo field of the 927 * configuration to be programmed into the tx_filt_pswords field of the 931 * interpretation configuration to be programmed into the tx_atype field of 935 * passing mechanism configuration to be programmed into the tx_chan_type 939 * configuration to be programmed into the tx_supr_tdpkt field of the channel's 943 * fetch configuration to be programmed into the tx_fetch_size field of the [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | NDS32_002dOps.html | 73 <dd><p>load 32-bit integer into register rt5. ‘<samp>sethi rt5,hi20(imm32)</samp>’ and… 78 <dd><p>Load 32-bit address of var into register rt5. ‘<samp>sethi rt5,hi20(var)</samp>&rsquo… 83 <dd><p>Load value of var into register rt5. ‘<samp>sethi $ta,hi20(var)</samp>’ and then 88 <dd><p>Load value of var into register rt5. ‘<samp>sethi $ta,hi20(var)</samp>’ and then 93 <dd><p>Load value of var into register rt5 and increment $ta by amount inc. 98 <dd><p>Continue loading value of var into register rt5 and increment $ta by amount inc. 103 <dd><p>Load value of var into register rt5 and increment $ta by amount inc. 108 <dd><p>Continue loading value of var into register rt5 and increment $ta by amount inc. 136 <dd><p>Depending on how it is assembled, it is translated into ‘<samp>r5 rb5</samp>’ 141 <dd><p>Branch to label depending on how it is assembled, it is translated into [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | NDS32_002dOps.html | 73 <dd><p>load 32-bit integer into register rt5. ‘<samp>sethi rt5,hi20(imm32)</samp>’ and… 78 <dd><p>Load 32-bit address of var into register rt5. ‘<samp>sethi rt5,hi20(var)</samp>&rsquo… 83 <dd><p>Load value of var into register rt5. ‘<samp>sethi $ta,hi20(var)</samp>’ and then 88 <dd><p>Load value of var into register rt5. ‘<samp>sethi $ta,hi20(var)</samp>’ and then 93 <dd><p>Load value of var into register rt5 and increment $ta by amount inc. 98 <dd><p>Continue loading value of var into register rt5 and increment $ta by amount inc. 103 <dd><p>Load value of var into register rt5 and increment $ta by amount inc. 108 <dd><p>Continue loading value of var into register rt5 and increment $ta by amount inc. 136 <dd><p>Depending on how it is assembled, it is translated into ‘<samp>r5 rb5</samp>’ 141 <dd><p>Branch to label depending on how it is assembled, it is translated into [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | seq_buf.c | 34 * seq_buf_print_seq - move the contents of seq_buf into a seq_file 53 * Writes a vnprintf() format into the sequencce buffer. 79 * Writes a printf() format into the sequence buffer. 105 * function, instead of wasting cycles converting the arguments into 110 * the conversion into the ASCII string within the buffer. 138 * Copy a simple string into the sequence buffer. 166 * Copy a single character into the sequence buffer. 183 * seq_buf_putmem - write raw data into the sequenc buffer 185 * @mem: The raw memory to copy into the buffer 188 * There may be cases where raw memory needs to be written into the [all …]
|