| /linux/net/wireless/tests/ |
| H A D | chan.c | 29 /* leave c1 empty for tests for identical */ 35 .desc = "identical non-HT", 44 .desc = "identical 20 MHz", 53 .desc = "identical 40 MHz", 62 .desc = "identical 80 MHz", 71 .desc = "identical 160 MHz", 80 .desc = "identical 320 MHz", 199 /* tests with identical ones */ in KUNIT_ARRAY_PARAM_DESC()
|
| /linux/lib/crypto/mpi/ |
| H A D | mpi-mul.c | 63 /* W and U are identical. Allocate temporary space for U. */ in mpi_mul() 67 /* Is V identical too? Keep it identical with U. */ in mpi_mul() 73 /* W and V are identical. Allocate temporary space for V. */ in mpi_mul()
|
| H A D | mpi-pow.c | 108 * parameters are identical to RES, defer deallocation of the old in mpi_powm() 122 /* RES and BASE are identical. Allocate temp. space for BASE. */ in mpi_powm() 130 /* RES and EXP are identical. Allocate temp. space for EXP. */ in mpi_powm() 137 /* RES and MOD are identical. Allocate temporary space for MOD. */ in mpi_powm()
|
| /linux/scripts/coccinelle/api/ |
| H A D | check_bq27xxx_data.cocci | 2 /// Detect BQ27XXX_DATA structures with identical registers, dm registers or 88 "WARNING %s and %s (line %d) are identical\n" 124 "WARNING %s and %s (line %d) are identical\n" 160 "WARNING %s and %s (line %d) are identical\n"
|
| /linux/arch/sparc/include/asm/ |
| H A D | mman.h | 77 * have identical data on them. This can be in arch_validate_flags() 78 * because ADI enabled pages with identical in arch_validate_flags() 79 * data may still not have identical ADI in arch_validate_flags()
|
| /linux/sound/pci/ice1712/ |
| H A D | vt1720_mobo.c | 89 /* identical with k8x800 */ 98 /* identical with k8x800 */ 107 /* identical with k8x800 */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-ad4130 | 8 returned are identical to filter_type_available attribute 18 returned are identical to in_voltageY-voltageZ_filter_type
|
| /linux/Documentation/hid/ |
| H A D | hidraw.rst | 138 state of a report. The format of the buffer issued with this report is identical 150 is identical to that of HIDIOCGFEATURE. 160 with this report is identical to that of HIDIOCSFEATURE. 169 of the buffer issued with this report is identical to that of HIDIOCGFEATURE.
|
| /linux/include/linux/ |
| H A D | stddef.h | 41 * Used to create an anonymous union of two structs with identical 57 * Used to create an anonymous union of two structs with identical 73 * Used to create an anonymous union of two structs with identical
|
| H A D | rcutree.h | 51 * same_state_synchronize_rcu_full - Are two old-state values identical? 58 * values are identical and @false otherwise. This allows structures
|
| /linux/net/atm/ |
| H A D | addr.c | 28 static int identical(const struct sockaddr_atmsvc *a, const struct sockaddr_atmsvc *b) in identical() function 85 if (identical(&this->addr, addr)) { in atm_add_addr() 120 if (identical(&this->addr, addr)) { in atm_del_addr()
|
| /linux/net/mac80211/tests/ |
| H A D | tpe.c | 34 .desc = "identical 20 MHz", 42 .desc = "identical 40 MHz", 50 .desc = "identical 80+80 MHz", 60 .desc = "identical 320 MHz",
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces-details.rst | 79 [-0.5…0.5]. This conversion to Y'CbCr is identical to the one defined in 243 These chromaticities are identical to the Rec. 709 colorspace. 278 [-0.5…0.5]. This transform is identical to one defined in SMPTE 347 [-0.5…0.5]. This transform is identical to one defined in SMPTE 536 These chromaticities are identical to the SMPTE 170M colorspace. 641 identical to one defined in SMPTE 170M/BT.601. 712 identical to one defined in SMPTE 170M/BT.601. 722 reference are identical to sRGB. The transfer function use is
|
| H A D | pixfmt-yuv-planar.rst | 42 chroma lines is identical to the padding of the luma lines. Without horizontal 392 The layouts of the luma and chroma planes are identical. 401 planes are identical. 422 identical. 427 identical. 432 identical. 437 The layouts of the luma and chroma planes are identical. 445 tiles are identical, even though the tile size differ. The image is formed of 467 The layouts of the luma and chroma planes are identical. 531 ``V4L2_PIX_FMT_MT2110R`` is identical to ``V4L2_PIX_FMT_MT2110T`` except that [all …]
|
| /linux/Documentation/process/ |
| H A D | license-rules.rst | 168 `Metatags`_. The file names are identical to the SPDX license 248 `Metatags`_. The file names are identical to the SPDX license 264 The metatag requirements for 'other' licenses are identical to the 295 `Metatags`_. The file names are identical to the SPDX license 312 The metatag requirements for 'other' licenses are identical to the
|
| /linux/include/uapi/asm-generic/ |
| H A D | mman-common.h | 59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 52 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ 53 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 58 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ 59 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
|
| /linux/net/batman-adv/ |
| H A D | hash.h | 67 * @compare: callback to determine if 2 hash elements are identical 119 * @compare: callback to determine if 2 hash elements are identical
|
| /linux/tools/memory-model/Documentation/ |
| H A D | control-dependencies.txt | 60 identical stores on both branches of the "if" statement as follows: 160 values were identical, the compiler could pull this store outside of the 226 (*) If both legs of the "if" statement contain identical stores to
|
| /linux/drivers/acpi/ |
| H A D | pptt.c | 491 /* Locate the last node in the tree with IDENTICAL set */ in flag_identical() 511 /* special case the identical flag to find last identical */ in acpi_find_processor_tag() 833 * The returned tag can be used to group peers with identical implementation. 835 * The search terminates when a level is found with the identical implementation 839 * where two cores in a heterogeneous machine may be identical, but won't have 843 * Otherwise returns a value which represents a group of identical cores
|
| /linux/kernel/futex/ |
| H A D | syscalls.c | 362 * Identical to the traditional FUTEX_WAKE_BITSET op, except it is part of the 394 * Identical to the traditional FUTEX_WAIT_BITSET op, except it is part of the 438 * Identical to the traditional FUTEX_CMP_REQUEUE op, except it is part of the 463 * For now mandate both flags are identical, like the sys_futex() in SYSCALL_DEFINE4()
|
| /linux/drivers/usb/serial/ |
| H A D | belkin_sa.h | 46 #define GOHUBS_PID 0x1000 /* GoHubs single port serial converter's id (identical to the Peracom dev… 47 #define HANDYLINK_PID 0x1200 /* HandyLink USB's id (identical to the Peracom device) */
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 84 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ 85 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
|