Home
last modified time | relevance | path

Searched refs:destination (Results 1 - 25 of 186) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Drsmisc.c41 void *destination; in acpi_rs_convert_aml_to_resource() local
77 * destination is the internal resource descriptor in acpi_rs_convert_aml_to_resource()
80 destination = in acpi_rs_convert_aml_to_resource()
105 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
113 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
121 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
129 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
136 ACPI_SET8(destination, item_count); in acpi_rs_convert_aml_to_resource()
145 ACPI_SET16(destination, item_count); in acpi_rs_convert_aml_to_resource()
158 ACPI_SET16(destination, item_coun in acpi_rs_convert_aml_to_resource()
451 void *destination; acpi_rs_convert_resource_to_aml() local
[all...]
H A Drsutils.c82 * PARAMETERS: destination - Pointer to the destination descriptor
96 acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) in acpi_rs_move_data() argument
115 memcpy(destination, source, item_count); in acpi_rs_move_data()
126 ACPI_MOVE_16_TO_16(&ACPI_CAST_PTR(u16, destination)[i], in acpi_rs_move_data()
132 ACPI_MOVE_32_TO_32(&ACPI_CAST_PTR(u32, destination)[i], in acpi_rs_move_data()
138 ACPI_MOVE_64_TO_64(&ACPI_CAST_PTR(u64, destination)[i], in acpi_rs_move_data()
236 * PARAMETERS: destination - Pointer to the destination string
246 static u16 acpi_rs_strcpy(char *destination, cha argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drsmisc.c41 void *destination; in acpi_rs_convert_aml_to_resource() local
75 * destination is the internal resource descriptor in acpi_rs_convert_aml_to_resource()
78 destination = in acpi_rs_convert_aml_to_resource()
103 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
111 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
119 ACPI_SET8(destination, in acpi_rs_convert_aml_to_resource()
126 ACPI_SET8(destination, item_count); in acpi_rs_convert_aml_to_resource()
135 ACPI_SET16(destination, item_count); in acpi_rs_convert_aml_to_resource()
148 ACPI_SET16(destination, item_count); in acpi_rs_convert_aml_to_resource()
154 ACPI_SET8(destination, item_coun in acpi_rs_convert_aml_to_resource()
439 void *destination; acpi_rs_convert_resource_to_aml() local
[all...]
H A Drsutils.c82 * PARAMETERS: destination - Pointer to the destination descriptor
96 acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) in acpi_rs_move_data() argument
115 memcpy(destination, source, item_count); in acpi_rs_move_data()
126 ACPI_MOVE_16_TO_16(&ACPI_CAST_PTR(u16, destination)[i], in acpi_rs_move_data()
132 ACPI_MOVE_32_TO_32(&ACPI_CAST_PTR(u32, destination)[i], in acpi_rs_move_data()
138 ACPI_MOVE_64_TO_64(&ACPI_CAST_PTR(u64, destination)[i], in acpi_rs_move_data()
236 * PARAMETERS: destination - Pointer to the destination string
246 static u16 acpi_rs_strcpy(char *destination, cha argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Dintel_sbi.c14 enum intel_sbi_destination destination, in intel_sbi_rw()
33 if (destination == SBI_ICLK) in intel_sbi_rw()
61 enum intel_sbi_destination destination) in intel_sbi_read()
65 intel_sbi_rw(i915, reg, destination, &result, true); in intel_sbi_read()
71 enum intel_sbi_destination destination) in intel_sbi_write()
73 intel_sbi_rw(i915, reg, destination, &value, false); in intel_sbi_write()
13 intel_sbi_rw(struct drm_i915_private *i915, u16 reg, enum intel_sbi_destination destination, u32 *val, bool is_read) intel_sbi_rw() argument
60 intel_sbi_read(struct drm_i915_private *i915, u16 reg, enum intel_sbi_destination destination) intel_sbi_read() argument
70 intel_sbi_write(struct drm_i915_private *i915, u16 reg, u32 value, enum intel_sbi_destination destination) intel_sbi_write() argument
H A Dintel_sbi.h19 enum intel_sbi_destination destination);
21 enum intel_sbi_destination destination);
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h52 destination : 9, member
60 destination : 9,
71 destination : 9, member
79 destination : 9,
107 destination : 9, member
115 destination : 9,
H A Daicasm_gram.y214 %type <sym_ref> reg_symbol address destination source opt_source
926 destination: label
1176 f1_opcode destination ',' immediate_or_a opt_source ret ';'
1190 T_INC destination opt_source ret ';'
1200 T_DEC destination opt_source ret ';'
1217 | T_CLC T_MVI destination ',' immediate_or_a ret ';'
1231 | T_STC destination ret ';'
1241 T_BMOV destination ',' source ',' immediate ret ';'
1248 T_MOV destination ',' source ret ';'
1258 T_MVI destination ',' immediat
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h52 destination : 9, member
60 destination : 9,
71 destination : 9, member
79 destination : 9,
107 destination : 9, member
115 destination : 9,
H A Daicasm_gram.y213 %type <sym_ref> reg_symbol address destination source opt_source
925 destination: label
1175 f1_opcode destination ',' immediate_or_a opt_source ret ';'
1189 T_INC destination opt_source ret ';'
1199 T_DEC destination opt_source ret ';'
1216 | T_CLC T_MVI destination ',' immediate_or_a ret ';'
1230 | T_STC destination ret ';'
1240 T_BMOV destination ',' source ',' immediate ret ';'
1247 T_MOV destination ',' source ret ';'
1257 T_MVI destination ',' immediat
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsto_res.S6 | users destination register then fp0 is moved to the
7 | correct floating-point destination register. fp0 and fp1
14 | Output: moves the result to the true destination reg or mem
16 | Modifies: destination floating point register
34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
H A Dx_ovfl.S10 | destination format.
15 | destination. If the instruction is not move_out, then the
16 | destination is not affected. For 68881 compatibility, the
17 | following values should be stored at the destination, based
H A Dx_snan.S171 | Store to the users destination address
174 beqs wrt_dn |destination is a data register
193 | Store to the users destination address
196 beqs wrt_dn |destination is a data register
215 | Store to the users destination address
218 beqs wrt_dn |destination is a data register
258 cmpib #3,%d0 |check for nan in destination
259 bnes issrc |destination nan has priority
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsto_res.S6 | users destination register then fp0 is moved to the
7 | correct floating-point destination register. fp0 and fp1
14 | Output: moves the result to the true destination reg or mem
16 | Modifies: destination floating point register
34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
H A Dx_ovfl.S10 | destination format.
15 | destination. If the instruction is not move_out, then the
16 | destination is not affected. For 68881 compatibility, the
17 | following values should be stored at the destination, based
H A Dx_snan.S171 | Store to the users destination address
174 beqs wrt_dn |destination is a data register
193 | Store to the users destination address
196 beqs wrt_dn |destination is a data register
215 | Store to the users destination address
218 beqs wrt_dn |destination is a data register
258 cmpib #3,%d0 |check for nan in destination
259 bnes issrc |destination nan has priority
/kernel/linux/common_modules/tzdriver/
H A Dteek_client_api.h50 const struct teec_uuid *destination,
86 const TEEC_UUID *destination,
135 const struct teec_uuid *destination, in teek_open_session()
145 TEEC_Session *session, const TEEC_UUID *destination, in TEEK_OpenSession()
133 teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) teek_open_session() argument
144 TEEK_OpenSession(TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destination, uint32_t connectionMethod, const void *connectionData, TEEC_Operation *operation, uint32_t *returnOrigin) TEEK_OpenSession() argument
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S185 # a6 destination
186 # a7 maximum size of destination
199 # a6 destination start
200 # a7 maximum size of destination
203 # a10 destination end
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S188 # abi_arg0 destination
189 # abi_arg1 maximum size of destination
202 # abi_arg0 destination start
203 # abi_arg1 maximum size of destination
206 # abi_arg4 destination end
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dni_tio.h147 * the given destination.
149 * If the terminal for the destination is not already configured as an output,
152 * Return: the register value of the destination output selector;
156 unsigned int destination);
159 * Sets the register value of the selector MUX for the given destination.
161 * @destination:Device-global identifier of route destination.
166 * destination/gate. These mode bits might include a bitwise or of
171 unsigned int destination, unsigned int register_value);
174 * Sets the given destination MU
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dni_tio.h147 * the given destination.
149 * If the terminal for the destination is not already configured as an output,
152 * Return: the register value of the destination output selector;
156 unsigned int destination);
159 * Sets the register value of the selector MUX for the given destination.
161 * @destination:Device-global identifier of route destination.
166 * destination/gate. These mode bits might include a bitwise or of
171 unsigned int destination, unsigned int register_value);
174 * Sets the given destination MU
[all...]
/kernel/linux/common_modules/tzdriver/core/
H A Dteek_client_api.c392 const struct teec_operation *operation, const struct teec_uuid *destination, in check_open_sess_params()
398 if (!context || !operation || !destination || in check_open_sess_params()
442 struct teec_context *context, const struct teec_uuid *destination, in open_session_and_switch_ret()
452 session->service_id = *destination; in open_session_and_switch_ret()
481 struct teec_session *session, const struct teec_uuid *destination, in proc_teek_open_session()
512 teec_ret = check_open_sess_params(context, operation, destination, connection_method); in proc_teek_open_session()
516 teec_ret = teek_init_context(&cli_context, *destination, 0, in proc_teek_open_session()
539 destination, &cli_context, &origin); in proc_teek_open_session()
552 struct teec_session *session, const struct teec_uuid *destination, in teek_open_session()
561 destination, connection_metho in teek_open_session()
391 check_open_sess_params(struct teec_context *context, const struct teec_operation *operation, const struct teec_uuid *destination, uint32_t connection_method) check_open_sess_params() argument
441 open_session_and_switch_ret(struct teec_session *session, struct teec_context *context, const struct teec_uuid *destination, struct tc_ns_client_context *cli_context, uint32_t *origin) open_session_and_switch_ret() argument
480 proc_teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) proc_teek_open_session() argument
551 teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) teek_open_session() argument
773 TEEK_OpenSession(TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destination, uint32_t connectionMethod, const void *connectionData, TEEC_Operation *operation, uint32_t *returnOrigin) TEEK_OpenSession() argument
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Drelocate.c134 void *destination = _text; in determine_relocation_address() local
137 return destination; in determine_relocation_address()
146 return RELOCATED_KASLR(destination); in determine_relocation_address()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-transaction.c37 #define HEADER_DESTINATION(destination) ((destination) << 16)
295 * @destination_id: destination node ID, consisting of bus_ID and phy_ID
298 * @offset: 48bit wide offset into destination's address space
403 * @destination_id: destination node ID, consisting of bus_ID and phy_ID
406 * @offset: 48bit wide offset into destination's address space
674 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
679 destination = HEADER_GET_SOURCE(request_header[1]); in fw_fill_response()
685 HEADER_DESTINATION(destination); in fw_fill_response()
842 int tcode, destination, sourc in handle_exclusive_region_request() local
871 int tcode, destination, source; handle_fcp_region_request() local
1041 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) handle_topology_map() argument
1086 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) handle_registers() argument
1206 handle_low_memory(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) handle_low_memory() argument
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-transaction.c37 #define HEADER_DESTINATION(destination) ((destination) << 16)
324 * @destination_id: destination node ID, consisting of bus_ID and phy_ID
327 * @offset: 48bit wide offset into destination's address space
445 * @destination_id: destination node ID, consisting of bus_ID and phy_ID
448 * @offset: 48bit wide offset into destination's address space
732 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
737 destination = HEADER_GET_SOURCE(request_header[1]); in fw_fill_response()
743 HEADER_DESTINATION(destination); in fw_fill_response()
927 int tcode, destination, sourc in handle_exclusive_region_request() local
956 int tcode, destination, source; handle_fcp_region_request() local
1131 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) handle_topology_map() argument
1176 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) handle_registers() argument
1296 handle_low_memory(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) handle_low_memory() argument
[all...]

Completed in 13 milliseconds

12345678