| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_hooks.h | 45 * @bprm contains the linux_binprm structure. 60 * @bprm contains the linux_binprm structure. 68 * @bprm contains the linux_binprm structure. 75 * structure. This hook is a good place to perform state changes on the 83 * linux_binprm structure. This hook is a good place to perform state 91 * Allocate and attach a security structure to sc->security. This pointer 106 * Allocate and attach a security structure to the sb->s_security field. 107 * The s_security field is initialized to NULL when the structure is 109 * @sb contains the super_block structure to be modified. 113 * @sb contains the super_block structure to be modified. [all …]
|
| H A D | nvme-fc-driver.h | 23 * struct nvmefc_ls_req - Request structure passed from the transport 42 * @private: pointer to memory allocated alongside the ls request structure 49 * request structure. Status argument must be 0 upon success, a 69 * struct nvmefc_ls_rsp - Structure passed from the transport to the LLDD 71 * NVME-FC LS request. The structure originates in the LLDD 73 * transport routine. As such, the structure represents the 83 * The structure is allocated by the LLDD whenever a LS Request is received 84 * from the FC link. The address of the structure is passed to the nvmet-fc 87 * The address of the structure is to be passed back to the LLDD 89 * map back to the LLDD exchange structure which maintains information such [all …]
|
| H A D | completion.h | 15 * struct completion - structure used to maintain state for a "completion" 17 * This is the opaque structure used to maintain the state for a "completion". 46 * DECLARE_COMPLETION - declare and initialize a completion structure 47 * @work: identifier for the completion structure 49 * This macro declares and initializes a completion structure. Generally used 62 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure 63 * @work: identifier for the completion structure 65 * This macro declares and initializes a completion structure on the kernel 80 * @x: pointer to completion structure that is to be initialized 83 * structure. [all …]
|
| /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() 53 * ib_pack - Pack a structure into a buffer 54 * @desc:Array of structure field descriptions 56 * @structure:Structure to pack from 59 * ib_pack() packs a list of structure fields into a buffer, 64 void *structure, in ib_pack() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/ |
| H A D | et131x.h | 87 /* structure for power management control status reg in global address map 183 /* structure for txdma packet ring base address hi reg in txdma address map 188 /* structure for txdma packet ring base address low reg in txdma address map 193 /* structure for txdma packet ring number of descriptor reg in txdma address 221 * structure for txdma service complete reg in txdma address map at 0x1028 271 /* structure for control status reg in rxdma address map 300 /* structure for dma writeback lo reg in rxdma address map 305 /* structure for dma writeback hi reg in rxdma address map 310 /* structure for number of packets done reg in rxdma address map 317 /* structure for max packet time reg in rxdma address map [all …]
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_mpi_cmd.h | 112 MPP_DEC_QUERY, /* set and get MppDecQueryCfg structure */ 115 MPP_DEC_SET_CFG, /* set MppDecCfg structure */ 116 MPP_DEC_GET_CFG, /* get MppDecCfg structure */ 122 MPP_ENC_SET_CFG, /* set MppEncCfg structure */ 123 MPP_ENC_GET_CFG, /* get MppEncCfg structure */ 124 …MPP_ENC_SET_PREP_CFG, /* deprecated set MppEncPrepCfg structure, use MPP_ENC_SET_CFG… 125 …MPP_ENC_GET_PREP_CFG, /* deprecated get MppEncPrepCfg structure, use MPP_ENC_GET_CFG… 126 …MPP_ENC_SET_RC_CFG, /* deprecated set MppEncRcCfg structure, use MPP_ENC_SET_CFG i… 127 …MPP_ENC_GET_RC_CFG, /* deprecated get MppEncRcCfg structure, use MPP_ENC_GET_CFG i… 128 …MPP_ENC_SET_CODEC_CFG, /* deprecated set MppEncCodecCfg structure, use MPP_ENC_SET_CF… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_mpi_cmd.h | 112 MPP_DEC_QUERY, /* set and get MppDecQueryCfg structure */ 115 MPP_DEC_SET_CFG, /* set MppDecCfg structure */ 116 MPP_DEC_GET_CFG, /* get MppDecCfg structure */ 122 MPP_ENC_SET_CFG, /* set MppEncCfg structure */ 123 MPP_ENC_GET_CFG, /* get MppEncCfg structure */ 124 …MPP_ENC_SET_PREP_CFG, /* deprecated set MppEncPrepCfg structure, use MPP_ENC_SET_CFG… 125 …MPP_ENC_GET_PREP_CFG, /* deprecated get MppEncPrepCfg structure, use MPP_ENC_GET_CFG… 126 …MPP_ENC_SET_RC_CFG, /* deprecated set MppEncRcCfg structure, use MPP_ENC_SET_CFG i… 127 …MPP_ENC_GET_RC_CFG, /* deprecated get MppEncRcCfg structure, use MPP_ENC_GET_CFG i… 128 …MPP_ENC_SET_CODEC_CFG, /* deprecated set MppEncCodecCfg structure, use MPP_ENC_SET_CF… [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 15 Data-Structure Relationships 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. [all …]
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | rcu_segcblist.c | 26 * Enqueue an rcu_head structure onto the specified callback list. 36 * Flush the second rcu_cblist structure onto the first one, obliterating 38 * element of the second rcu_cblist structure, but ensuring that the second 39 * rcu_cblist structure, if initially non-empty, always appears non-empty 40 * throughout the process. If rdp is NULL, the second rcu_cblist structure 64 * Dequeue the oldest rcu_head structure from the specified callback 81 /* Set the length of an rcu_segcblist structure. */ 92 * Increase the numeric length of an rcu_segcblist structure by the 94 * field to disagree with the actual number of callbacks on the structure. 112 * Increase the numeric length of an rcu_segcblist structure by one. [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/drivers/gpu/drm/amd/include/ |
| H A D | amd_acpi.h | 30 u16 size; /* structure size in bytes (includes size field) */ 37 u16 size; /* structure size in bytes (includes size field) */ 44 u16 size; /* structure size in bytes (includes size field) */ 56 u16 size; /* structure size in bytes (includes size field) */ 68 u16 size; /* structure size in bytes (includes size field) */ 85 u16 size; /* structure size in bytes (includes size field) */ 93 u16 size; /* structure size in bytes (includes size field) */ 102 u16 size; /* structure size in bytes (includes size field) */ 147 * WORD - structure size in bytes (includes size field) 170 * WORD - structure size in bytes (includes size field) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_acpi.h | 71 * WORD - structure size in bytes (includes size field) 102 * WORD - structure size in bytes (includes size field) 108 * WORD - structure size in bytes (includes size field) 126 * WORD - structure size in bytes (includes size field) 162 * WORD - structure size in bytes (includes size field) 166 * WORD - structure size in bytes (includes size field) 185 * WORD - structure size in bytes (includes size field) 195 * WORD - structure size in bytes (includes size field) 210 * WORD - structure size in bytes (includes size field) 219 * WORD - structure size in bytes (includes size field) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_uku.h | 163 * struct kbase_uk_hwcnt_reader_setup - User/Kernel space data exchange structure 164 * @header: UK structure header 172 * This structure sets up HWC dumper/reader for this context. 341 * struct kbase_uk_tlstream_acquire - User/Kernel space data exchange structure 342 * @header: UK structure header 346 * This structure is used when performing a call to acquire kernel side timeline 359 * structure 360 * @header: UK structure header 363 * This structure is used when performing a call to acquire kernel side timeline 374 * struct kbase_uk_tlstream_flush - User/Kernel space data exchange structure [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_pm_internal.h | 38 * @kbdev: The kbase device structure for the device (must be a valid pointer) 47 * @kbdev: The kbase device structure for the device (must be a valid pointer) 59 * @kbdev: The kbase device structure for the device (must be a valid 76 * @kbdev: The kbase device structure for the device (must be a valid pointer) 92 * @kbdev: The kbase device structure for the device (must be a valid pointer) 108 * @kbdev: The kbase device structure for the device (must be a valid pointer) 124 * @kbdev: The kbase device structure for the device (must be a valid 138 * @kbdev: The kbase device structure for the device (must be a valid 153 * @kbdev: The kbase device structure for the device (must be a valid pointer) 166 * @kbdev: The kbase device structure for the device (must be a valid pointer) [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/include/uapi/linux/ |
| H A D | isst_if.h | 53 * struct isst_if_cpu_maps - structure for CPU map IOCTL 55 * @cpu_map[]: Holds one or more CPU map data structure 57 * This structure used with ioctl ISST_IF_GET_PHY_ID to send 74 * Structure to specify read/write data to PUNIT registers. 84 * struct isst_if_io_regs - structure for IO register commands 86 * @io_reg[]: Holds one or more io_reg command structure 88 * This structure used with ioctl ISST_IF_IO_CMD to send 99 * struct isst_if_mbox_cmd - Structure to define mail box command 108 * Structure to specify mailbox command to be sent to PUNIT. 121 * struct isst_if_mbox_cmds - structure for mailbox commands [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/stabs/ |
| H A D | Structures.html | 73 <p>The following source code declares a structure tag and defines an 74 instance of the structure in global scope. Then a <code>typedef</code> equates the 75 structure tag with a new type. Separate stabs are generated for the 76 structure tag, the structure <code>typedef</code>, and the structure instance. The 78 encountered. Since the structure elements are not initialized, the 79 stab and code for the structure variable itself is located at the end 93 <p>The structure tag has an <code>N_LSYM</code> stab type because, like the 95 symbol descriptor is ‘<samp>T</samp>’, for enumeration, structure, or tag type. 97 definition narrows the symbol type to structure. 100 structure occupies, followed by a description of each structure element. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/stabs/ |
| H A D | Structures.html | 73 <p>The following source code declares a structure tag and defines an 74 instance of the structure in global scope. Then a <code>typedef</code> equates the 75 structure tag with a new type. Separate stabs are generated for the 76 structure tag, the structure <code>typedef</code>, and the structure instance. The 78 encountered. Since the structure elements are not initialized, the 79 stab and code for the structure variable itself is located at the end 93 <p>The structure tag has an <code>N_LSYM</code> stab type because, like the 95 symbol descriptor is ‘<samp>T</samp>’, for enumeration, structure, or tag type. 97 definition narrows the symbol type to structure. 100 structure occupies, followed by a description of each structure element. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_frame_public.h | 42 /* Frame plane structure. This describes one plane in an image 145 /* Frame structure. This structure describes an image buffer or frame. 146 * This is the main structure used for all input and output images. 203 /* @brief Allocate a CSS frame structure 213 * Allocate a CSS frame structure. The memory for the frame data will be 224 /* @brief Allocate a CSS frame structure using a frame info structure. 227 * @param[in] info The frame info structure. 237 /* @brief Free a CSS frame structure. 242 * Free a CSS frame structure. This will free both the frame structure 243 * and the pixel data pointer contained within the frame structure. [all …]
|
| /OK3568_Linux_fs/kernel/include/net/iucv/ |
| H A D | iucv.h | 91 * handler: address of iucv handler structure 137 * structure and "asks" the handler if this path belongs to the 194 * @handler: address of iucv handler structure 206 * @handler: address of iucv handler structure 219 * Allocate a new path structure for use with iucv_connect. 222 * path structure. 238 * @path: address of iucv path structure 240 * Frees a path structure. 249 * @path: address of iucv path structure 250 * @handler: address of iucv handler structure [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | hw-txe.c | 56 * @hw: the txe hardware structure 72 * @hw: the txe hardware structure 89 * @hw: the txe hardware structure 104 * @hw: the txe hardware structure 119 * @hw: the txe hardware structure 133 * @hw: the txe hardware structure 146 * @dev: the device structure 176 * @dev: the device structure 195 * @dev: the device structure 212 * @dev: the device structure [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_wext.c | 80 * @param freq A pointer to iw_freq structure 139 * @param dev A pointer to net_device structure 140 * @param info A pointer to iw_request_info structure 141 * @param dwrq A pointer to iw_point structure 168 * @param dev A pointer to net_device structure 169 * @param info A pointer to iw_request_info structure 170 * @param dwrq A pointer to iw_point structure 201 * @param dev A pointer to net_device structure 202 * @param info A pointer to iw_request_info structure 221 * @param dev A pointer to net_device structure [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | prism2mib.c | 240 * wlandev wlan device structure 356 * wlandev wlan device structure. 357 * priv "priv" structure. 358 * hw "hw" structure. 359 * msg Message structure. 406 * wlandev wlan device structure. 407 * priv "priv" structure. 408 * hw "hw" structure. 409 * msg Message structure. 453 * wlandev wlan device structure. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tc/ |
| H A D | tc-driver.c | 21 * @drv: the driver structure to register 23 * Adds the driver structure to the list of registered drivers 36 * @drv: the driver structure to unregister 38 * Deletes the driver structure from the list of registered TC drivers, 50 * tc_match_device - tell if a TC device structure has a matching 51 * TC device ID structure 53 * @tdev: the TC device structure to match against 57 * tc_device_id structure or %NULL if there is no match. 76 * tc_bus_match - Tell if a device structure has a matching 77 * TC device ID structure [all …]
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | edac_device.h | 83 /* edac_dev_sysfs_attribute structure 94 /* edac_dev_sysfs_block_attribute structure 98 * each block in each instance of the containing control structure 116 /* device block control structure */ 132 /* device instance control structure */ 148 * Abstract edac_device control info structure 193 struct device *dev; /* pointer to device structure */ 214 /* Number of instances supported on this control structure 224 * device this structure controls 229 /* To get from the instance's wq to the beginning of the ctl structure */ [all …]
|