Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 257) sorted by relevance

1234567891011

/linux-6.1.9/drivers/acpi/acpica/
Drsmisc.c41 void *destination; in acpi_rs_convert_aml_to_resource() local
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_count); in acpi_rs_convert_aml_to_resource()
164 ACPI_SET8(destination, item_count); in acpi_rs_convert_aml_to_resource()
[all …]
Drsutils.c96 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()
246 static u16 acpi_rs_strcpy(char *destination, char *source) in acpi_rs_strcpy() argument
253 destination[i] = source[i]; in acpi_rs_strcpy()
256 destination[i] = 0; in acpi_rs_strcpy()
/linux-6.1.9/Documentation/sound/cards/
Daudigy-mixer.rst22 neutral position leaving the signal unchanged. Note that if the same destination
240 This control specifies the destination - FX-bus accumulators. There 24
243 * 0 - mono, A destination (FX-bus 0-63), default 0
244 * 1 - mono, B destination (FX-bus 0-63), default 1
245 * 2 - mono, C destination (FX-bus 0-63), default 2
246 * 3 - mono, D destination (FX-bus 0-63), default 3
247 * 4 - mono, E destination (FX-bus 0-63), default 0
248 * 5 - mono, F destination (FX-bus 0-63), default 0
249 * 6 - mono, G destination (FX-bus 0-63), default 0
250 * 7 - mono, H destination (FX-bus 0-63), default 0
[all …]
Dsb-live-mixer.rst36 neutral position leaving the signal unchanged. Note that if the same destination
271 This control specifies the destination - FX-bus accumulators. There are
274 * 0 - mono, A destination (FX-bus 0-15), default 0
275 * 1 - mono, B destination (FX-bus 0-15), default 1
276 * 2 - mono, C destination (FX-bus 0-15), default 2
277 * 3 - mono, D destination (FX-bus 0-15), default 3
278 * 4 - left, A destination (FX-bus 0-15), default 0
279 * 5 - left, B destination (FX-bus 0-15), default 1
280 * 6 - left, C destination (FX-bus 0-15), default 2
281 * 7 - left, D destination (FX-bus 0-15), default 3
[all …]
/linux-6.1.9/drivers/gpu/drm/i915/
Dintel_sbi.c14 enum intel_sbi_destination destination, in intel_sbi_rw() argument
33 if (destination == SBI_ICLK) in intel_sbi_rw()
61 enum intel_sbi_destination destination) in intel_sbi_read() argument
65 intel_sbi_rw(i915, reg, destination, &result, true); in intel_sbi_read()
71 enum intel_sbi_destination destination) in intel_sbi_write() argument
73 intel_sbi_rw(i915, reg, destination, &value, false); in intel_sbi_write()
Dintel_sbi.h19 enum intel_sbi_destination destination);
21 enum intel_sbi_destination destination);
/linux-6.1.9/Documentation/devicetree/bindings/net/wireless/
Dqcom,ath11k.yaml126 - description: interrupt event for ring reo2host-destination-ring4
127 - description: interrupt event for ring reo2host-destination-ring3
128 - description: interrupt event for ring reo2host-destination-ring2
129 - description: interrupt event for ring reo2host-destination-ring1
130 - description: interrupt event for ring rxdma2host-monitor-destination-mac3
131 - description: interrupt event for ring rxdma2host-monitor-destination-mac2
132 - description: interrupt event for ring rxdma2host-monitor-destination-mac1
142 - description: interrupt event for ring rxdma2host-destination-ring-mac3
143 - description: interrupt event for ring rxdma2host-destination-ring-mac2
144 - description: interrupt event for ring rxdma2host-destination-ring-mac1
[all …]
/linux-6.1.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h52 destination : 9, member
60 destination : 9,
71 destination : 9, member
79 destination : 9,
107 destination : 9, member
115 destination : 9,
Daicasm_gram.y213 %type <sym_ref> reg_symbol address destination source opt_source
925 destination:
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 ',' immediate ret ';'
[all …]
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Ddm-clone.rst11 existing, read-only source device into a writable destination device: It
18 and the copy of the source device to the destination device happens in the
27 replaced, e.g., by a linear table, mapping directly to the destination device.
36 The process of filling a region of the destination device with data from
38 source to the destination device.
40 Once a region gets hydrated we redirect all I/O regarding it to the destination
55 2. A destination device - the destination of the hydration, which will become a
59 destination device, i.e., which regions have already been hydrated, or have
62 The size of the destination device must be at least equal to the size of the
68 dm-clone divides the source and destination devices in fixed sized regions.
[all …]
/linux-6.1.9/arch/m68k/fpsp040/
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
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
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
/linux-6.1.9/Documentation/devicetree/bindings/dma/
Dadi,axi-dmac.txt22 adi,destination-bus-width: Width of the source or destination bus in bits.
24 adi,destination-bus-type: Type of the source or destination bus. Must be one
57 adi,destination-bus-width = <64>;
58 adi,destination-bus-type = <ADI_AXI_DMAC_TYPE_FIFO>;
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-class-rapidio10 NOTE: An mport ID is not a RapidIO destination ID assigned to a
21 0 = small (8-bit destination ID, max. 256 devices),
23 1 = large (16-bit destination ID, max. 65536 devices).
32 (RO) reports RapidIO destination ID assigned to the given
34 that no valid destination ID have been assigned to the mport
36 only fabric enumerating mports have a valid destination ID
/linux-6.1.9/Documentation/devicetree/bindings/media/
Dst,stm32-dma2d.yaml15 - Filling a part or the whole of a destination image with a specific color.
17 a destination image.
19 a destination image with a pixel format conversion.
21 format and copy the result into a part or the whole of a destination image
/linux-6.1.9/arch/xtensa/boot/boot-redboot/
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
/linux-6.1.9/Documentation/networking/
Dipvs-sysctl.rst73 If it is enabled, forward packets to the original destination
74 directly when no cache server is available and destination
82 - 3 - destination trash
88 - 9 - binding destination, template checks and applications
137 packets when its destination server is not available. It may
139 destination server (because of server overload or wrong
145 destination server is not available, then the client program
148 connections when its destination is not available.
155 persistent templates when the destination server is quiescent.
156 This may be useful, when a user makes a destination server
[all …]
Dpktgen.rst144 pgset "dst 10.0.0.1" sets IP destination address
148 pgset "dst_max 10.0.0.254" Set the maximum destination IP.
151 pgset "dst6 fec0::1" IPV6 destination address
153 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address
169 IPDST_RND # IP destination is random
192 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
194 pgset "udp_dst_max 9" set UDP destination port max.
251 -d : ($DEST_IP) destination IP. CIDR (e.g. 198.18.0.0/15) is also allowed
252 -m : ($DST_MAC) destination MAC-addr
253 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
/linux-6.1.9/drivers/comedi/drivers/
Dni_tio.h156 unsigned int destination);
171 unsigned int destination, unsigned int register_value);
179 unsigned int destination);
/linux-6.1.9/drivers/firewire/
Dcore-transaction.c37 #define HEADER_DESTINATION(destination) ((destination) << 16) argument
675 int tcode, tlabel, extended_tcode, source, destination; in fw_fill_response() local
680 destination = HEADER_GET_SOURCE(request_header[1]); in fw_fill_response()
686 HEADER_DESTINATION(destination); in fw_fill_response()
860 int tcode, destination, source; in handle_exclusive_region_request() local
862 destination = HEADER_GET_DESTINATION(p->header[0]); in handle_exclusive_region_request()
873 tcode, destination, source, in handle_exclusive_region_request()
889 int tcode, destination, source; in handle_fcp_region_request() local
900 destination = HEADER_GET_DESTINATION(p->header[0]); in handle_fcp_region_request()
914 destination, source, in handle_fcp_region_request()
[all …]
/linux-6.1.9/kernel/
Dkexec_core.c562 unsigned long destination) in kimage_set_destination() argument
566 destination &= PAGE_MASK; in kimage_set_destination()
567 result = kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
665 unsigned long destination = 0; in kimage_dst_used() local
669 destination = entry & PAGE_MASK; in kimage_dst_used()
671 if (page == destination) in kimage_dst_used()
673 destination += PAGE_SIZE; in kimage_dst_used()
682 unsigned long destination) in kimage_alloc_page() argument
711 if (addr == destination) { in kimage_alloc_page()
733 if (addr == destination) in kimage_alloc_page()
/linux-6.1.9/arch/mips/include/asm/
Duaccess.h369 #define __MODULE_JAL(destination) \ argument
371 __UA_LA "\t$1, " #destination "\n\t" \
375 #define __MODULE_JAL(destination) \ argument
376 "jal\t" #destination "\n\t"
/linux-6.1.9/drivers/usb/host/
Duhci-q.c793 unsigned long destination, status; in uhci_submit_control() local
802 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP; in uhci_submit_control()
814 uhci_fill_td(uhci, td, status, destination | uhci_explen(8), in uhci_submit_control()
827 destination ^= (USB_PID_SETUP ^ USB_PID_OUT); in uhci_submit_control()
829 destination ^= (USB_PID_SETUP ^ USB_PID_IN); in uhci_submit_control()
850 destination ^= TD_TOKEN_TOGGLE; in uhci_submit_control()
854 destination | uhci_explen(pktsze), data); in uhci_submit_control()
870 destination ^= (USB_PID_IN ^ USB_PID_OUT); in uhci_submit_control()
871 destination |= TD_TOKEN_TOGGLE; /* End in Data1 */ in uhci_submit_control()
875 destination | uhci_explen(0), 0); in uhci_submit_control()
[all …]
/linux-6.1.9/arch/powerpc/include/asm/
Depapr_hcalls.h137 uint32_t config, unsigned int priority, uint32_t destination) in ev_int_set_config() argument
149 r6 = destination; in ev_int_set_config()
169 uint32_t *config, unsigned int *priority, uint32_t *destination) in ev_int_get_config() argument
187 *destination = r6; in ev_int_get_config()

1234567891011