Home
last modified time | relevance | path

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

12345678910>>...12

/linux/drivers/acpi/acpica/
A 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()
347 destination, aml, in acpi_rs_convert_aml_to_resource()
357 destination); in acpi_rs_convert_aml_to_resource()
451 void *destination; in acpi_rs_convert_resource_to_aml() local
625 (destination)); in acpi_rs_convert_resource_to_aml()
[all …]
A 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/Documentation/sound/cards/
A Daudigy-mixer.rst278 * 2 - mono, C destination attn, default 0 (mute)
279 * 3 - mono, D destination attn, default 0 (mute)
280 * 4 - mono, E destination attn, default 0 (mute)
281 * 5 - mono, F destination attn, default 0 (mute)
282 * 6 - mono, G destination attn, default 0 (mute)
283 * 7 - mono, H destination attn, default 0 (mute)
285 * 9 - left, B destination attn, default 0 (mute)
286 * 10 - left, C destination attn, default 0 (mute)
287 * 11 - left, D destination attn, default 0 (mute)
288 * 12 - left, E destination attn, default 0 (mute)
[all …]
A Dsb-live-mixer.rst274 * 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
297 * 2 - mono, C destination attn, default 0 (mute)
298 * 3 - mono, D destination attn, default 0 (mute)
300 * 5 - left, B destination attn, default 0 (mute)
301 * 6 - left, C destination attn, default 0 (mute)
302 * 7 - left, D destination attn, default 0 (mute)
303 * 8 - right, A destination attn, default 0 (mute)
305 * 10 - right, C destination attn, default 0 (mute)
[all …]
/linux/drivers/gpu/drm/i915/
A 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()
A Dintel_sbi.h19 enum intel_sbi_destination destination);
21 enum intel_sbi_destination destination);
/linux/Documentation/devicetree/bindings/net/wireless/
A Dqcom,ath11k.yaml184 - const: reo2host-destination-ring4
185 - const: reo2host-destination-ring3
186 - const: reo2host-destination-ring2
187 - const: reo2host-destination-ring1
188 - const: rxdma2host-monitor-destination-mac3
189 - const: rxdma2host-monitor-destination-mac2
190 - const: rxdma2host-monitor-destination-mac1
200 - const: rxdma2host-destination-ring-mac3
201 - const: rxdma2host-destination-ring-mac2
202 - const: rxdma2host-destination-ring-mac1
[all …]
/linux/drivers/scsi/aic7xxx/aicasm/
A Daicasm_insformat.h52 destination : 9, member
60 destination : 9,
71 destination : 9, member
79 destination : 9,
107 destination : 9, member
115 destination : 9,
A Daicasm_gram.y925 destination:
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 ';'
1277 T_NOT destination opt_source ret ';'
1287 T_CLR destination ret ';'
[all …]
/linux/Documentation/admin-guide/device-mapper/
A 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
38 source to the destination device.
55 2. A destination device - the destination of the hydration, which will become a
70 the source to the destination device.
87 destination device directly.
146 destination dev The destination device, where the source will be cloned
214 Disable the background hydration of the destination device.
217 Enable the background hydration of the destination device.
246 3. Enable background hydration of the destination device.
[all …]
/linux/Documentation/devicetree/bindings/dma/
A 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/arch/m68k/fpsp040/
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
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
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
/linux/Documentation/ABI/testing/
A 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/Documentation/devicetree/bindings/media/
A 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/arch/xtensa/boot/boot-redboot/
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
/linux/Documentation/networking/
A 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
157 packets when its destination server is not available. It may
159 destination server (because of server overload or wrong
165 destination server is not available, then the client program
168 connections when its destination is not available.
176 This may be useful, when a user makes a destination server
179 different destination server. By default new persistent
180 connections are allowed to quiescent destination servers.
[all …]
A 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
193 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
195 pgset "udp_dst_max 9" set UDP destination port max.
252 -d : ($DEST_IP) destination IP. CIDR (e.g. 198.18.0.0/15) is also allowed
253 -m : ($DST_MAC) destination MAC-addr
254 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
/linux/kernel/
A Dkexec_core.c499 unsigned long destination) in kimage_set_destination() argument
501 destination &= PAGE_MASK; in kimage_set_destination()
503 return kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
598 unsigned long destination = 0; in kimage_dst_used() local
602 destination = entry & PAGE_MASK; in kimage_dst_used()
604 if (page == destination) in kimage_dst_used()
606 destination += PAGE_SIZE; in kimage_dst_used()
615 unsigned long destination) in kimage_alloc_page() argument
644 if (addr == destination) { in kimage_alloc_page()
666 if (addr == destination) in kimage_alloc_page()
/linux/drivers/comedi/drivers/
A Dni_tio.h156 unsigned int destination);
171 unsigned int destination, unsigned int register_value);
179 unsigned int destination);
/linux/Documentation/devicetree/bindings/dma/stm32/
A Dst,stm32-dma3.yaml66 -bit 4-7: The FIFO requirement for queuing source/destination transfers
79 -bit 4: The destination incrementing burst
82 -bit 5: The destination allocated port
83 0x0: port 0 is allocated to the destination transfer
84 0x1: port 1 is allocated to the destination transfer
/linux/arch/mips/include/asm/
A 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/drivers/md/dm-vdo/indexer/
A Ddelta-index.c166 u64 destination; in rebalance_delta_zone() local
605 u8 *destination; in move_bits_down() local
625 destination += sizeof(u32); in move_bits_down()
645 u8 *destination; in move_bits_up() local
664 destination -= sizeof(u32); in move_bits_up()
1584 u64 destination; in insert_bits() local
1644 destination = source - size; in insert_bits()
1649 destination = source + size; in insert_bits()
1803 u64 destination; in delete_bits() local
1834 destination = source + size; in delete_bits()
[all …]
/linux/drivers/usb/host/
A Duhci-q.c793 unsigned long destination, status; in uhci_submit_control() local
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()
875 destination | uhci_explen(0), 0); in uhci_submit_control()
919 unsigned long destination, status; in uhci_submit_common() local
981 destination | uhci_explen(pktsze) | in uhci_submit_common()
1017 destination | uhci_explen(0) | in uhci_submit_common()
1260 unsigned long destination, status; in uhci_submit_isochronous() local
[all …]

Completed in 41 milliseconds

12345678910>>...12