Searched full:numerical (Results 1 – 25 of 116) sorted by relevance
12345
/linux-6.12.1/include/uapi/linux/ |
D | media-bus-format.h | 26 * per pixel and order of subsamples. Numerical values are sorted using generic 27 * numerical sort order (8 thus comes before 10). 30 * enumeration, the bus formats are explicitly given a numerical value. The next
|
/linux-6.12.1/tools/net/ynl/lib/ |
D | nlspec.py | 66 value numerical value of this enum (use accessors in most situations!) 103 Represents an enumeration (list of numerical constants) 153 value numerical ID when serialized 334 value numerical ID when serialized, None if req/rsp values differ 336 req_value numerical ID when serialized, user -> kernel 337 rsp_value numerical ID when serialized, user <- kernel
|
/linux-6.12.1/Documentation/firmware-guide/acpi/dsd/ |
D | data-node-references.rst | 24 with a property "reg" that shall have the same numerical value as the number of 27 In case a hierarchical data extensions node has no numerical value, then the
|
/linux-6.12.1/tools/lib/subcmd/ |
D | parse-options.c | 266 return opterror(opt, "expects a numerical value", flags); in get_value() 281 return opterror(opt, "expects an unsigned numerical value", flags); in get_value() 284 return opterror(opt, "expects a numerical value", flags); in get_value() 300 return opterror(opt, "expects a numerical value", flags); in get_value() 316 return opterror(opt, "expects a numerical value", flags); in get_value() 331 return opterror(opt, "expects an unsigned numerical value", flags); in get_value() 334 return opterror(opt, "expects a numerical value", flags); in get_value()
|
/linux-6.12.1/drivers/gpu/drm/vboxvideo/ |
D | hgsmi_channels.h | 12 * to a free 16 bit numerical value. values are allocated in range
|
/linux-6.12.1/include/linux/ |
D | leds-regulator.h | 18 * If you have several regulator driven LEDs, you can append a numerical id to
|
D | prandom.h | 49 /* Pseudo random number generator from numerical recipes. */
|
D | asn1.h | 47 ASN1_NUMSTR = 18, /* Numerical String */
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | adi,adau1701.txt | 19 - adi,pin-config: An array of 12 numerical values selecting one of the
|
/linux-6.12.1/arch/sh/include/mach-common/mach/ |
D | mangle-port.h | 15 * you can't have the numerical value of data and byte addresses within
|
/linux-6.12.1/net/9p/ |
D | error.c | 72 {"Numerical argument out of domain", EDOM}, 73 {"Numerical result out of range", ERANGE},
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 24 * the O_SYNC flag. We continue to use the existing numerical value
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 256 2.2) Ordinary (numerical) GPIO ranges 318 If numerical and named pin groups are mixed, the string corresponding to a 319 numerical pin range in gpio-ranges-group-names must be empty.
|
/linux-6.12.1/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 21 * the O_SYNC flag. We continue to use the existing numerical value
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | errors.c | 50 [EDOM] = "Numerical argument out of domain", 51 [ERANGE] = "Numerical result out of range"
|
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | fcntl.h | 25 * the O_SYNC flag. We continue to use the existing numerical value
|
/linux-6.12.1/arch/mips/include/asm/mach-generic/ |
D | mangle-port.h | 21 * you can't have the numerical value of data and byte addresses within
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_abi.h | 58 * @id: numerical user-visible id of the shared buffer
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc.h | 17 * numerical comparisons.
|
/linux-6.12.1/net/netlabel/ |
D | netlabel_addrlist.c | 160 * numerical value) appears first in the list */ in netlbl_af4list_add() 198 * numerical value) appears first in the list */ in netlbl_af6list_add()
|
/linux-6.12.1/include/drm/ |
D | drm_property.h | 110 * Enumerated properties take a numerical value that ranges from 0 to 114 * numerical value to get and set property instance values. Enum
|
/linux-6.12.1/include/trace/events/ |
D | regulator.h | 106 * Events that take a range of numerical values, mostly for voltages
|
/linux-6.12.1/net/sctp/ |
D | debug.c | 10 * This file converts numerical ID value to alphabetical names for SCTP
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 78 A string specifying the English plural numerical unit that <event>
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | remote-controller.rst | 69 Xorg recognizes several IR keycodes that have its numerical value lower
|
12345