Home
last modified time | relevance | path

Searched full:equivalent (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst158 "tx_packets" is equivalent to aFramesTransmittedOK defined in IEEE 802.3-2012,
162 "rx_packets" is equivalent to aFramesReceivedOK defined in IEEE 802.3-2012,
167 "rx_crc_errors" is equivalent to aFrameCheckSequenceErrors defined in IEEE
172 "rx_align_errors" is equivalent to aAlignmentErrors defined in IEEE 802.3-2012,
177 "tx_bytes" is equivalent to aOctetsTransmittedOK defined in IEEE 802.3-2012,
181 "rx_bytes" is equivalent to aOctetsReceivedOK defined in IEEE 802.3-2012,
185 "tx_pause" is equivalent to aPAUSEMACCtrlFramesTransmitted defined in IEEE
189 "rx_pause" is equivalent to aPAUSEMACCtrlFramesReceived defined in IEEE
193 "rx_errors" is equivalent to ifInErrors defined in RFC 2863. This statistic is
197 "tx_errors" is equivalent to ifOutErrors defined in RFC 2863. This statistic
[all …]
/linux/scripts/coccinelle/misc/
H A Dexcluded_middle.cocci3 /// Condition !A || A && B is equivalent to !A || B.
33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B")
39 coccilib.org.print_todo(p[0], "WARNING !A || A && B is equivalent to !A || B")
/linux/scripts/gdb/linux/
H A Dproc.py27 Equivalent to cat /proc/cmdline on a running target"""
41 Equivalent to cat /proc/version on a running target"""
86 Equivalent to cat /proc/iomem on a running target"""
101 Equivalent to cat /proc/ioports on a running target"""
144 Equivalent to cat /proc/mounts on a running target
151 # Equivalent to proc_namespace.c:show_vfsmnt
209 specified as the command argument. Equivalent to
/linux/rust/kernel/
H A Dclk.rs141 /// Equivalent to the kernel's [`clk_get`] API. in get()
163 /// Equivalent to the kernel's [`clk_enable`] API. in enable()
175 /// Equivalent to the kernel's [`clk_disable`] API. in disable()
187 /// Equivalent to the kernel's [`clk_prepare`] API. in prepare()
199 /// Equivalent to the kernel's [`clk_unprepare`] API. in unprepare()
211 /// Equivalent to calling [`Clk::prepare`] followed by [`Clk::enable`]. in prepare_enable()
221 /// Equivalent to calling [`Clk::disable`] followed by [`Clk::unprepare`]. in disable_unprepare()
231 /// Equivalent to the kernel's [`clk_get_rate`] API. in rate()
243 /// Equivalent to the kernel's [`clk_set_rate`] API. in set_rate()
307 /// Equivalent t in get()
[all...]
H A Dprint.rs203 /// Equivalent to the kernel's [`pr_emerg`] macro.
228 /// Equivalent to the kernel's [`pr_alert`] macro.
253 /// Equivalent to the kernel's [`pr_crit`] macro.
278 /// Equivalent to the kernel's [`pr_err`] macro.
303 /// Equivalent to the kernel's [`pr_warn`] macro.
328 /// Equivalent to the kernel's [`pr_notice`] macro.
353 /// Equivalent to the kernel's [`pr_info`] macro.
379 /// Equivalent to the kernel's [`pr_debug`] macro, except that it doesn't support dynamic debug
408 /// Equivalent to the kernel's [`pr_cont`] macro.
434 /// This structure provides the Rust equivalent o
[all...]
H A Dusb.rs127 /// Equivalent to C's `USB_DEVICE` macro.
138 /// Equivalent to C's `USB_DEVICE_VER` macro. in from_id()
151 /// Equivalent to C's `USB_DEVICE_INFO` macro. in from_device_ver()
163 /// Equivalent to C's `USB_INTERFACE_INFO` macro. in from_device_info()
175 /// Equivalent to C's `USB_DEVICE_INTERFACE_CLASS` macro. in from_interface_info()
188 /// Equivalent to C's `USB_DEVICE_INTERFACE_PROTOCOL` macro. in from_device_interface_class()
201 /// Equivalent to C's `USB_DEVICE_INTERFACE_NUMBER` macro. in from_device_interface_protocol()
214 /// Equivalent to C's `USB_DEVICE_AND_INTERFACE_INFO` macro. in from_device_interface_number()
/linux/arch/parisc/include/asm/
H A Dfixmap.h19 * cache aliasing boundary for machines that support equivalent aliasing.
23 * non-equivalent aliasing without a performance penalty.
27 * 16 MB. Non-equivalent aliasing is not supported.
/linux/include/linux/
H A Dbpf_mem_alloc.h42 /* Check the allocation size for kmalloc equivalent allocator */
45 /* kmalloc/kfree equivalent: */
50 /* kmem_cache_alloc/free equivalent: */
/linux/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst64 The V4L ``VIDIOCGCAP`` ioctl is equivalent to V4L2's
176 device. The equivalent V4L2 ioctls are
225 V4L TV or radio device. The equivalent V4L2 ioctls are
268 V4L2 has no equivalent of the ``VIDIOCGPICT`` and ``VIDIOCSPICT`` ioctl
353 of a V4L device. The equivalent V4L2 ioctls are
414 The V4L2 ioctls equivalent to ``VIDIOCGFBUF`` and ``VIDIOCSFBUF`` are
462 ``video_capture``. The equivalent V4L2 ioctls are
609 ``VIDEO_PALETTE_RAW``, equivalent to ``V4L2_PIX_FMT_GREY``. The
610 remaining fields are probably equivalent to struct
622 V4L2 has no equivalent of the ``VIDIOCGUNIT`` ioctl. Applications can
/linux/Documentation/ABI/testing/
H A Dsysfs-class-watchdog6 device at boot. It is equivalent to WDIOC_GETBOOTSTATUS of
53 internal status bits. It is equivalent to WDIOC_GETSTATUS
61 reset generation. It is equivalent to WDIOC_GETTIMELEFT of
H A Dsysfs-profiling5 /sys/kernel/profiling is the runtime equivalent
H A Dsysfs-block-device70 (RW) This is the equivalent of the ncq_prio_enable attribute
92 (RO) This is the equivalent of the ncq_prio_supported attribute
/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst42 Hyphens (dashes) and underscores are equivalent in parameter names, so::
84 i.e "foo_cpus=16-N" would be equivalent to "16-31" on a 32 core system.
92 so that "nohz_full=all" is the equivalent of "nohz_full=0-N".
/linux/arch/xtensa/include/asm/
H A Dasm-uaccess.h28 * See the equivalent C-macro version below for clarity.
58 * equivalent C-macro version below for clarity.
/linux/drivers/gpu/drm/clients/
H A Ddrm_client_setup.c69 * This function sets up the in-kernel DRM clients. It is equivalent
83 * This function sets up the in-kernel DRM clients. It is equivalent
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c82 * a pointer to a const pointer to a char. Equivalent to:
91 * argument and returning pointer to a function as a result. Sane equivalent:
100 * `int -> char *` function and returns pointer to a char. Equivalent:
/linux/include/uapi/linux/
H A Ddma-buf.h127 * complete. Waiting on the returned sync file is equivalent to
132 * on the returned sync file is equivalent to poll() with POLLOUT.
134 * is equivalent to just DMA_BUF_SYNC_WRITE.
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h202 * SC index is equivalent to {SC_Index[4:2], 1'b0}.
203 * SA index is equivalent to {SC_Index[4:2], SC entry's current AN[1:0]
205 * SC index is equivalent to SC_Index[4:1]
206 * SA index is equivalent to {SC_Index[4:1], SC entry's current AN[0]}
208 * SA index is equivalent to SC_Index[4:0]
388 * SC index is equivalent to {SC_Index[4:2], 1'b0}.
389 * SA index is equivalent to {SC_Index[4:2], SECTAG's AN[1:0]}
392 * SC index is equivalent to SC_Index[4:1]
393 * SA index is equivalent to {SC_Index[4:1], SECTAG's AN[0]}
396 * SA index is equivalent to SC_Index[4:0]
/linux/Documentation/ABI/stable/
H A Dsysfs-class-ubi168 only for static volumes, and for dynamic volume it equivalent
192 Equivalent to the volume size in logical eraseblocks.
219 Logical eraseblock size of this volume. Equivalent to logical
/linux/Documentation/devicetree/bindings/net/
H A Dsnps,dwc-qos-ethernet.txt19 This combination is deprecated. It should be treated as equivalent to
54 It is equivalent to "tx".
57 It is equivalent to "slave_bus".
/linux/rust/kernel/time/
H A Ddelay.rs15 /// Equivalent to the C side [`fsleep()`], flexible sleep function,
53 /// Equivalent to the C side [`udelay()`], which delays in microseconds.
/linux/include/kunit/
H A Dresource.h429 * See also: devm_add_action() for the devres equivalent.
454 * See also: devm_add_action_or_reset() for the devres equivalent.
474 * See also: devm_remove_action() for the devres equivalent.
494 * is equivalent to
498 * See also: devm_release_action() for the devres equivalent.
/linux/arch/powerpc/configs/
H A Dsecurity.config3 # This is the equivalent of booting with lockdown=integrity
/linux/Documentation/devicetree/bindings/reserved-memory/
H A Dramoops.yaml100 it is equivalent to max_reason = 1 (KMSG_DUMP_PANIC).
107 it is equivalent to mem_type = 1 and uses unbuffered mappings to map
/linux/Documentation/trace/rv/
H A Dlinear_temporal_logic.rst52 equivalent
100 The LTL can be broken down using sub-expressions. The above is equivalent to:

12345678910>>...25