| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | packer.c | 39 static u64 value_read(int offset, int size, void *structure) in value_read() argument 42 case 1: return *(u8 *) (structure + offset); in value_read() 43 case 2: return be16_to_cpup((__be16 *) (structure + offset)); in value_read() 44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read() 45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read() 64 void *structure, in ib_pack() argument 80 structure) << shift; in ib_pack() 97 structure) << shift; in ib_pack() 114 structure + desc[i].struct_offset_bytes, in ib_pack() 126 static void value_write(int offset, int size, u64 val, void *structure) in value_write() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/nwfpe/ |
| H A D | ChangeLog | 12 - remove userRegisters pointer from this structure. 18 * The FPA11 structure is not a kernel-specific data structure. 21 FPA11 structure (size or position of elements contained 24 * Since 128-bit float requires the FPA11 structure to change 27 overflow the available space in the task structure. 36 * fpa11.c - Changes due to FPA11, FPREG structure alterations. 37 * fpa11_cpdo.c - Changes due to FPA11, FPREG structure alterations. 38 * fpa11_cpdt.c - Changes due to FPA11, FPREG structure alterations. 39 * fpa11_cprt.c - Changes due to FPA11, FPREG structure alterations. 40 * single_cpdo.c - Changes due to FPA11, FPREG structure alterations. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 9 information from the kernel like structure size, page size, symbol 36 data structure used to store information returned by the uname(2) system 81 Makedumpfile gets the pglist_data structure from this symbol, which is 89 The address of the mem_section array, its length, structure size, and 104 The size of a page structure. struct page is an important data structure 110 The size of a pglist_data structure. This value is used to check if the 111 pglist_data structure is valid. It is also used for checking the memory 117 The size of a zone structure. This value is used to check if the zone 118 structure has been found. It is also used for excluding free pages. 123 The size of a free_area structure. It indicates whether the free_area [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 27 This diagram shows an enclosing ``rcu_state`` structure containing a tree 31 This structure is adjusted at boot time, if needed, to handle the common 47 structure. 105 structure need advance to the ``rcu_node`` structure at the next level 106 up the tree. This means that at the leaf-level ``rcu_node`` structure, 113 period will progress all the way to the root ``rcu_node`` structure, 115 structure remains acceptably low. 138 are protected by the corresponding root ``rcu_node`` structure's lock. 139 #. Each ``rcu_node`` structure has a spinlock. 154 #. ``rcu_state``: This structure forms the interconnection between the [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | qe_firmware.rst | 89 structure signals the microcode which of these virtual traps is active. 91 This structure contains 6 words that the application should copy to some 92 specific been defined. This table describes the structure:: 121 and has special instructions for the s/w associated with it. This structure is 183 This structure supports versioning, where the version of the structure is 184 embedded into the structure itself. To ensure forward and backwards 185 compatibility, all versions of the structure must use the same 'qe_header' 186 structure at the beginning. 189 The 'length' field is the size, in bytes, of the entire structure, 195 structure is a QE Firmware structure. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 37 a linked RCU-protected data structure, and phase two frees that element. 50 critical section for the ``rcu_node`` structure's 62 Therefore, for any given ``rcu_node`` structure, any access 137 | by the CPU's leaf ``rcu_node`` structure's ``->lock`` as described | 165 the ``rcu_node`` structure's ``->lock`` field, so much so that it is 223 The box represents the ``rcu_node`` structure's ``->lock`` critical 259 RCU-protected data structure). It simply enqueues the ``rcu_head`` 260 structure on a per-CPU list, which cannot become associated with a grace 281 ``rcu_node`` structure's ``->lock``. In all cases, there is full 283 structure's ``->lock``, and also full ordering against any of the [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0056-gnulib-regcomp-Fix-uninitialized-token-structure.patch | 4 Subject: [PATCH] gnulib/regcomp: Fix uninitialized token structure 21 grub-core/lib/gnulib-patches/fix-uninit-structure.patch | 11 +++++++++++ 24 create mode 100644 grub-core/lib/gnulib-patches/fix-uninit-structure.patch 34 + grub-core/lib/gnulib-patches/fix-uninit-structure.patch \ 46 +EXTRA_DIST += grub-core/lib/gnulib-patches/fix-uninit-structure.patch 50 … a/grub-core/lib/gnulib-patches/fix-uninit-structure.patch b/grub-core/lib/gnulib-patches/fix-unin… 54 +++ b/grub-core/lib/gnulib-patches/fix-uninit-structure.patch
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_init.c | 225 if (p->structure == FRAME) { in store_proc_picture_in_dpb() 227 } else if (p->structure == TOP_FIELD) { in store_proc_picture_in_dpb() 229 } else if (p->structure == BOTTOM_FIELD) { in store_proc_picture_in_dpb() 234 if ((p->structure == FRAME && fs->is_used == 3) in store_proc_picture_in_dpb() 235 || (p->structure != FRAME && fs->is_used && fs->is_used < 3)) { in store_proc_picture_in_dpb() 244 static void dpb_mark_add_used(H264_DpbMark_t *p_mark, RK_S32 structure) in dpb_mark_add_used() argument 247 if (structure == FRAME || structure == TOP_FIELD) { in dpb_mark_add_used() 250 if (structure == FRAME || structure == BOTTOM_FIELD) { in dpb_mark_add_used() 258 H264_StorePic_t *p_stored_pic = alloc_storable_picture(p_Vid, p_Vid->structure); in clone_storable_picture() 263 dpb_mark_add_used(p_stored_pic->mem_mark, p_stored_pic->structure); in clone_storable_picture() [all …]
|
| H A D | h264d_dpb.c | 147 if (p->structure == FRAME) in get_pic_num_x() 273 if (p->structure == FRAME) { in mm_unmark_short_term_for_reference() 310 if (p->structure == FRAME) { in mm_unmark_long_term_for_reference() 357 …c MPP_RET unmark_long_term_field_for_reference_by_frame_idx(H264_DpbBuf_t *p_Dpb, RK_S32 structure, in unmark_long_term_field_for_reference_by_frame_idx() argument 364 VAL_CHECK(ret, structure != FRAME); in unmark_long_term_field_for_reference_by_frame_idx() 370 if (structure == TOP_FIELD) { in unmark_long_term_field_for_reference_by_frame_idx() 392 if (structure == BOTTOM_FIELD) { in unmark_long_term_field_for_reference_by_frame_idx() 426 if (p->structure == FRAME) { in mark_pic_long_term() 447 if (p->structure == TOP_FIELD) { in mark_pic_long_term() 502 if (p->structure == FRAME) { in mm_assign_long_term_frame_idx() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/arm/ |
| H A D | pvtime.rst | 37 Return value: (int64) IPA of the stolen time data structure for this 45 meaningfully filled by the hypervisor (see structure below). 47 PV_TIME_ST returns the structure for the calling VCPU. 52 The structure pointed to by the PV_TIME_ST hypercall is as follows: 68 All values in the structure are stored little-endian. 70 The structure will be updated by the hypervisor prior to scheduling a VCPU. It 73 structure per VCPU of the guest.
|
| /OK3568_Linux_fs/u-boot/board/freescale/m52277evb/ |
| H A D | README | 32 - include/asm-m68k/crossbar.h CrossBar structure and definition 33 - include/asm-m68k/dspi.h DSPI structure and definition 34 - include/asm-m68k/edma.h eDMA structure and definition 35 - include/asm-m68k/flexbus.h FlexBus structure and definition 36 - include/asm-m68k/fsl_i2c.h I2C structure and definition 37 - include/asm-m68k/global_data.h Global data structure 41 - include/asm-m68k/lcd.h LCD structure and definition 45 - include/asm-m68k/ptrace.h Exception structure 47 - include/asm-m68k/ssi.h SSI structure and definition 49 - include/asm-m68k/timer.h Timer structure and definition [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/ |
| H A D | cdrom.rst | 64 DVD_READ_STRUCT Read structure 65 DVD_WRITE_STRUCT Write structure 151 cdrom_msf structure, describing a segment of music to play 182 cdrom_ti structure, describing a segment of music to play 211 cdrom_tochdr structure 215 cdrom_tochdr structure 236 cdrom_tocentry structure 240 cdrom_tocentry structure 372 cdrom_volctrl structure containing volumes for up to 4 422 cdrom_subchnl structure [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize-directory-structure.txt | 4 [[customize-dir-structure]] 5 === Recommended directory structure 11 recommend a specific directory structure which is described in this 14 Orthogonal to this directory structure, you can choose _where_ you place 15 this structure itself: either inside the Buildroot tree, or outside of 58 Note: if you choose to place this structure outside of the Buildroot 79 An example directory structure for where a user has two customization
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ |
| H A D | unshare.rst | 190 with the current task structure and releases corresponding shared 195 structure, where as unshare() operates on the current active 206 new namespace structure, the error return code will have to 209 structure, which may not exist anymore. 212 current context structure was moved into new dup_* functions. Now, 215 task structure that is being constructed. unshare() system call on 220 2) For each context structure, call the corresponding unshare() 222 structure, if the appropriate bit is set in the flags argument. 225 are new context structures then lock the current task structure, 226 associate new context structures with the current task structure, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | dvb-frontend-parameters.rst | 14 data, the structure size weren't enough to fit, and just extending its 27 ``dvb_frontend_parameters`` structure: 58 structure: 74 for cable QAM frontend you use the ``dvb_qam_parameters`` structure: 91 ATSC frontends are supported by the ``dvb_vsb_parameters`` structure: 106 DVB-T frontends are supported by the ``dvb_ofdm_parameters`` structure:
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/lsi/ |
| H A D | mpi_history.txt | 106 * 05-24-00 00.10.02 Added _MSG_IOC_INIT_REPLY structure. 108 * 06-12-00 01.00.02 Added _MSG_PORT_ENABLE_REPLY structure. 109 * Added _MSG_EVENT_ACK_REPLY structure. 110 * Added _MSG_FW_DOWNLOAD_REPLY structure. 111 * Added _MSG_TOOLBOX_REPLY structure. 112 * 06-30-00 01.00.03 Added MaxLanBuckets to _PORT_FACT_REPLY structure. 113 * 07-27-00 01.00.04 Added _EVENT_DATA structure definitions for _SCSI, 116 * _MSG_EVENT_ACK_REPLY structure to match specification. 128 * Added structure offset comments. 129 * 04-09-01 01.01.07 Added structure EVENT_DATA_EVENT_CHANGE. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-meta-rkisp1.rst | 16 a single instance of the C structure :c:type:`rkisp1_params_cfg` defined in 17 ``rkisp1-config.h``. So the structure can be obtained from the buffer by: 32 instance of the C structure :c:type:`rkisp1_stat_buffer` defined in 33 ``rkisp1-config.h``. So the structure can be obtained from the buffer by:
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | files.rst | 28 table are in a separate structure - struct fdtable. 32 expansion of fdtable, a new fdtable structure is allocated 33 and files->fdtab points to the new structure. The fdtable 34 structure is freed with RCU and lock-free readers either 37 the fdtable structure - 64 4. To look up the file structure given an fd, a reader 83 file structure. This is avoided using atomic_long_inc_not_zero()
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A D | hiddev.rst | 94 the value that it was changed to. Note that the structure is defined 122 hiddev_devinfo structure. 138 Gets a hiddev_devinfo structure which describes the device. 179 Fills in a hiddev_report_info structure for the user. The report is 188 filled into the returned hiddev_report_info structure. 194 hiddev_field_info structure. The user must fill in report_id and 195 report_type in this structure, as above. The field_index should also 202 Returns the usage_code in a hiddev_usage_ref structure, given that 204 field have already been filled into the structure. 209 Returns the value of a usage in a hiddev_usage_ref structure. The [all …]
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmpph264enc.c | 259 GstStructure *structure; in gst_mpp_h264_enc_set_src_caps() local 265 structure = gst_caps_get_structure (caps, 0); in gst_mpp_h264_enc_set_src_caps() 266 gst_structure_set (structure, "stream-format", in gst_mpp_h264_enc_set_src_caps() 268 gst_structure_set (structure, "alignment", G_TYPE_STRING, "au", NULL); in gst_mpp_h264_enc_set_src_caps() 271 gst_structure_set (structure, "profile", G_TYPE_STRING, string, NULL); in gst_mpp_h264_enc_set_src_caps() 275 gst_structure_set (structure, "level", G_TYPE_STRING, string, NULL); in gst_mpp_h264_enc_set_src_caps()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/st/ |
| H A D | st,flexgen.txt | 1 Binding for a type of flexgen structure found on certain 4 This structure includes: 8 Flexgen structure is a part of Clockgen[1]. 14 | Flexgen structure |
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | crypto_engine.rst | 12 You must put, at the start of your transform context your_tfm_ctx, the structure 24 has access to the transform structure. It is not possible to access the context 26 structure "``struct your_tfm_ctx``". The engine assumes (requires) the placement 55 Note that these functions access the crypto_async_request structure
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsutils.c | 160 GstStructure *structure; in gst_video_format_to_structure() local 162 structure = NULL; in gst_video_format_to_structure() 164 structure = gst_structure_new ("video/x-raw", "format", G_TYPE_STRING, in gst_video_format_to_structure() 167 return structure; in gst_video_format_to_structure()
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | SCTP.rst | 33 @ep - pointer to sctp endpoint structure. 45 @sk - Pointer to sock structure. 120 @ep - pointer to current sctp endpoint structure. 121 @sk - pointer to current sock structure. 122 @sk - pointer to new sock structure. 129 @sk - pointer to sock structure. 207 @ep - pointer to sctp endpoint structure. 266 @ep - pointer to current sctp endpoint structure. 267 @sk - pointer to current sock structure. 268 @sk - pointer to new sock structure. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | padata.rst | 26 padata_instance structure for overall control of how jobs are to be run:: 84 padata_priv structure, which represents one job:: 92 This structure will almost certainly be embedded within some larger 93 structure specific to the work to be done. Most of its fields are private to 94 padata, but the structure should be zeroed at initialisation time, and the 118 function gets the padata_priv structure pointer as its lone parameter; 120 container_of() to find the enclosing structure. 137 serial() function in the padata_priv structure. That call will happen on 165 job by defining a padata_mt_job structure, which is explained in the Interface
|