Home
last modified time | relevance | path

Searched full:registered (Results 1 – 25 of 4827) sorted by relevance

12345678910>>...194

/kernel/liteos_m/components/lmk/
Dlos_lmk.h54 * Lmk error code: LosLmkOpsNode already registered.
63 * Lmk error code: LosLmkOpsNode not yet registered.
72 * Lmk error code: Failed to free memory by invoking the registered functions.
81 * Lmk error code: The registered free memory functions have been invoked.
90 * Lmk error code: Failed to restore the killed tasks by invoking the registered functions.
114 LOS_DL_LIST lmkOpsList; /**< The registered LosLmkOpsNode will be inserted in this list. */
124 * can be registered only once.
128 * @param lmkNode [IN] The LosLmkOpsNode node to be registered.
130 * @retval LOS_OK The LosLmkOpsNode node is registered successfully.
132 * @retval LOS_ERRNO_LMK_ALREADY_REGISTERED The LosLmkOpsNode node already registered.
[all …]
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
Dcoresight-syscfg.h30 * registered with the system as supporting configuration management.
36 * @csdev_desc_list: List of coresight devices registered with the configuration manager.
37 * @feat_desc_list: List of feature descriptors to load into registered devices.
38 * @config_desc_list: List of system configuration descriptors to load into registered devices.
63 * List entry for Coresight devices that are registered as supporting complex
66 * @csdev: The registered device.
68 * @ops: Operations supported by the registered device.
/kernel/linux/linux-5.10/Documentation/block/
Dpr.rst34 Only initiators with a registered key can write to the device,
38 Only initiators with a registered key can access the device.
42 Only initiators with a registered key can write to the device,
44 All initiators with a registered key are considered reservation
50 Only initiators with a registered key can access the device.
51 All initiators with a registered key are considered reservation
106 registered with the device and drops any existing reservation.
/kernel/linux/linux-6.6/Documentation/block/
Dpr.rst34 Only initiators with a registered key can write to the device,
38 Only initiators with a registered key can access the device.
42 Only initiators with a registered key can write to the device,
44 All initiators with a registered key are considered reservation
50 Only initiators with a registered key can access the device.
51 All initiators with a registered key are considered reservation
106 registered with the device and drops any existing reservation.
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
Dnotify.c30 * effectively registered for an event, so that no support structures or chains
31 * are allocated until at least one user has registered a notifier_block for
33 * level only after at least one user has registered, and it is shutdown after
38 * for still to be registered events are instead kept in the dedicated common
66 * param to the user callback provided by the registered notifier_block, so that
212 * all the registered protocol-level specific information
278 * @registered_events: A dynamically allocated array holding all the registered
284 * descriptors registered for this protocol
291 * Once these descriptors are successfully registered, they are NEVER again
324 * All registered events are represented by one of these structures that are
[all …]
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
Dnotify.c30 * effectively registered for an event, so that no support structures or chains
31 * are allocated until at least one user has registered a notifier_block for
33 * level only after at least one user has registered, and it is shutdown after
38 * for still to be registered events are instead kept in the dedicated common
66 * param to the user callback provided by the registered notifier_block, so that
211 * all the registered protocol-level specific information
277 * @registered_events: A dynamically allocated array holding all the registered
282 * descriptors registered for this protocol
289 * Once these descriptors are successfully registered, they are NEVER again
321 * All registered events are represented by one of these structures that are
[all …]
/kernel/linux/linux-6.6/include/media/
Dmedia-device.h33 * registered with the media device. This handler is intended for creating
89 * @id: Unique ID used on the last registered graph object
93 * @entities: List of registered entities
94 * @interfaces: List of registered interfaces
95 * @pads: List of registered pads
96 * @links: List of registered links
97 * @entity_notify: List of registered entity_notify callbacks
138 * handler when &media_device is registered or when
167 /* notify callback list invoked when a new entity is registered */
266 * #) Unregistering a media device that hasn't been registered is **NOT** safe.
[all …]
/kernel/linux/linux-5.10/include/media/
Dmedia-device.h32 * registered with the media device. This handler is intended for creating
88 * @id: Unique ID used on the last registered graph object
92 * @entities: List of registered entities
93 * @interfaces: List of registered interfaces
94 * @pads: List of registered pads
95 * @links: List of registered links
96 * @entity_notify: List of registered entity_notify callbacks
137 * handler when &media_device is registered or when
166 /* notify callback list invoked when a new entity is registered */
275 * #) Unregistering a media device that hasn't been registered is **NOT** safe.
[all …]
/kernel/linux/linux-5.10/drivers/cpuidle/
Ddriver.c33 * registered for @cpu.
44 * For each CPU in the driver's CPU mask, unset the registered driver per CPU
45 * variable. If @drv is different from the registered driver, the corresponding
95 * previously registered.
106 * Returns 0 on success, -EBUSY if the driver is already registered.
123 * registered driver, do nothing.
291 * match the currently registered driver.
316 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered.
332 * cpuidle_get_cpu_driver - return the driver registered for a CPU.
335 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
Dfc_gs.h76 FC_FS_EXP_PID = 0x01, /* port ID not registered */
77 FC_FS_EXP_PNAM = 0x02, /* port name not registered */
78 FC_FS_EXP_NNAM = 0x03, /* node name not registered */
79 FC_FS_EXP_COS = 0x04, /* class of service not registered */
80 FC_FS_EXP_FTNR = 0x07, /* FC-4 types not registered */
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_gs.h76 FC_FS_EXP_PID = 0x01, /* port ID not registered */
77 FC_FS_EXP_PNAM = 0x02, /* port name not registered */
78 FC_FS_EXP_NNAM = 0x03, /* node name not registered */
79 FC_FS_EXP_COS = 0x04, /* class of service not registered */
80 FC_FS_EXP_FTNR = 0x07, /* FC-4 types not registered */
/kernel/linux/linux-6.6/Documentation/driver-api/driver-model/
Dporting.rst24 The generic objects must be registered with the driver model core. By
127 When devices are discovered or registered with the bus type, the
141 The order of this list is determined by the parent of registered
167 Once the generic device has been initialized, it can be registered
185 When the device is registered, a directory in sysfs is created.
309 is registered::
331 registered with the bus at any time. When registration happens,
336 bus driver compares these IDs to the IDs of devices registered with it.
350 When a device is registered, the bus's list of drivers is iterated
353 When a driver is registered, the bus's list of devices is iterated
[all …]
Dplatform.rst76 If one of the drivers fails to register, all drivers registered up to that
93 but in some cases extra devices might be registered. For example, a kernel
175 - Whenever a device is registered, the drivers for that bus are
176 checked for matches. Platform devices should be registered very
179 - When a driver is registered using platform_driver_register(), all
201 should be hardware configuration for the serial port. Devices registered
208 User specified early platform devices will be registered at this point.
227 automatically registered during step 2 or 3. The serial driver example
233 registered early platform devices associated with a certain class with
234 registered early platform drivers. Matched devices will get probed().
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/
Dporting.rst24 The generic objects must be registered with the driver model core. By
127 When devices are discovered or registered with the bus type, the
141 The order of this list is determined by the parent of registered
167 Once the generic device has been initialized, it can be registered
185 When the device is registered, a directory in sysfs is created.
309 is registered::
331 registered with the bus at any time. When registration happens,
336 bus driver compares these IDs to the IDs of devices registered with it.
350 When a device is registered, the bus's list of drivers is iterated
353 When a driver is registered, the bus's list of devices is iterated
[all …]
Dplatform.rst76 If one of the drivers fails to register, all drivers registered up to that
93 but in some cases extra devices might be registered. For example, a kernel
175 - Whenever a device is registered, the drivers for that bus are
176 checked for matches. Platform devices should be registered very
179 - When a driver is registered using platform_driver_register(), all
201 should be hardware configuration for the serial port. Devices registered
208 User specified early platform devices will be registered at this point.
227 automatically registered during step 2 or 3. The serial driver example
233 registered early platform devices associated with a certain class with
234 registered early platform drivers. Matched devices will get probed().
/kernel/linux/linux-6.6/drivers/cpuidle/
Ddriver.c33 * registered for @cpu.
44 * For each CPU in the driver's CPU mask, unset the registered driver per CPU
45 * variable. If @drv is different from the registered driver, the corresponding
95 * previously registered.
106 * Returns 0 on success, -EBUSY if the driver is already registered.
123 * registered driver, do nothing.
299 * match the currently registered driver.
324 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered.
340 * cpuidle_get_cpu_driver - return the driver registered for a CPU.
343 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered
/kernel/linux/linux-6.6/include/uapi/linux/
Dif_ether.h55 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */
58 #define ETH_P_BATMAN 0x4305 /* B.A.T.M.A.N.-Advanced packet [ NOT AN OFFICIALLY REGISTERED ID ] */
114 #define ETH_P_QINQ1 0x9100 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
115 #define ETH_P_QINQ2 0x9200 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
116 #define ETH_P_QINQ3 0x9300 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
117 #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
118 #define ETH_P_DSA_8021Q 0xDADB /* Fake VLAN Header for DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
119 #define ETH_P_DSA_A5PSW 0xE001 /* A5PSW Tag Value [ NOT AN OFFICIALLY REGISTERED ID ] */
121 #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */
Drseq.h67 * registered this data structure. Aligned on 32-bit. Always
79 * field should only be read by the thread which registered this
107 * thread which registered this data structure. Aligned on 64-bit.
118 * registered this data structure. Read by the kernel.
137 * only be read by the thread which registered this data structure.
145 * only be read by the thread which registered this data structure.
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_dbgmgr.c118 /* Is the requests coming from the already registered process? */ in kfd_dbgmgr_unregister()
120 pr_debug("H/W debugger is not registered by calling pasid 0x%x\n", in kfd_dbgmgr_unregister()
135 /* Is the requests coming from the already registered process? */ in kfd_dbgmgr_wave_control()
137 pr_debug("H/W debugger support was not registered for requester pasid 0x%x\n", in kfd_dbgmgr_wave_control()
148 /* Is the requests coming from the already registered process? */ in kfd_dbgmgr_address_watch()
150 pr_debug("H/W debugger support was not registered for requester pasid 0x%x\n", in kfd_dbgmgr_address_watch()
/kernel/linux/linux-6.6/Documentation/mm/
Dfree_page_reporting.rst17 page reporting devices are already registered.
19 Once registered the page reporting API will begin reporting batches of
21 the interface is registered and will continue to do so 2 seconds after any
35 registered it is possible for it to resume where the previous driver had
/kernel/linux/linux-5.10/Documentation/vm/
Dfree_page_reporting.rst19 page reporting devices are already registered.
21 Once registered the page reporting API will begin reporting batches of
23 the interface is registered and will continue to do so 2 seconds after any
37 registered it is possible for it to resume where the previous driver had
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
Drseq-abi.h67 * registered this data structure. Aligned on 32-bit. Always
79 * field should only be read by the thread which registered this
107 * thread which registered this data structure. Aligned on 64-bit.
134 * registered this data structure. Read by the kernel.
153 * only be read by the thread which registered this data structure.
161 * only be read by the thread which registered this data structure.
/kernel/linux/linux-6.6/drivers/extcon/
Ddevres.c107 * @edev: the extcon device to be registered
113 * If extcon device is registered with this function and the device needs to be
145 * Unregister extcon device that is registered with devm_extcon_dev_register()
160 * @nb: a notifier block to be registered
204 * @nb: a notifier block to be registered
220 * @nb: a notifier block to be registered
258 * @nb: a notifier block to be registered
/kernel/linux/linux-5.10/drivers/extcon/
Ddevres.c107 * @edev: the extcon device to be registered
113 * If extcon device is registered with this function and the device needs to be
145 * Unregister extcon device that is registered with devm_extcon_dev_register()
160 * @nb: a notifier block to be registered
204 * @nb: a notifier block to be registered
220 * @nb: a notifier block to be registered
258 * @nb: a notifier block to be registered
/kernel/linux/linux-6.6/tools/testing/kunit/test_data/
Dtest_is_test_passed-no_tests_run_no_header.log33 io scheduler noop registered
34 io scheduler deadline registered
35 io scheduler cfq registered (default)
36 io scheduler mq-deadline registered
37 io scheduler kyber registered

12345678910>>...194