/linux/Documentation/sound/cards/ |
H A D | audigy-mixer.rst | 22 neutral position leaving the signal unchanged. Note that if the same destination 240 This control specifies the destination - FX-bus accumulators. There are 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 4 248 * 5 - mono, F destination (FX-bus 0-63), default 5 249 * 6 - mono, G destination (FX-bus 0-63), default 6 250 * 7 - mono, H destination (FX-bus 0-63), default 7 [all …]
|
H A D | sb-live-mixer.rst | 36 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/drivers/acpi/acpica/ |
H A D | rsmisc.c | 41 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_count); in acpi_rs_convert_aml_to_resource() [all …]
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-clone.rst | 11 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/Documentation/devicetree/bindings/net/wireless/ |
H A D | qcom,ath11k.yaml | 136 - description: interrupt event for ring reo2host-destination-ring4 137 - description: interrupt event for ring reo2host-destination-ring3 138 - description: interrupt event for ring reo2host-destination-ring2 139 - description: interrupt event for ring reo2host-destination-ring1 140 - description: interrupt event for ring rxdma2host-monitor-destination-mac3 141 - description: interrupt event for ring rxdma2host-monitor-destination-mac2 142 - description: interrupt event for ring rxdma2host-monitor-destination-mac1 152 - description: interrupt event for ring rxdma2host-destination-ring-mac3 153 - description: interrupt event for ring rxdma2host-destination-ring-mac2 154 - description: interrupt event for ring rxdma2host-destination-ring-mac1 [all …]
|
/linux/drivers/comedi/drivers/ |
H A D | ni_routes.h | 34 * @dest: Destination of all sources in this route set. 36 * @src: List of sources that all map to the same destination. 83 * destination. 84 * @destination: Destination of which to search for the route set. 87 * Return: NULL if no route_set is found with the specified @destination; 91 ni_find_route_set(const int destination, 107 * @dest: global-identifier for route destination 128 * Return: register value to be used for source at destination with special 145 * @dest: global-identifier for route destination 157 * @dest: global-identifier for route destination [all …]
|
H A D | ni_tio.h | 147 * 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 MUX to its default value or disable it. 179 unsigned int destination);
|
H A D | ni_routes.c | 188 * destination of a route pair respectively. 260 * ni_is_cmd_dest() - Determine whether the given destination is only 262 * @dest: Destination to test. 314 /* 2. sort all ni_route_set objects by destination. */ in ni_sort_device_routes() 370 * destination. 371 * @destination: Destination of which to search for the route set. 374 * Return: NULL if no route_set is found with the specified @destination; 378 ni_find_route_set(const int destination, in ni_find_route_set() argument 381 return bsearch(&destination, valid_routes->routes, in ni_find_route_set() 408 * @dest: global-identifier for route destination [all …]
|
/linux/arch/m68k/include/asm/ |
H A D | mcfdma.h | 22 #define MCFDMA_DAR 0x01 /* DMA destination adr (r/w) */ 76 #define MCFDMA_DDAR 0x04 /* Destination Address register (r/w) */ 84 #define MCFDMA_DMR_DSTM 0x00002000L /* Destination addressing mask */ 85 #define MCFDMA_DMR_DSTM_SA 0x00000000L /* Destination uses static addressing */ 86 #define MCFDMA_DMR_DSTM_IA 0x00002000L /* Destination uses incremental addressing */ 87 #define MCFDMA_DMR_DSTT_UD 0x00000400L /* Destination is user data */ 88 #define MCFDMA_DMR_DSTT_UC 0x00000800L /* Destination is user code */ 89 #define MCFDMA_DMR_DSTT_SD 0x00001400L /* Destination is supervisor data */ 90 #define MCFDMA_DMR_DSTT_SC 0x00001800L /* Destination is supervisor code */ 91 #define MCFDMA_DMR_DSTS_OFF 0x8 /* offset to the destination size bits */ [all …]
|
/linux/samples/pktgen/ |
H A D | parameters.sh | 11 echo " -d : (\$DEST_IP) destination IP. CIDR (e.g. 198.18.0.0/15) is also allowed" 12 echo " -m : (\$DST_MAC) destination MAC-addr" 13 echo " -p : (\$DST_PORT) destination PORT range (e.g. 433-444) is also allowed" 40 d) # destination IP 42 info "Destination IP set to: DEST_IP=$DEST_IP" 46 info "Destination MAC set to: DST_MAC=$DST_MAC" 50 info "Destination PORT set to: DST_PORT=$DST_PORT" 129 warn "Missing destination MAC address" 133 warn "Missing destination IP address"
|
/linux/net/sctp/ |
H A D | primitive.c | 58 * Format: ASSOCIATE(local SCTP instance name, destination transport addr, 60 * -> association id [,destination transport addr list] [,outbound stream 110 * [,stream id] [,life time] [,destination transport address] 138 * initiated to transport (i.e. sent to the destination via SCTP's 143 * o destination transport address - specified as one of the destination 145 * should be sent. Whenever possible, SCTP should use this destination 168 * Format: REQUESTHEARTBEAT(association id, destination transport address) 173 * destination transport address of the given association. The returned 175 * chunk to the destination address is successful. 181 * o destination transport address - the transport address of the
|
/linux/Documentation/networking/ |
H A D | ipvs-sysctl.rst | 73 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 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. 175 persistent templates when the destination server is quiescent. 176 This may be useful, when a user makes a destination server [all …]
|
/linux/include/uapi/linux/ |
H A D | ip_vs.h | 32 * Destination Server Flags 115 /* Connection flags from destination that can be changed by user space */ 160 /* destination server address */ 166 int weight; /* destination weight */ 228 __be32 addr; /* destination address */ 231 int weight; /* destination weight */ 316 IPVS_CMD_NEW_DEST, /* add destination */ 317 IPVS_CMD_SET_DEST, /* modify destination */ 318 IPVS_CMD_DEL_DEST, /* delete destination */ 319 IPVS_CMD_GET_DEST, /* get destination info */ [all …]
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_rect_test.c | 39 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 47 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 66 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 67 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 80 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 81 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 94 dst.y1 != 0 || dst.y2 != 2, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 95 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 114 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_clipped() 115 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped() [all …]
|
/linux/drivers/gpu/drm/i915/ |
H A D | intel_sbi.c | 14 enum intel_sbi_destination destination, in intel_sbi_rw() argument 33 if (destination == SBI_ICLK) in intel_sbi_rw() 71 enum intel_sbi_destination destination) in intel_sbi_read() argument 75 intel_sbi_rw(i915, reg, destination, &result, true); in intel_sbi_read() 81 enum intel_sbi_destination destination) in intel_sbi_write() argument 83 intel_sbi_rw(i915, reg, destination, &value, false); in intel_sbi_write()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 84 * IPVS destination set structure and operations 88 struct ip_vs_dest *dest; /* destination server */ 95 struct list_head list; /* destination list */ 160 /* get weighted least-connection node in the destination set */ 167 /* select the first destination server, whose weight > 0 */ in ip_vs_dest_set_min() 181 /* find the destination with the weighted least load */ in ip_vs_dest_set_min() 209 /* get weighted most-connection node in the destination set */ 219 /* select the first destination server, whose weight > 0 */ in ip_vs_dest_set_max() 229 /* find the destination with the weighted most load */ in ip_vs_dest_set_max() 255 * IPVS lblcr entry represents an association between destination [all …]
|
/linux/drivers/staging/sm750fb/ |
H A D | sm750_accel.h | 203 * @dBase: Address of destination: offset in frame buffer 204 * @dPitch: Pitch value of destination surface in BYTE 205 * @Bpp: Color depth of destination surface 206 * @dx: Starting x coordinate of destination surface 207 * @dy: Starting y coordinate of destination surface 227 * @dBase: Address of destination: offset in frame buffer 228 * @dPitch: Pitch value of destination surface in BYTE 229 * @bytePerPixel: Color depth of destination surface 230 * @dx: Starting x coordinate of destination surface 231 * @dy: Starting y coordinate of destination surface
|
H A D | sm750_accel.c | 139 * @dBase: Address of destination: offset in frame buffer 140 * @dPitch: Pitch value of destination surface in BYTE 141 * @Bpp: Color depth of destination surface 142 * @dx: Starting x coordinate of destination surface 143 * @dy: Starting y coordinate of destination surface 162 /* If source and destination are the same surface, need to check for overlay cases */ in sm750_hw_copyarea() 240 * 2D Destination Base. in sm750_hw_copyarea() 307 * @dBase: Address of destination: offset in frame buffer 308 * @dPitch: Pitch value of destination surface in BYTE 309 * @bytePerPixel: Color depth of destination surface [all …]
|
/linux/arch/m68k/fpsp040/ |
H A D | sto_res.S | 6 | 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
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-rapidio | 10 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/net/batman-adv/ |
H A D | multicast_forw.c | 91 * If the number of destination entries is even then this adds two 135 * @skb: the skb to push the destination address onto 178 * @skb: the skb to push the destination addresses onto 219 * @skb: the skb to push the destination addresses onto 266 * @skb: the skb to push the destination addresses onto 312 * @skb: the skb to push the destination addresses onto 479 * @skb: the skb to push the destination addresses onto 481 * @is_routable: indicates whether the destination is routable 526 * @num_dests: the number of destination addresses to set in the header 530 * generic TVLV header but excluding the destination MAC addresses. [all …]
|
H A D | send.h | 73 * @dst_hint: can be used to override the destination contained in the skb 76 * Look up the recipient node for the destination address in the ethernet 78 * unicast header. Then send this frame to the according destination node. 95 * @dst_hint: can be used to override the destination contained in the skb 98 * Look up the recipient node for the destination address in the ethernet 100 * unicast-4addr header. Then send this frame to the according destination
|
/linux/fs/smb/server/ |
H A D | unicode.c | 98 * @codepage: destination codepage 138 * @to: destination buffer 140 * @tolen: destination buffer size (in bytes) 148 * a danger if the alignment of the source buffer is off). The destination 149 * string is always properly null terminated and fits in the destination 150 * buffer. Returns the length of the destination string in bytes (including 172 * not to overflow the destination buffer when we get close to the in smb_from_utf16() 226 * @to: destination buffer 228 * @len: destination buffer size (in bytes) 245 * in destination len is length in wchar_t units (16bits) in smb_strtoUTF16() [all …]
|
/linux/include/linux/dma/ |
H A D | sprd-dma.h | 17 * destination channel. Each channel is independent, and has its own 19 * trigger the destination channel's transaction automatically by hardware 32 * @SPRD_DMA_DST_CHN0: Channel used as destination channel 0. 33 * @SPRD_DMA_DST_CHN1: Channel used as destination channel 1. 49 * @SPRD_DMA_FRAG_DONE_TRG: Trigger the transaction of destination channel 51 * @SPRD_DMA_BLOCK_DONE_TRG: Trigger the transaction of destination channel 53 * @SPRD_DMA_TRANS_DONE_TRG: Trigger the transaction of destination channel 55 * @SPRD_DMA_LIST_DONE_TRG: Trigger the transaction of destination channel
|
/linux/drivers/comedi/drivers/tests/ |
H A D | ni_routes_test.c | 122 /* This table is indexed as RV[destination][source] */ 181 /* Tests that route_sets are in order of the signal destination. */ 241 "all pci-6070e route_sets in order of signal destination\n"); in test_ni_assign_device_routes() 275 "all route_sets of fake data in order of sig. destination\n"); in test_ni_sort_device_routes() 316 "validate first destination\n"); in test_ni_route_to_register() 318 "validate middle destination\n"); in test_ni_route_to_register() 320 "validate last destination\n"); in test_ni_route_to_register() 366 "validate first destination\n"); in test_ni_lookup_route_register() 368 "validate middle destination\n"); in test_ni_lookup_route_register() 370 "validate last destination\n"); in test_ni_lookup_route_register() [all …]
|