Home
last modified time | relevance | path

Searched full:both (Results 1 – 25 of 4959) sorted by relevance

12345678910>>...199

/linux/drivers/usb/serial/
H A Dkeyspan_usa26msg.h110 name; both meanings are described below.
126 u8 setClocking, // BOTH: host requests baud rate be set
127 baudLo, // BOTH: host does baud divisor calculation
128 baudHi, // BOTH: baudHi is only used for first port (gives lower rates)
135 setLcr, // BOTH: host requests lcr be set
136 lcr, // BOTH: use PARITY, STOPBITS, DATABITS below
138 setFlowControl, // BOTH: host requests flow control be set
139 ctsFlowControl, // BOTH: 1=use CTS flow control, 0=don't
140 xonFlowControl, // BOTH: 1=use XON/XOFF flow control, 0=don't
141 xonChar, // BOTH
[all...]
/linux/tools/perf/pmu-events/arch/x86/goldmontplus/
H A Dcache.json127 "PublicDescription": "Counts memory load uops retired where the data is retrieved from the WCB (or fill buffer), indicating that the load found its data while that data was in the process of being brought into the L1 cache. Typically a load will receive this indication when some other load or prefetch missed the L1 cache and was in the process of retrieving the cache line containing the data, but that process had not yet finished (and written the data back to the cache). For example, consider load X and Y, both referencing the same cache line that is not in the L1 cache. If load X misses cache first, it obtains and WCB (or fill buffer) and begins the process of requesting the data. When load Y requests the data, it will either hit the WCB, or the L1 cache, depending on exactly what time the request to Y occurs.",
138 "PublicDescription": "Counts the number of memory uops retired that is either a loads or a store or both.",
209 "BriefDescription": "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
223 "PublicDescription": "Counts data reads (demand & prefetch) have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
234 "PublicDescription": "Counts data reads (demand & prefetch) hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
245 "PublicDescription": "Counts data reads (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
256 "PublicDescription": "Counts data reads (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
267 "PublicDescription": "Counts data reads (demand & prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
278 "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
289 "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSR
[all...]
/linux/Documentation/ABI/testing/
H A Ddebugfs-hisi-sec54 Available for both PF and VF, and take no other effect on SEC.
60 Available for both PF and VF, and take no other effect on SEC.
66 Available for both PF and VF, and take no other effect on SEC.
72 Available for both PF and VF, and take no other effect on SEC.
78 Available for both PF and VF, and take no other effect on SEC.
85 Available for both PF and VF, and take no other effect on SEC.
104 Description: Set the wait time when stop queue fails. Available for both PF
113 will return non-zero value. Available for both PF and VF,
127 Available for both PF and VF, and take no other effect on SEC.
133 Available for both P
[all...]
H A Ddebugfs-hisi-zip67 Available for both PF and VF, and take no other effect on ZIP.
73 Available for both PF and VF, and take no other effect on ZIP.
79 Available for both PF and VF, and take no other effect on ZIP.
85 Available for both PF and VF, and take no other effect on ZIP.
91 Available for both PF and VF, and take no other effect on ZIP.
98 Available for both PF and VF, and take no other effect on ZIP.
117 Description: Set the wait time when stop queue fails. Available for both PF
126 will return non-zero value. Available for both PF and VF,
140 Available for both PF and VF, and take no other effect on ZIP.
146 Available for both P
[all...]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-spi.h89 * can operate as a full duplex (both Tx and Rx data paths
91 * active or the Rx data path is active, but not both).
107 * can operate as a full duplex (both Tx and Rx data paths
109 * active or the Rx data path is active, but not both).
176 * can operate as a full duplex (both Tx and Rx data paths
178 * active or the Rx data path is active, but not both).
192 * can operate as a full duplex (both Tx and Rx data paths
194 * active or the Rx data path is active, but not both).
209 * can operate as a full duplex (both Tx and Rx data paths
211 * active or the Rx data path is active, but not both)
[all...]
/linux/Documentation/devicetree/bindings/arm/
H A Dsecure.txt9 space, or visible in both. (One example of that situation would be a
32 secure- bindings only need to be used where both the Secure and Normal
43 both default to "okay". This means the following combinations are
46 /* Neither specified: default to visible in both S and NS */
47 secure-status = "okay"; /* visible in both */
48 status = "okay"; /* visible in both */
49 status = "okay"; secure-status = "okay"; /* visible in both */
53 status = "disabled"; /* disabled in both */
54 status = "disabled"; secure-status = "disabled"; /* disabled in both */
/linux/Documentation/power/
H A Dapm-acpi.rst13 build a kernel with both ACPI and APM enabled (as of 2.3.x ACPI is
18 No, sorry, you cannot have both ACPI and APM enabled and running at
20 would like to use both to get a full set of working features, but you
26 Both APM and ACPI rely on user-space daemons, apmd and acpid
27 respectively, to be completely functional. Obtain both of these
30 Go ahead and start both. If ACPI or APM is not available on your
/linux/tools/testing/selftests/kvm/x86/
H A Dtsc_msrs_test.c26 /* Guest: writes to MSR_IA32_TSC affect both MSRs. */ in guest_code()
32 /* Guest: writes to MSR_IA32_TSC_ADJUST affect both MSRs. */ in guest_code()
46 * host-side offset and affect both MSRs. in guest_code()
55 * Guest: writes to MSR_IA32_TSC affect both MSRs, so the host-side in guest_code()
109 /* Guest: writes to MSR_IA32_TSC affect both MSRs. */ in main()
115 /* Guest: writes to MSR_IA32_TSC_ADJUST affect both MSRs. */ in main()
142 * host-side offset and affect both MSRs. in main()
150 * Guest: writes to MSR_IA32_TSC affect both MSRs, so the host-side in main()
/linux/include/linux/
H A Diocontext.h20 * ->icq_align. Both size and align must be larger than that of struct
44 * called and, on destruction, ->elevator_exit_icq_fn(). Both functions
45 * are called with both the associated io_context and queue locks held.
52 * As icq's are linked from both ioc and q, the locking rules are a bit
61 * itself is protected by q lock. However, both the indexes and icq
69 * - Linking and unlinking icq's are performed while holding both ioc and q
79 * respectively. Both fields are unused once ioc_exit_icq() is
/linux/drivers/usb/gadget/udc/
H A DKconfig11 # - Some systems have both kinds of controllers.
14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
23 # - licensed IP used in both SOC and discrete versions
157 supports both full and high speed USB 2.0 data transfers.
169 that supports both full and high speed USB 2.0 data transfers.
181 that supports both host and device switching.
255 # Controllers available in both integrated and discrete versions
263 supports both full and high speed USB 2.0 data transfers.
313 supports both full and high speed USB 2.0 data transfers.
358 supports both ful
[all...]
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst36 details in common. Because both have "root"s ("head" for linked_list) and
40 Unless otherwise stated, examples and semantics below apply to both graph data
73 The "root" type for both linked_list and rbtree expects to be in a map_value
74 which also contains a ``bpf_spin_lock`` - in the above example both global
76 spin_lock to be associated with the ``bpf_rb_root`` by virtue of both being in
133 Both the read from and write to ``n->data`` would be rejected. The verifier
139 * Both graph data structures have pointer stability
155 Both terms currently only have meaning in the context of graph nodes and API.
159 Let's enumerate the properties of both types of references.
237 3) n and m are non-owning references, they both poin
[all...]
/linux/tools/perf/pmu-events/arch/x86/amdzen5/
H A Dbranch-prediction.json10 "BriefDescription": "Instruction fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for 4k pages.",
16 "BriefDescription": "Instruction fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for 2M pages.",
22 "BriefDescription": "Instruction fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for 1G pages.",
28 "BriefDescription": "Instruction fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for coalesced pages. A coalesced page is a 16k page created from four adjacent 4k pages.",
34 "BriefDescription": "Instruction fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for all page sizes.",
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dtlb.json16 "PublicDescription": "Counts level 1 instruction TLB accesses, whether the access hits or misses in the TLB. This event counts both demand accesses and prefetch or preload generated accesses."
20 "PublicDescription": "Counts level 2 TLB refills caused by memory operations from both data and instruction fetch, except for those caused by TLB maintenance operations and hardware prefetches."
52 "PublicDescription": "Counts level 2 TLB refills caused by memory read operations from both data and instruction fetch except for those caused by TLB maintenance operations or hardware prefetches."
56 "PublicDescription": "Counts level 2 TLB refills caused by memory write operations from both data and instruction fetch except for those caused by TLB maintenance operations."
60 "PublicDescription": "Counts level 2 TLB accesses caused by memory read operations from both data and instruction fetch except for those caused by TLB maintenance operations."
64 "PublicDescription": "Counts level 2 TLB accesses caused by memory write operations from both data and instruction fetch except for those caused by TLB maintenance operations."
/linux/Documentation/userspace-api/media/v4l/
H A Dtuner.rst35 determined by the current video input. Drivers must support both ioctls
57 A video or radio device cannot support both a tuner and a modulator. Two
69 current video output. Drivers must support both ioctls and set the
81 :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` ioctl which both take
84 both ioctls when the tuner or modulator ioctls are supported, or when
/linux/tools/testing/selftests/net/
H A Dcmsg_ip.sh51 for ovr in setsock cmsg both diff; do
61 [ $ovr == "both" ] && m="-F $df -f $df"
84 for ovr in setsock cmsg both diff; do
93 [ $ovr == "both" ] && m="-C $((TOS2)) -c"
111 [ $ovr == "both" ] && m="-C $((TOS )) -c"
138 for ovr in setsock cmsg both diff; do
147 [ $ovr == "both" ] && m="-L $LIM -l"
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c97 * can operate as a full duplex (both Tx and Rx data paths
99 * active or the Rx data path is active, but not both).
143 * can operate as a full duplex (both Tx and Rx data paths
145 * active or the Rx data path is active, but not both).
188 * can operate as a full duplex (both Tx and Rx data paths
190 * active or the Rx data path is active, but not both).
303 * can operate as a full duplex (both Tx and Rx data paths
305 * active or the Rx data path is active, but not both).
422 * can operate as a full duplex (both Tx and Rx data paths
424 * active or the Rx data path is active, but not both)
[all...]
/linux/arch/riscv/lib/
H A Dmemmove.S37 * Both Copy Modes: t5 - Inclusive first multibyte/aligned of dest
38 * Both Copy Modes: t6 - Non-Inclusive last multibyte/aligned of dest
39 * Both Copy Modes: t0 - Link / Temporary for load-store
40 * Both Copy Modes: t1 - Temporary for load-store
41 * Both Copy Modes: t2 - Temporary for load-store
42 * Both Copy Modes: a5 - dest to src alignment offset
43 * Both Copy Modes: a6 - Shift ammount
44 * Both Copy Modes: a7 - Inverse Shift ammount
45 * Both Copy Modes: a2 - Alternate breakpoint for unrolled loops
/linux/Documentation/driver-api/hte/
H A Dtegra-hte.rst10 (Legacy Interrupt Controller) IRQ GTE. Both GTE instances get the timestamp
21 below. The GPIO GTE code supports both kernel and userspace consumers. The
44 The provider source code of both IRQ and GPIO GTE instances is located at
46 ``drivers/hte/hte-tegra194-test.c`` demonstrates HTE API usage for both IRQ
/linux/fs/xfs/scrub/
H A Dtempfile.c368 * Begin the process of making changes to both the file being scrubbed and
369 * the temporary file by taking ILOCK_EXCL on both.
380 /* Unlock ILOCK_EXCL on both files. */
409 * mapped to written blocks. The caller must ensure that both inodes are
581 * both the temporary file and the file being scrubbed to the transaction.
582 * This function return with both inodes joined to a new scrub transaction,
623 /* Both files should have the relevant forks. */ in xrep_tempexch_prep_request()
631 /* Exchange all mappings in both forks. */ in xrep_tempexch_prep_request()
654 * temp file. Caller must hold IOLOCK_EXCL but not ILOCK_EXCL on both files.
682 /* Both file in xrep_tempexch_estimate()
[all...]
/linux/fs/pstore/
H A DKconfig131 NOTE that, both Kconfig and module parameters can configure
142 NOTE that, both Kconfig and module parameters can configure
154 NOTE that, both Kconfig and module parameters can configure
166 NOTE that, both Kconfig and module parameters can configure
178 NOTE that, both Kconfig and module parameters can configure
190 NOTE that, both Kconfig and module parameters can configure
/linux/arch/mips/math-emu/
H A Ddp_fmax.c52 * The case of both inputs quiet NaNs in ieee754dp_fmax()
118 /* Inputs are both positive */ in ieee754dp_fmax()
124 /* Inputs are both negative */ in ieee754dp_fmax()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754dp_fmax()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754dp_fmax()
178 * The case of both inputs quiet NaNs in ieee754dp_fmaxa()
H A Dsp_fmin.c52 * The case of both inputs quiet NaNs in ieee754sp_fmin()
118 /* Inputs are both positive */ in ieee754sp_fmin()
124 /* Inputs are both negative */ in ieee754sp_fmin()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754sp_fmin()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754sp_fmin()
178 * The case of both inputs quiet NaNs in ieee754sp_fmina()
H A Ddp_fmin.c52 * The case of both inputs quiet NaNs in ieee754dp_fmin()
118 /* Inputs are both positive */ in ieee754dp_fmin()
124 /* Inputs are both negative */ in ieee754dp_fmin()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754dp_fmin()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754dp_fmin()
178 * The case of both inputs quiet NaNs in ieee754dp_fmina()
H A Dsp_fmax.c52 * The case of both inputs quiet NaNs in ieee754sp_fmax()
118 /* Inputs are both positive */ in ieee754sp_fmax()
124 /* Inputs are both negative */ in ieee754sp_fmax()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754sp_fmax()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754sp_fmax()
178 * The case of both inputs quiet NaNs in ieee754sp_fmaxa()
/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rt4801-regulator.yaml33 Else if both are specified, DSVP/DSVN could be controlled individually.
34 If this property not specified, treat both as always-on regulators.
53 for controlling both regulators. If this property not specified for
54 any regulator, treat both as always-on regulators.

12345678910>>...199