/kernel/liteos_a/kernel/include/ |
D | los_swtmr.h | 113 * Software timer error code: The software timer is not created. 163 * Software timer error code: The software timer queue fails to be created. 167 * Solution: Check whether more memory can be allocated to the queue to be created. 173 * Software timer error code: The software timer task fails to be created. 219 * Software timer error code: The software sortlink fails to be created. 290 * <li>The specific timer must be created first</li> 293 * @param swtmrID [IN] Software timer ID created by LOS_SwtmrCreate. The value of ID should be in 297 * @retval #LOS_ERRNO_SWTMR_NOT_CREATED The software timer is not created. 314 * <li>The specific timer should be created and started firstly.</li> 317 * @param swtmrID [IN] Software timer ID created by LOS_SwtmrCreate. The value of ID should be in [all …]
|
D | los_queue.h | 77 * in the queue to be created. 83 * Queue error code: The size of the biggest message in the created queue is too big. 87 * Solution: Change the size of the biggest message in the created queue. 93 * Queue error code: The upper limit of the number of created queues is exceeded. 154 * Queue error code: The queue is not created. 363 * @param queueID [OUT] ID of the queue control structure that is successfully created. 367 * @retval #LOS_OK The message queue is successfully created. 368 …* @retval #LOS_ERRNO_QUEUE_CB_UNAVAILABLE The upper limit of the number of created queues is … 393 * <li>The specific queue should be created firstly.</li> 403 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is [all …]
|
/kernel/liteos_m/kernel/include/ |
D | los_swtmr.h | 112 * Software timer error code: The software timer is not created. 162 * Software timer error code: The software timer queue fails to be created. 166 * Solution: Check whether more memory can be allocated to the queue to be created. 172 * Software timer error code: The software timer task fails to be created. 297 * <li>The specific timer must be created first</li> 300 * @param swtmrID [IN] Software timer ID created by LOS_SwtmrCreate. 303 * @retval #LOS_ERRNO_SWTMR_NOT_CREATED The software timer is not created. 320 * <li>The specific timer should be created and started firstly.</li> 323 * @param swtmrID [IN] Software timer ID created by LOS_SwtmrCreate. 326 * @retval #LOS_ERRNO_SWTMR_NOT_CREATED The software timer is not created. [all …]
|
D | los_queue.h | 77 * in the queue to be created. 83 * Queue error code: The size of the biggest message in the created queue is too big. 87 * Solution: Change the size of the biggest message in the created queue. 93 * Queue error code: The upper limit of the number of created queues is exceeded. 154 * Queue error code: The queue is not created. 386 * @param queueID [OUT] ID of the queue control structure that is successfully created. 390 * @retval #LOS_OK The message queue is successfully created. 391 …* @retval #LOS_ERRNO_QUEUE_CB_UNAVAILABLE The upper limit of the number of created queues … 419 * @param queueID [OUT] ID of the queue control structure that is successfully created. 424 * @retval #LOS_OK The message queue is successfully created. [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-vfio-mdev | 9 Each supported type is a directory whose name is created 41 devices sysfs entries which are created of this <type-id>. 48 devices of type <type-id> that can be created. This is a 53 the number of available instances could be created before 69 mediated device that will get created of type <type-id>. 81 mediated device that will get created of type <type-id>. 102 directory of which this mediated device is created.
|
/kernel/linux/linux-5.10/include/sound/ |
D | seq_virmidi.h | 16 * This instance is created at each time the midi device file is 46 int client; /* created/attached client */ 47 int port; /* created/attached port */ 56 * attached sequencer port. sequencer port is not created 61 * sequencer port is created in virmidi.
|
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
D | binding.rst | 63 A symlink is created in the bus's 'devices' directory that points to 66 A symlink is created in the driver's 'devices' directory that points 69 A directory for the device is created in the class's directory. A 70 symlink is created in that directory that points to the device's 73 A symlink can be created (though this isn't done yet) in the device's 75 top-level directory. One can also be created to point to its driver's
|
/kernel/linux/linux-5.10/Documentation/PCI/endpoint/ |
D | pci-endpoint-cfs.rst | 39 entries corresponding to EPF driver will be created by the EPF core. 55 (These entries are created by the framework when any new <EPF Device> is 56 created) 76 entries corresponding to EPC device will be created by the EPC core. 90 <EPF Device>. These symbolic links should be created by the user to 96 all the EPF devices are created and linked with the EPC device.
|
/kernel/linux/linux-5.10/drivers/extcon/ |
D | devres.c | 54 * @dev: the device owning the extcon device being created 91 * @dev: the device owning the extcon device being created 106 * @dev: the device owning the extcon device being created 142 * @dev: the device owning the extcon device being created 157 * @dev: the device owning the extcon device being created 201 * @dev: the device owning the extcon device being created 218 * @dev: the device owning the extcon device being created 256 * @dev: the device owning the extcon device being created
|
/kernel/liteos_a/compat/posix/src/ |
D | pthread.c | 171 LosTaskCB *taskCB, _pthread_data *created) in SetPthreadDataAttr() argument 173 created->attr = *userAttr; in SetPthreadDataAttr() 174 created->id = threadID; in SetPthreadDataAttr() 175 created->task = taskCB; in SetPthreadDataAttr() 176 created->state = (userAttr->detachstate == PTHREAD_CREATE_JOINABLE) ? in SetPthreadDataAttr() 179 created->cancelstate = PTHREAD_CANCEL_ENABLE; in SetPthreadDataAttr() 180 created->canceltype = PTHREAD_CANCEL_DEFERRED; in SetPthreadDataAttr() 181 created->cancelbuffer = NULL; in SetPthreadDataAttr() 182 created->canceled = 0; in SetPthreadDataAttr() 183 created->freestack = 0; /* no use default : 0 */ in SetPthreadDataAttr() [all …]
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_property.h | 61 * Properties are created by one of the special functions, as explained in 93 * range. The range is unsigned. Range properties are created using 99 * range. The range is signed. Range properties are created using 108 * properties are created using drm_property_create_enum(). 114 * by the property. Bitmask properties are created using 123 * enforced by the core. Object properties are created using 132 * The binary blobs are created as KMS standalone objects, and blob 134 * object. Blob properties are created by calling 137 * Actual blob objects to contain blob data are created using 207 * drm_property_blob_put(). They are created using drm_property_create_blob().
|
/kernel/linux/linux-5.10/drivers/hv/ |
D | hv_debugfs.c | 67 pr_debug("debugfs_hyperv: file %s not created\n", buffer); in hv_debug_delay_files() 75 pr_debug("debugfs_hyperv: file %s not created\n", message); in hv_debug_delay_files() 94 pr_debug("debugfs_hyperv: file %s not created\n", status); in hv_debug_set_test_state() 119 pr_debug("debugfs_hyperv: hyperv/%s/ not created\n", in hv_debug_add_dev_dir() 128 pr_debug("debugfs_hyperv: hyperv/%s/%s/ not created\n", in hv_debug_add_dev_dir() 174 pr_debug("debugfs_hyperv: hyperv/ not created\n"); in hv_debug_init()
|
/kernel/linux/linux-5.10/drivers/greybus/ |
D | greybus_trace.h | 127 * Occurs after a new operation is created for an outgoing request 128 * has been successfully created. 133 * Occurs after a new core operation has been created. 138 * Occurs after a new operation has been created for an incoming 139 * request has been successfully created and initialized. 199 * Occurs after a new connection is successfully created. 268 * Occurs after a new bundle is successfully created. 332 * Occurs after a new interface is successfully created. 405 * Occurs after a new module is successfully created, before 416 * Occurs after a module is successfully created, before registering [all …]
|
/kernel/linux/linux-5.10/include/rdma/ |
D | restrack.h | 82 * There are two types of entities: created by user and created 85 * This is relevant for the entities created by users. 86 * For the entities created by kernel, this pointer will be NULL. 90 * @kern_name: name of owner for the kernel created entities.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | configfs.rst | 21 With sysfs, an object is created in kernel (for example, when a device 25 write(2). The important point is that the object is created and 29 A configfs config_item is created via an explicit userspace operation: 54 An item is created via mkdir(2). The item's attributes will also 98 A fakenbd connection can be created with mkdir(2). The name is 127 Items are created and destroyed inside a config_group. A group is a 129 Items are created by mkdir(2) and removed by rmdir(2), but configfs 166 Whether statically defined in a source file or created by a parent 263 A config_item cannot live in a vacuum. The only way one can be created 357 The group is where child config_items are created. For a subsystem, [all …]
|
D | debugfs.rst | 39 created in the debugfs root. On success, the return value is a struct 58 the return value will be a dentry pointer to the created file, 76 created with any of:: 154 any code which does so in the mainline. Note that all files created with 198 of its elements. Note: Once array is created its size can not be changed. 226 Symbolic links can be created with debugfs_create_symlink(). 229 there is no automatic cleanup of any directories created in debugfs. If a 242 pointer for every debugfs file they created so that all files could be
|
D | hpfs.rst | 71 well. If you create 'a. ...', the file 'a' will be created, but you can still 84 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only 86 options are created. Once created, the extended attributes are never deleted, 93 special 4-byte extended attribute "DEV" will be created containing the device 118 file has a pointer to codepage its name is in. However OS/2 was created in 121 Once I booted English OS/2 working in cp 850 and I created a file on my 852 126 really what IBM developers wanted? But problems continued. When I created in 193 Old versions of this driver created sometimes unbalanced dnode trees. OS/2 198 probably because of directories created with old version of this driver. 201 whole created by this driver, it is BUG - let me know about it. [all …]
|
D | sharedsubtree.rst | 385 which is clone of 'A', is created. Its root dentry is 'a' . 'C' is 387 are created and mounted at the dentry 'b' on all mounts where 'B' 389 created. This propagation tree is identical to the propagation tree of 394 which is clone of 'A', is created. Its root dentry is 'a'. 'C' is 396 are created and mounted at the dentry 'b' on all mounts where 'B' 402 mount 'C' which is clone of 'A', is created. Its root dentry is 'a' . 404 'C3' ... are created and mounted at the dentry 'b' on all mounts where 406 'C','C1',.. 'Cn' is created. This propagation tree is identical to the 415 unbindable) mount. A new mount 'C' which is clone of 'A', is created. 419 which is a clone of 'A' is created. Its root dentry is 'a'. 'C' is [all …]
|
/kernel/liteos_a/arch/arm/include/ |
D | los_hwi.h | 133 * Hardware interrupt error code: The interrupt has already been created. 137 …: Check whether the interrupt specified by the passed-in interrupt number has already been created. 164 * Hardware interrupt error code: The interrupt has already been created as a fast interrupt. 168 …: Check whether the interrupt specified by the passed-in interrupt number has already been created. 205 …e interrupt error code:The interrupt corresponded to the hwi number or devid has not been created. 371 * <li>OS_HWI_MAX_NUM specifies the maximum number of interrupts that can be created.</li> 390 …ERRNO_HWI_ALREADY_CREATED The interrupt handler being created has already been created. 391 * @retval #LOS_OK The interrupt is successfully created. 414 * <li>OS_HWI_MAX_NUM specifies the maximum number of interrupts that can be created.</li>
|
/kernel/linux/linux-5.10/Documentation/leds/ |
D | uleds.rst | 12 When the driver is loaded, a character device is created at /dev/uleds. To 22 A new LED class device will be created with the name given. The name can be 34 Multiple LED class devices are created by opening additional file handles to
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | net-add-if.rst | 36 ULE) and the interface number for the new interface to be created. When 38 created. 41 filled with the number of the created interface.
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | kobject.rst | 34 what happens to the kobject when it is created and destroyed. 123 The ktype is required for a kobject to be created properly, as every kobject 170 announce to the world that it has been created. This can be done with a 181 below), the uevent for **KOBJ_REMOVE** will be automatically created by the 207 the kernel will contain a run-time check for kobjects that are created 222 exception where a single kobject should be created. To create such an 237 Both types of attributes used here, with a kobject that has been created 239 special custom attribute is needed to be created. 250 kobject when its reference count reaches zero. The code which created the 259 the direct control of the code which created the kobject. So that code must [all …]
|
/kernel/liteos_a/fs/proc/include/ |
D | proc_fs.h | 175 * @param name [IN] Type #const char * The name of the node to be created. 177 * @param parent [IN] Type #struct ProcDirEntry * the parent node of the node to be created, 225 * @param name [IN] Type #const char * The name of the node directory to be created. 226 …param parent [IN] Type #struct ProcDirEntry * the parent node of the directory node to be created, 252 * @param name [IN] Type #const char * The name of the node to be created. 254 * @param parent [IN] Type #struct ProcDirEntry * the parent node of the node to be created. 281 * @param name [IN] Type #const char * The name of the node to be created. 283 * @param parent [IN] Type #struct ProcDirEntry * the parent node of the node to be created.
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | reuseport_dualstack.c | 163 fprintf(stderr, "---- UDP IPv4 created before IPv6 ----\n"); in main() 170 fprintf(stderr, "---- UDP IPv6 created before IPv4 ----\n"); in main() 180 fprintf(stderr, "---- UDP IPv4 created before IPv6 (large) ----\n"); in main() 187 fprintf(stderr, "---- UDP IPv6 created before IPv4 (large) ----\n"); in main() 194 fprintf(stderr, "---- TCP IPv4 created before IPv6 ----\n"); in main() 201 fprintf(stderr, "---- TCP IPv6 created before IPv4 ----\n"); in main()
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/ |
D | los_arch_interrupt.h | 112 * Hardware interrupt error code: The interrupt has already been created. 116 …: Check whether the interrupt specified by the passed-in interrupt number has already been created. 143 * Hardware interrupt error code: The interrupt has already been created as a fast interrupt. 147 …: Check whether the interrupt specified by the passed-in interrupt number has already been created. 185 …e interrupt error code:The interrupt corresponded to the hwi number or devid has not been created.
|