| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
| D | fman_keygen.c | 4 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions in binary form must reproduce the above copyright 123 /* Hard-coded configuration: 124 * These values are used as hard-coded values for KeyGen configuration 125 * and they replace user selections for this hard-coded version 136 * - the value for symmetric hash usage must be in accordance with hash 138 * - according to tests performed, spreading is not working if symmetric 234 * Must be between 1 and 2^24-1 274 iowrite32be(fmkg_ar, ®s->fmkg_ar); in keygen_write_ar_wait() 278 fmkg_ar = ioread32be(®s->fmkg_ar); in keygen_write_ar_wait() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z16/ |
| D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a … 10 "Unit": "CPU-M-CF", 14 … Translation Lookaside Buffer 2 (TLB2) and the request was made by the Level-1 Data cache. This is… 17 "Unit": "CPU-M-CF", 21 …ress for a request made by the Level-1 Data cache. Incremented by one for every TLB2 miss in progr… 24 "Unit": "CPU-M-CF", 28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 31 "Unit": "CPU-M-CF", [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | generic.txt | 4 - maximum-speed: tells USB controllers we want to work up to a certain 5 speed. Valid arguments are "super-speed-plus", 6 "super-speed", "high-speed", "full-speed" and 7 "low-speed". In case this isn't passed via DT, USB 10 - dr_mode: tells Dual-Role USB controllers that we want to work on a 15 - phy_type: tells USB controllers that we want to configure the core to support 16 a UTMI+ PHY with an 8- or 16-bit interface if UTMI+ is 20 - otg-rev: tells usb driver the release number of the OTG and EH supplement 22 in binary-coded decimal (i.e. 2.0 is 0200H). This 24 is enabled, if ADP is required, otg-rev should be [all …]
|
| D | aspeed,usb-vhub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/aspeed,usb-vhub.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Benjamin Herrenschmidt <benh@kernel.crashing.org> 26 - aspeed,ast2400-usb-vhub 27 - aspeed,ast2500-usb-vhub 28 - aspeed,ast2600-usb-vhub 39 aspeed,vhub-downstream-ports: 46 aspeed,vhub-generic-endpoints: [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | usb-drd.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/usb/usb-drd.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org> 13 otg-rev: 16 which the device and its descriptors are compliant, in binary-coded 18 features (HNP/SRP/ADP) is enabled. If ADP is required, otg-rev should be 25 Tells Dual-Role USB controllers that we want to work on a particular 32 hnp-disable: [all …]
|
| D | aspeed,usb-vhub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/aspeed,usb-vhub.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Benjamin Herrenschmidt <benh@kernel.crashing.org> 26 - aspeed,ast2400-usb-vhub 27 - aspeed,ast2500-usb-vhub 28 - aspeed,ast2600-usb-vhub 39 aspeed,vhub-downstream-ports: 46 aspeed,vhub-generic-endpoints: [all …]
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | otg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 34 /* effective for A-peripheral, ignored for B devices */ 37 /* for B devices only: start session with A-Host */ 46 * struct usb_otg_caps - describes the otg capabilities of the device 48 * in binary-coded decimal (i.e. 2.0 is 0200H). 66 if (otg && otg->start_hnp) in otg_start_hnp() 67 return otg->start_hnp(otg); in otg_start_hnp() 69 return -ENOTSUPP; in otg_start_hnp() 76 if (otg && otg->set_vbus) in otg_set_vbus() 77 return otg->set_vbus(otg, enabled); in otg_set_vbus() [all …]
|
| D | typec.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 /* USB Type-C Specification releases */ 76 * struct enter_usb_data - Enter_USB Message details 80 * @active_link_training is a flag that should be set with uni-directional SBRX 81 * communication, and left 0 with passive cables and with bi-directional SBRX 90 * struct usb_pd_identity - USB Power Delivery identity data 112 * struct typec_altmode_desc - USB Type-C Alternate Mode Descriptor 150 * struct typec_plug_desc - USB Type-C Cable Plug Descriptor 154 * Represents USB Type-C Cable Plug. 161 * struct typec_cable_desc - USB Type-C Cable Descriptor [all …]
|
| /kernel/linux/linux-6.6/include/linux/usb/ |
| D | otg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 34 /* effective for A-peripheral, ignored for B devices */ 37 /* for B devices only: start session with A-Host */ 46 * struct usb_otg_caps - describes the otg capabilities of the device 48 * in binary-coded decimal (i.e. 2.0 is 0200H). 66 if (otg && otg->start_hnp) in otg_start_hnp() 67 return otg->start_hnp(otg); in otg_start_hnp() 69 return -ENOTSUPP; in otg_start_hnp() 76 if (otg && otg->set_vbus) in otg_set_vbus() 77 return otg->set_vbus(otg, enabled); in otg_set_vbus() [all …]
|
| /kernel/linux/linux-6.6/tools/usb/usbip/ |
| D | configure.ac | 4 AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org]) 5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) 21 AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"]) 49 [LIBS="$LIBS -ludev"], 55 AC_ARG_WITH([tcp-wrappers], 56 [AS_HELP_STRING([--with-tcp-wrappers], 58 dnl [ACTION-IF-GIVEN] 61 AC_MSG_CHECKING([for hosts_access in -lwrap]) 63 LIBS="-lwrap $saved_LIBS" 69 [use tcp wrapper]) wrap_LIB="-lwrap"], [all …]
|
| /kernel/linux/linux-5.10/tools/usb/usbip/ |
| D | configure.ac | 4 AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org]) 5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) 21 AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"]) 49 [LIBS="$LIBS -ludev"], 55 AC_ARG_WITH([tcp-wrappers], 56 [AS_HELP_STRING([--with-tcp-wrappers], 58 dnl [ACTION-IF-GIVEN] 61 AC_MSG_CHECKING([for hosts_access in -lwrap]) 63 LIBS="-lwrap $saved_LIBS" 69 [use tcp wrapper]) wrap_LIB="-lwrap"], [all …]
|
| /kernel/linux/linux-6.6/arch/arc/kernel/ |
| D | vmlinux.lds.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 6 #include <asm-generic/vmlinux.lds.h> 48 * binary blob is tucked away to one side, reducing the displacement 52 * decompress_inflate.c:gunzip( ) -> zlib_inflate_workspace( ) 64 /* INIT_DATA_SECTION open-coded: special INIT_RAM_FS handling */ 103 * 2. THREAD_SIZE for init.task, must be kernel-stk sz aligned
|
| /kernel/linux/linux-5.10/arch/arc/kernel/ |
| D | vmlinux.lds.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 6 #include <asm-generic/vmlinux.lds.h> 48 * binary blob is tucked away to one side, reducing the displacement 52 * decompress_inflate.c:gunzip( ) -> zlib_inflate_workspace( ) 65 /* INIT_DATA_SECTION open-coded: special INIT_RAM_FS handling */ 104 * 2. THREAD_SIZE for init.task, must be kernel-stk sz aligned
|
| /kernel/linux/linux-5.10/lib/ |
| D | hexdump.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 * hex_to_bin - convert a hex digit to its real value 23 * hex_to_bin() converts one hex digit to its actual value or -1 in case of bad 26 * This function is used to load cryptographic keys, so it is coded in such a 30 * (ch - '9' - 1) is negative if ch <= '9' 31 * ('0' - 1 - ch) is negative if ch >= '0' 35 * shift of a negative value is implementation-defined, so we cast the 36 * value to (unsigned) before the shift --- we have 0xffffff if ch is in 38 * we "and" this value with (ch - '0' + 1) --- we have a value 1 ... 10 if ch is 40 * we add this value to -1 --- we have a value 0 ... 9 if ch is in the range '0' [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | hexdump.c | 1 // SPDX-License-Identifier: GPL-2.0-only 20 * hex_to_bin - convert a hex digit to its real value 23 * hex_to_bin() converts one hex digit to its actual value or -1 in case of bad 26 * This function is used to load cryptographic keys, so it is coded in such a 30 * (ch - '9' - 1) is negative if ch <= '9' 31 * ('0' - 1 - ch) is negative if ch >= '0' 35 * shift of a negative value is implementation-defined, so we cast the 36 * value to (unsigned) before the shift --- we have 0xffffff if ch is in 38 * we "and" this value with (ch - '0' + 1) --- we have a value 1 ... 10 if ch is 40 * we add this value to -1 --- we have a value 0 ... 9 if ch is in the range '0' [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z14/ |
| D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a … 10 "Unit": "CPU-M-CF", 17 "Unit": "CPU-M-CF", 21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 24 "Unit": "CPU-M-CF", 27 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 31 "Unit": "CPU-M-CF", [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z14/ |
| D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a … 10 "Unit": "CPU-M-CF", 17 "Unit": "CPU-M-CF", 21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 24 "Unit": "CPU-M-CF", 27 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 31 "Unit": "CPU-M-CF", [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | tnum.h | 41 /* Subtract two tnums, return @a - @b */ 43 /* Bitwise-AND, return @a & @b */ 45 /* Bitwise-OR, return @a | @b */ 47 /* Bitwise-XOR, return @a ^ @b */ 89 * As a rule of thumb, if @a is explicitly coded rather than coming from 90 * reg->var_off, it should be in form of tnum_const(), tnum_range(0, 2**n - 1), 91 * or tnum_range(2**n, 2**(n+1) - 1). 95 /* Formatting functions. These have snprintf-like semantics: they will write 102 /* Format a tnum as tristate binary expansion */ 105 /* Returns the 32-bit subreg */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/input/ |
| D | event-codes.rst | 1 .. _input-event-codes: 36 - Used as markers to separate events. Events may be separated in time or in 41 - Used to describe state changes of keyboards, buttons, or other key-like 46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 51 - Used to describe absolute axis value changes, e.g. describing the 56 - Used to describe miscellaneous input data that do not fit into other types. 60 - Used to describe binary state input switches. 64 - Used to turn LEDs on devices on and off. 68 - Used to output sound to devices. 72 - Used for autorepeating devices. [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z15/ |
| D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a … 10 "Unit": "CPU-M-CF", 17 "Unit": "CPU-M-CF", 21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 24 "Unit": "CPU-M-CF", 27 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page" 31 "Unit": "CPU-M-CF", [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z15/ |
| D | extended.json | 3 "Unit": "CPU-M-CF", 6 "BriefDescription": "L1D Read-only Exclusive Writes", 7 …blicDescription": "A directory write to the Level-1 Data cache where the line was originally in a … 10 "Unit": "CPU-M-CF", 17 "Unit": "CPU-M-CF", 21 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 24 "Unit": "CPU-M-CF", 27 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 28 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 31 "Unit": "CPU-M-CF", [all …]
|
| /kernel/linux/linux-5.10/Documentation/staging/ |
| D | crc32.rst | 5 A CRC is a long-division remainder. You add the CRC to the message, 11 protocols put the end-of-frame flag after the CRC. 15 - We're working in binary, so the digits are only 0 and 1, and 16 - When dividing polynomials, there are no carries. Rather than add and 21 To produce a 32-bit CRC, the divisor is actually a 33-bit CRC polynomial. 24 familiar with the IEEE 754 floating-point format, it's the same idea.) 28 the best error-detecting properties, this should correspond to the 29 order they're actually sent. For example, standard RS-232 serial is 30 little-endian; the most significant bit (sometimes used for parity) 38 back into range. In binary, this is easy - it has to be either 0 or 1, [all …]
|
| /kernel/linux/linux-6.6/Documentation/staging/ |
| D | crc32.rst | 5 A CRC is a long-division remainder. You add the CRC to the message, 11 protocols put the end-of-frame flag after the CRC. 15 - We're working in binary, so the digits are only 0 and 1, and 16 - When dividing polynomials, there are no carries. Rather than add and 21 To produce a 32-bit CRC, the divisor is actually a 33-bit CRC polynomial. 24 familiar with the IEEE 754 floating-point format, it's the same idea.) 28 the best error-detecting properties, this should correspond to the 29 order they're actually sent. For example, standard RS-232 serial is 30 little-endian; the most significant bit (sometimes used for parity) 38 back into range. In binary, this is easy - it has to be either 0 or 1, [all …]
|
| /kernel/linux/linux-6.6/Documentation/input/ |
| D | event-codes.rst | 1 .. _input-event-codes: 36 - Used as markers to separate events. Events may be separated in time or in 41 - Used to describe state changes of keyboards, buttons, or other key-like 46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 51 - Used to describe absolute axis value changes, e.g. describing the 56 - Used to describe miscellaneous input data that do not fit into other types. 60 - Used to describe binary state input switches. 64 - Used to turn LEDs on devices on and off. 68 - Used to output sound to devices. 72 - Used for autorepeating devices. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/ |
| D | usage-model.rst | 1 .. SPDX-License-Identifier: GPL-2.0 44 ---------- 49 thereby support a majority of available hardware without hard coded 56 In 2005, when PowerPC Linux began a major cleanup and to merge 32-bit 57 and 64-bit support, the decision was made to require DT support on all 60 Tree (FDT) was created which could be passed to the kernel as a binary 61 blob without requiring a real Open Firmware implementation. U-Boot, 63 Device Tree Binary (dtb) and to modify a dtb at boot time. DT was 66 existing non-DT aware firmware. 74 ------------- [all …]
|