| /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/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/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/include/uapi/linux/ |
| H A D | ip_vs.h | 109 /* Connection flags from destination that can be changed by user space */ 154 /* destination server address */ 160 int weight; /* destination weight */ 222 __be32 addr; /* destination address */ 225 int weight; /* destination weight */ 310 IPVS_CMD_NEW_DEST, /* add destination */ 311 IPVS_CMD_SET_DEST, /* modify destination */ 312 IPVS_CMD_DEL_DEST, /* delete destination */ 313 IPVS_CMD_GET_DEST, /* get destination info */ 337 IPVS_CMD_ATTR_DEST, /* nested destination attribute */ [all …]
|
| H A D | batadv_packet.h | 30 * @BATADV_MCAST: multicast packet with multiple destination addresses 93 * @BATADV_DESTINATION_UNREACHABLE: failure when route to destination not found 94 * @BATADV_ECHO_REQUEST: request BATADV_ECHO_REPLY from destination 196 * struct batadv_bla_claim_dst - layout of the destination MAC of a BLA claim 202 * used in the destination hardware field of the ARP frame 286 * @dst: address of the destination node 312 * @dst: address of the destination node 336 * @dst: address of the destination node 379 * @dst: address of the destination node 418 * @dest: originator destination of the unicast packet [all …]
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_lblcr.c | 83 * IPVS destination set structure and operations 87 struct ip_vs_dest *dest; /* destination server */ 94 struct list_head list; /* destination list */ 159 /* get weighted least-connection node in the destination set */ 166 /* select the first destination server, whose weight > 0 */ in ip_vs_dest_set_min() 180 /* find the destination with the weighted least load */ in ip_vs_dest_set_min() 208 /* get weighted most-connection node in the destination set */ 218 /* select the first destination server, whose weight > 0 */ in ip_vs_dest_set_max() 228 /* find the destination with the weighted most load */ in ip_vs_dest_set_max() 254 * IPVS lblcr entry represents an association between destination [all …]
|
| H A D | ip_vs_dh.c | 3 * IPVS: Destination Hashing scheduling module 14 * The dh algorithm is to select server by the hash key of destination IP 25 * index derived from packet destination IP address to the current server 209 * Destination hashing scheduling 226 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_dh_schedule() 230 IP_VS_DBG_BUF(6, "DH: destination IP address %s --> server %s:%d\n", in ip_vs_dh_schedule() 272 MODULE_DESCRIPTION("ipvs destination hashing scheduler");
|
| /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 | 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
|
| 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 263 * @skb: the skb to push the destination addresses onto 309 * @skb: the skb to push the destination addresses onto 478 * @skb: the skb to push the destination addresses onto 480 * @is_routable: indicates whether the destination is routable 525 * @num_dests: the number of destination addresses to set in the header 529 * generic TVLV header but excluding the destination MAC addresses. [all …]
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netcons_basic.sh | |
| /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/drivers/net/ethernet/qualcomm/ppe/ |
| H A D | ppe_config.h | 14 * the destination port, CPU code and service code. 86 * struct ppe_queue_ucast_dest - PPE unicast queue destination. 92 * @dest_port: destination port. 95 * by the CPU code if enabled, or by destination port if both service code 222 * @dest_port_valid: Generate destination port or not. 223 * @dest_port: Destination port ID. 225 * @is_src: Destination port acts as source port, packet sent to CPU. 267 * @hash_dip_mix: Destination IP selection. 270 * @hash_dport_mix: Destination L4 port selection.
|
| /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 …]
|
| /linux/net/mac80211/ |
| H A D | mesh.h | 24 * @MESH_PATH_SN_VALID: the mesh path contains a valid destination sequence 29 * @MESH_PATH_REQ_QUEUED: there is an unsent path request for this destination 68 * @dst: mesh path destination mac address 74 * @next_hop: mesh neighbor to which frames for this destination will be 77 * @frame_queue: pending queue for frames sent to this destination while the 81 * @metric: current metric to this destination 82 * @hop_count: hops to destination 94 * @is_root: the destination station of this path is a root node 95 * @is_gate: the destination station of this path is a mesh gate 96 * @path_change_count: the number of path changes to destination [all …]
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mremap_dontunmap.c | 59 "unable to unmap destination mapping"); in kernel_support_for_mremap_dontunmap() 122 "unable to unmap destination mapping"); in mremap_dontunmap_simple() 174 "unable to unmap destination mapping"); in mremap_dontunmap_simple_shmem() 181 // destination using MREMAP_FIXED, also while validating that the source 221 "unable to unmap destination mapping"); in mremap_dontunmap_simple_fixed() 240 * With the destination mapping containing 5 pages of As. in mremap_dontunmap_partial_mapping() 267 // Finally we expect the destination to have 5 pages worth of a's. in mremap_dontunmap_partial_mapping() 272 "unable to unmap destination mapping"); in mremap_dontunmap_partial_mapping() 294 * With the destination mapping containing 5 pages of As. in mremap_dontunmap_partial_mapping_overwrite() 322 // Finally we expect the destination t in mremap_dontunmap_partial_mapping_overwrite() [all...] |