Home
last modified time | relevance | path

Searched full:operation (Results 1 – 25 of 5742) sorted by relevance

12345678910>>...230

/openbmc/linux/drivers/greybus/
H A Doperation.c22 /* Workqueue to handle Greybus operation completions. */
29 * Protects updates to operation->errno.
33 static int gb_operation_response_send(struct gb_operation *operation,
37 * Increment operation active count and add to connection list unless the
40 * Caller holds operation reference.
42 static int gb_operation_get_active(struct gb_operation *operation) in gb_operation_get_active() argument
44 struct gb_connection *connection = operation->connection; in gb_operation_get_active()
52 if (gb_operation_is_incoming(operation)) in gb_operation_get_active()
56 if (!gb_operation_is_core(operation)) in gb_operation_get_active()
63 if (operation->active++ == 0) in gb_operation_get_active()
[all …]
/openbmc/linux/include/linux/
H A Dccp.h46 * ccp_enqueue_cmd - queue an operation for processing by the CCP
62 * the result of the operation.
106 * ccp_aes_mode - AES operation mode
130 * ccp_aes_mode - AES operation mode
132 * @CCP_AES_ACTION_DECRYPT: AES decrypt operation
133 * @CCP_AES_ACTION_ENCRYPT: AES encrypt operation
145 * struct ccp_aes_engine - CCP AES operation
146 * @type: AES operation key size
147 * @mode: AES operation mode
148 * @action: AES operation (decrypt/encrypt)
[all …]
/openbmc/linux/include/linux/greybus/
H A Doperation.h25 * The top bit of the type in an operation message header indicates
53 struct gb_operation *operation; member
73 * A Greybus operation is a remote procedure call performed over a
76 * Every operation consists of a request message sent to the other
78 * the sender. Every operation has a type, whose interpretation is
81 * Only four things in an operation structure are intended to be
82 * directly usable by protocol handlers: the operation's connection
83 * pointer; the operation type; the request message payload (and
87 * In addition, every operation has a result, which is an errno
88 * value. Protocol handlers access the operation result using
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/
H A Dpipeline.json21 …"PublicDescription": "No operation issued due to the frontend, cache miss. This event counts every…
24 …"BriefDescription": "No operation issued due to the frontend, cache miss. This event counts every …
27 …"PublicDescription": "No operation issued due to the frontend, TLB miss. This event counts every c…
30 …"BriefDescription": "No operation issued due to the frontend, TLB miss. This event counts every cy…
33 "PublicDescription": "No operation issued due to the frontend, pre-decode error",
36 "BriefDescription": "No operation issued due to the frontend, pre-decode error"
39 …blicDescription": "No operation issued due to the backend interlock. This event counts every cycle…
42 …riefDescription": "No operation issued due to the backend interlock. This event counts every cycle…
45 …Description": "No operation issued due to the backend, address interlock. This event counts every …
48 …Description": "No operation issued due to the backend, address interlock. This event counts every …
[all …]
/openbmc/linux/drivers/acpi/pmic/
H A DKconfig4 bool "PMIC (Power Management Integrated Circuit) operation region support"
6 Select this option to enable support for ACPI operation
7 region of the PMIC chip. The operation region can be used
14 bool "ACPI operation region support for Bay Trail Crystal Cove PMIC"
17 This config adds ACPI operation region support for the Bay Trail
21 bool "ACPI operation region support for Cherry Trail Crystal Cove PMIC"
24 This config adds ACPI operation region support for the Cherry Trail
28 bool "ACPI operation region support for XPower AXP288 PMIC"
31 This config adds ACPI operation region support for XPower AXP288 PMIC.
34 bool "ACPI operation region support for BXT WhiskeyCove PMIC"
[all …]
/openbmc/linux/include/trace/events/
H A Dblock.h69 * @rq: block IO operation request
71 * The block operation request @rq is being placed back into queue
138 * block_rq_complete - block IO operation completed by device driver
144 * of operation request has been completed by the device driver. If
157 * block_rq_error - block IO operation error reported by device driver
163 * of operation request has failed as reported by the device driver.
207 * block_rq_insert - insert block operation request into queue
208 * @rq: block IO operation request
210 * Called immediately before block operation request @rq is inserted
211 * into queue @q. The fields in the operation request @rq struct can
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
H A Dpipeline.json9 …"PublicDescription": "No operation issued due to the frontend, cache miss.This event counts every …
12 …"BriefDescription": "No operation issued due to the frontend, cache miss.This event counts every c…
15 …"PublicDescription": "No operation issued due to the frontend, TLB miss.This event counts every cy…
18 …"BriefDescription": "No operation issued due to the frontend, TLB miss.This event counts every cyc…
21 …"PublicDescription": "No operation issued due to the frontend, pre-decode error.This event counts …
24 …"BriefDescription": "No operation issued due to the frontend, pre-decode error.This event counts e…
27 …"PublicDescription": "No operation issued due to the backend interlock.This event counts every cyc…
30 …"BriefDescription": "No operation issued due to the backend interlock.This event counts every cycl…
33 …"PublicDescription": "No operation issued due to the backend, interlock, AGU.This event counts eve…
36 …"BriefDescription": "No operation issued due to the backend, interlock, AGU.This event counts ever…
[all …]
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6dsp-errno.h7 /* Success. The operation completed with no errors. */
11 /* Bad operation parameter. */
13 /* Unsupported routine or operation. */
25 /* Operation is already processed. */
27 /* Operation is not ready to be processed. */
29 /* Operation is pending completion. */
31 /* Operation could not be accepted or processed. */
33 /* Operation aborted due to an error. */
35 /* Operation preempted by a higher priority. */
37 /* Operation requests intervention to complete. */
[all …]
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c29 /* operation registers */
30 #define UNIPHIER_SSCOPE 0x506c0244 /* Cache Operation Primitive Entry */
56 #define UNIPHIER_SSCOQAD 0x506c024c /* Cache Operation Queue Address */
57 #define UNIPHIER_SSCOQSZ 0x506c0250 /* Cache Operation Queue Size */
58 #define UNIPHIER_SSCOQMASK 0x506c0254 /* Cache Operation Queue Address Mask */
59 #define UNIPHIER_SSCOQWN 0x506c0258 /* Cache Operation Queue Way Number */
60 #define UNIPHIER_SSCOPPQSEF 0x506c025c /* Cache Operation Queue Set Complete */
63 #define UNIPHIER_SSCOLPQS 0x506c0260 /* Cache Operation Queue Status */
87 * uniphier_cache_maint_common - run a queue operation
89 * @start: start address of range operation (don't care for "all" operation)
[all …]
/openbmc/entity-manager/src/
H A Dexpression.cpp25 std::optional<Operation> parseOperation(std::string& op) in parseOperation()
29 return Operation::addition; in parseOperation()
33 return Operation::subtraction; in parseOperation()
37 return Operation::multiplication; in parseOperation()
41 return Operation::modulo; in parseOperation()
45 return Operation::division; in parseOperation()
51 int evaluate(int a, Operation op, int b) in evaluate()
55 case Operation::addition: in evaluate()
59 case Operation::subtraction: in evaluate()
63 case Operation::multiplication: in evaluate()
[all …]
/openbmc/linux/arch/arm/mm/
H A Dcache-uniphier.c31 /* operation registers */
32 #define UNIPHIER_SSCOPE 0x244 /* Cache Operation Primitive Entry */
38 #define UNIPHIER_SSCOQM 0x248 /* Cache Operation Queue Mode */
46 #define UNIPHIER_SSCOQAD 0x24c /* Cache Operation Queue Address */
47 #define UNIPHIER_SSCOQSZ 0x250 /* Cache Operation Queue Size */
48 #define UNIPHIER_SSCOPPQSEF 0x25c /* Cache Operation Queue Set Complete*/
51 #define UNIPHIER_SSCOLPQS 0x260 /* Cache Operation Queue Status */
56 /* Is the operation region specified by address range? */
65 * @op_base: virtual base address of operation registers
71 * @range_op_max_size: max size that can be handled by a single range operation
[all …]
/openbmc/u-boot/include/
H A Dtpm_api.h19 * Return: return code of the operation
27 * Return: return code of the operation
35 * Return: return code of the operation
48 * Return: return code of the operation
61 * Return: return code of the operation
74 * Return: return code of the operation
90 * Return: return code of the operation
102 * Return: return code of the operation
112 * Return: return code of the operation
122 * Return: return code of the operation
[all …]
H A Dtpm-v1.h290 * Return: return code of the operation
298 * Return: return code of the operation
306 * Return: return code of the operation
319 * Return: return code of the operation
332 * Return: return code of the operation
345 * Return: return code of the operation
359 * Return: return code of the operation
371 * Return: return code of the operation
381 * Return: return code of the operation
391 * Return: return code of the operation
[all …]
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot170 [Documentation] Ensure firmware update is successful when interrupted operation performed like
173 [Template] Verify Redfish Code Update With Different Interrupted Operation
174 [Teardown] Code Update Interrupted Operation Teardown
176 # operation count
181 [Documentation] Ensure firmware update is successful when interrupted operation performed like
184 [Template] Verify Redfish Code Update With Different Interrupted Operation
185 [Teardown] Code Update Interrupted Operation Teardown
187 # operation count
192 [Documentation] Ensure firmware update is successful when interrupted operation performed like
195 [Template] Verify Redfish Code Update With Different Interrupted Operation
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/
H A Drecommended.json213 "PublicDescription": "Exclusive operation speculatively executed, LDREX or LDX",
216 "BriefDescription": "Exclusive operation speculatively executed, LDREX or LDX"
219 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX pass",
222 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX pass"
225 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX fail",
228 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX fail"
231 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX",
234 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX"
237 "PublicDescription": "Operation speculatively executed, load",
240 "BriefDescription": "Operation speculatively executed, load"
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
H A Dcore-imp-def.json105 …"PublicDescription": "No any micro operation is issued and meanwhile any load operation is not res…
108 …"BriefDescription": "No any micro operation is issued and meanwhile any load operation is not reso…
111 …"PublicDescription": "No any micro operation is issued and meanwhile there is any load operation m…
114 …"BriefDescription": "No any micro operation is issued and meanwhile there is any load operation mi…
117 …"PublicDescription": "No any micro operation is issued and meanwhile there is any load operation m…
120 …"BriefDescription": "No any micro operation is issued and meanwhile there is any load operation mi…
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c8 /* save one operation at the end for additional operation at list change */
44 gcl->operation[index].properties = properties; in tsnep_write_gcl_operation()
45 gcl->operation[index].interval = interval; in tsnep_write_gcl_operation()
63 * - change is triggered at start of operation (minimum one operation) in tsnep_change_duration()
64 * - operation with adjusted interval is inserted on demand to exactly in tsnep_change_duration()
68 * operation in tsnep_change_duration()
75 duration += gcl->operation[index].interval; in tsnep_change_duration()
114 * - change duration of last operation in tsnep_write_gcl()
162 /* previous operation triggers change and properties are evaluated at in tsnep_set_gcl_change()
163 * start of operation in tsnep_set_gcl_change()
[all …]
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp106 … "Indicates that the action supplied with the `POST` operation is not supported by the resource.",
126 …ction with only one instance of the action parameter in the request body if the operation failed.",
152 "Remove the parameter supplied and resubmit the request if the operation failed.",
165 … "Correct the invalid action parameter and resubmit the request if the operation failed.",
191 …the value for the parameter in the request body and resubmit the request if the operation failed.",
205 …the value for the parameter in the request body and resubmit the request if the operation failed.",
219 …ration list that the implementation can support and resubmit the request if the operation failed.",
233 …the value for the parameter in the request body and resubmit the request if the operation failed.",
247 …the value for the parameter in the request body and resubmit the request if the operation failed.",
334 …"Indicates that a create operation was attempted on a resource but that properties that are requir…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json3 "PublicDescription": "This event counts the occurrence count of the micro-operation split.",
6 "BriefDescription": "This event counts the occurrence count of the micro-operation split."
9 …vent counts every cycle that no operation was committed because the oldest and uncommitted load/st…
12 …vent counts every cycle that no operation was committed because the oldest and uncommitted load/st…
15 …struction was committed because the oldest and uncommitted integer load operation waits for memory…
18 …struction was committed because the oldest and uncommitted integer load operation waits for memory…
21 …on was committed because the oldest and uncommitted load/store/prefetch operation waits for L2 cac…
24 …on was committed because the oldest and uncommitted load/store/prefetch operation waits for L2 cac…
27 …struction was committed because the oldest and uncommitted integer load operation waits for L2 cac…
30 …struction was committed because the oldest and uncommitted integer load operation waits for L2 cac…
[all …]
/openbmc/linux/tools/memory-model/Documentation/
H A Dcheatsheet.txt1 Prior Operation Subsequent Operation
8 Relaxed RMW operation Y Y Y Y
20 Key: Relaxed: A relaxed operation is either READ_ONCE(), WRITE_ONCE(),
21 a *_relaxed() RMW operation, an unsuccessful RMW
22 operation, a non-value-returning RMW operation such
30 a: Provides ordering given intervening RMW atomic operation
33 RMW: Atomic read-modify-write operation
/openbmc/linux/security/tomoyo/
H A Dfile.c169 [r->param.path.operation], in tomoyo_audit_path_log()
183 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log()
199 [tomoyo_pnnn2mac[r->param.mkdev.operation]], in tomoyo_audit_mkdev_log()
214 const u8 type = r->param.path_number.operation; in tomoyo_audit_path_number_log()
241 * tomoyo_check_path_acl - Check permission for path operation.
258 if (acl->perm & (1 << r->param.path.operation)) { in tomoyo_check_path_acl()
268 * tomoyo_check_path_number_acl - Check permission for path number operation.
281 return (acl->perm & (1 << r->param.path_number.operation)) && in tomoyo_check_path_number_acl()
289 * tomoyo_check_path2_acl - Check permission for path path operation.
302 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_acl()
[all …]
/openbmc/linux/include/media/
H A Dv4l2-device.h29 * @notify: notify operation called by some sub-devices.
273 * __v4l2_device_call_subdevs_p - Calls the specified operation for
282 * @f: operation function that will be called if @cond matches.
283 * The operation functions are defined in groups, according to
300 * __v4l2_device_call_subdevs - Calls the specified operation for
307 * @f: operation function that will be called if @cond matches.
308 * The operation functions are defined in groups, according to
326 * __v4l2_device_call_subdevs_until_err_p - Calls the specified operation for
335 * @f: operation function that will be called if @cond matches.
336 * The operation functions are defined in groups, according to
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPrivilegeRegistry.v1_1_5.json133 "description": "The privilege required to complete an HTTP `DELETE` operation.",
137 …ion": "This property shall contain the privilege required to complete an HTTP `DELETE` operation.",
141 "description": "The privilege required to complete an HTTP `GET` operation.",
145 …iption": "This property shall contain the privilege required to complete an HTTP `GET` operation.",
149 "description": "The privilege required to complete an HTTP `HEAD` operation.",
153 …ption": "This property shall contain the privilege required to complete an HTTP `HEAD` operation.",
157 "description": "The privilege required to complete an HTTP `PATCH` operation.",
161 …tion": "This property shall contain the privilege required to complete an HTTP `PATCH` operation.",
165 "description": "The privilege required to complete an HTTP `POST` operation.",
169 …ption": "This property shall contain the privilege required to complete an HTTP `POST` operation.",
[all …]
/openbmc/linux/include/crypto/
H A Dakcipher.h27 * depending on the operation.
28 * After operation it will be updated with the actual size of the
31 * it will be updated to the size required for the operation.
63 * @verify_cnt: number of verify operation
80 * @sign: Function performs a sign operation as defined by public key
83 * operation
84 * @verify: Function performs a complete verify operation as defined by
87 * @encrypt: Function performs an encrypt operation as defined by public key
90 * operation
91 * @decrypt: Function performs a decrypt operation as defined by public key
[all …]
/openbmc/linux/Documentation/crypto/
H A Dasync-tx-api.rst17 3.4 When does the operation execute?
18 3.5 When does the operation complete?
35 that is written to the API can optimize for asynchronous operation and
51 operation will be offloaded when an engine is available and carried out
55 API automatically handles cases where the transition from one operation
57 3. dmaengine extensions to support multiple clients and operation types
69 async_<operation>(<op specific parameters>, struct async_submit_ctl *submit)
94 The return value is non-NULL and points to a 'descriptor' when the operation
109 3.4 When does the operation execute?
113 async_<operation> call. Offload engine drivers batch operations to
[all …]

12345678910>>...230