Home
last modified time | relevance | path

Searched full:numbers (Results 1 – 25 of 2611) sorted by relevance

12345678910>>...105

/linux-6.12.1/samples/rust/
Drust_minimal.rs16 numbers: Vec<i32>, field
24 let mut numbers = Vec::new(); in init() localVariable
25 numbers.push(72, GFP_KERNEL)?; in init()
26 numbers.push(108, GFP_KERNEL)?; in init()
27 numbers.push(200, GFP_KERNEL)?; in init()
29 Ok(RustMinimal { numbers }) in init()
35 pr_info!("My numbers are {:?}\n", self.numbers); in drop()
/linux-6.12.1/Documentation/core-api/irq/
Dirq-domain.rst10 IRQ numbers.
19 hardware interrupt numbers: whereas in the past, IRQ numbers could
25 interrupt numbers, called hardware irq's, from Linux IRQ numbers.
28 irq numbers, but they don't provide any support for reverse mapping of
32 The irq_domain library adds mapping between hwirq and IRQ numbers on
38 structure to hwirq numbers (Device Tree and ACPI GSI so far), and can
51 between hwirq and IRQ numbers. Mappings are added to the irq_domain
104 map are fixed time lookup for IRQ numbers, and irq_descs are only
123 The irq_domain maintains a radix tree map from hwirq numbers to Linux
171 for IRQ numbers that are passed to struct device registrations. In that
[all …]
/linux-6.12.1/arch/arm/mach-omap1/
Dirqs.h17 * IRQ numbers for interrupt handler 1
19 * NOTE: See also the OMAP-1510 and 1610 specific IRQ numbers below
45 * OMAP-1510 specific IRQ numbers for interrupt handler 1
59 * OMAP-1610 specific IRQ numbers for interrupt handler 1
73 * OMAP-7xx specific IRQ numbers for interrupt handler 1
95 * IRQ numbers for interrupt handler 2
97 * NOTE: See also the OMAP-1510 and 1610 specific IRQ numbers below
126 * OMAP-1510 specific IRQ numbers for interrupt handler 2
132 * OMAP-1610 specific IRQ numbers for interrupt handler 2
170 * OMAP-7xx specific IRQ numbers for interrupt handler 2
/linux-6.12.1/arch/mips/include/asm/mach-rc32434/
Dirq.h18 #define GROUP0_IRQ_BASE 8 /* GRP2 IRQ numbers start here */
19 /* GRP3 IRQ numbers start here */
21 /* GRP4 IRQ numbers start here */
23 /* GRP5 IRQ numbers start here */
/linux-6.12.1/arch/powerpc/platforms/cell/
Dinterrupt.h6 * Mapping of IIC pending bits into per-node interrupt numbers.
8 * Interrupt numbers are in the range 0...0x1ff where the top bit
18 * defined by bit numbers in IIC_SR
61 /* Base numbers for the external interrupts */
67 /* Base numbers for the IIC_ISR interrupts */
/linux-6.12.1/fs/
Dchar_dev.c192 * register_chrdev_region() - register a range of device numbers
193 * @from: the first in the desired range of device numbers; must include
195 * @count: the number of consecutive device numbers required
226 * alloc_chrdev_region() - register a range of char device numbers
228 * @baseminor: first of the requested range of minor numbers
229 * @count: the number of minor numbers required
232 * Allocates a range of char device numbers. The major number will be
250 * @baseminor: first of the requested range of minor numbers
251 * @count: the number of minor numbers required
303 * unregister_chrdev_region() - unregister a range of device numbers
[all …]
/linux-6.12.1/Documentation/staging/
Dmagic-number.rst3 Linux magic numbers
6 This file is a registry of magic numbers which are in use. When you
8 file, since it is best if the magic numbers used by various structures
12 numbers. This allows you to check at run time whether (a) a structure
19 The way to use magic numbers is to declare them at the beginning of
54 but it is possible that some new magic numbers will sneak into the
/linux-6.12.1/arch/powerpc/boot/dts/
Dcurrituck.dts149 * We are de-swizzling here because the numbers are actually for
151 * to avoid putting a node for it in the tree, so the numbers
152 * below are basically de-swizzled numbers.
186 * We are de-swizzling here because the numbers are actually for
188 * to avoid putting a node for it in the tree, so the numbers
189 * below are basically de-swizzled numbers.
223 * We are de-swizzling here because the numbers are actually for
225 * to avoid putting a node for it in the tree, so the numbers
226 * below are basically de-swizzled numbers.
Dakebono.dts277 * We are de-swizzling here because the numbers are actually for
279 * to avoid putting a node for it in the tree, so the numbers
280 * below are basically de-swizzled numbers.
317 * We are de-swizzling here because the numbers are actually for
319 * to avoid putting a node for it in the tree, so the numbers
320 * below are basically de-swizzled numbers.
357 * We are de-swizzling here because the numbers are actually for
359 * to avoid putting a node for it in the tree, so the numbers
360 * below are basically de-swizzled numbers.
397 * We are de-swizzling here because the numbers are actually for
[all …]
Dredwood.dts265 * We are de-swizzling here because the numbers are actually for
267 * to avoid putting a node for it in the tree, so the numbers
268 * below are basically de-swizzled numbers.
306 * We are de-swizzling here because the numbers are actually for
308 * to avoid putting a node for it in the tree, so the numbers
309 * below are basically de-swizzled numbers.
347 * We are de-swizzling here because the numbers are actually for
349 * to avoid putting a node for it in the tree, so the numbers
350 * below are basically de-swizzled numbers.
/linux-6.12.1/include/uapi/linux/
Dserial_core.h36 * ARM specific type numbers. These are not currently guaranteed
49 /* Sparc type numbers. */
70 /* Parisc type numbers. */
76 /* Macintosh Zilog type numbers */
91 /* MPC52xx (and MPC512x) type numbers */
183 /* ST ASC type numbers */
Dif_pppol2tp.h79 * SENDSEQ - 0 => don't send packets with sequence numbers
80 * 1 => send packets with sequence numbers
81 * RECVSEQ - 0 => receive packet sequence numbers are optional
82 * 1 => drop receive packets without sequence numbers
/linux-6.12.1/sound/
DKconfig16 bool "Preclaim OSS device numbers"
21 numbers if any OSS support (native or emulation) is enabled
24 module aliases when one of the device numbers is opened. With
26 device numbers and opening a missing device will generate only the
/linux-6.12.1/security/tomoyo/
Dcommon.h68 /* Index numbers for "struct tomoyo_condition". */
137 /* Index numbers for stat(). */
147 /* Index numbers for operation mode. */
159 /* Index numbers for entry type. */
175 /* Index numbers for domain's attributes. */
189 /* Index numbers for audit type. */
199 /* Index numbers for group entries. */
207 /* Index numbers for type of numeric values. */
215 /* Index numbers for domain transition control keywords. */
227 /* Index numbers for Access Controls. */
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-stm6 Shows first and last available to software master numbers on
21 Reads as 0 if master numbers in the STP stream produced by
22 this stm device will match the master numbers assigned by
/linux-6.12.1/Documentation/usb/
Dfunctionfs.rst21 to worry about endpoints, interfaces or strings numbers but
23 only one (endpoints and strings numbers starting from one and
24 interface numbers starting from zero). The FunctionFS changes
25 them as needed also handling situation when numbers differ in
33 numbers and changing of the configuration (which means that
/linux-6.12.1/net/l2tp/
Dl2tp_core.h18 /* Random numbers used for internal consistency checks of tunnel and session structures */
41 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */
42 unsigned int send_seq:1; /* send packets with sequence numbers? */
44 * LAC enables sequence numbers under LNS control.
97 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */
98 unsigned int send_seq:1; /* send packets with sequence numbers? */
100 * LAC enables sequence numbers under LNS control.
111 * reordering, if data sequence numbers are enabled for the session.
/linux-6.12.1/tools/power/cpupower/utils/helpers/
Dbitmask.c83 * When parsing bitmask lists, only allow numbers, separated by one
95 * The mask term just scanned was ok if and only if either the numbers
97 * the input past the numbers was one of the allowed next characters.
183 * Parses a comma-separated list of numbers and ranges of numbers,
264 * Output format is a comma-separated list of decimal numbers and
266 * decimal numbers, the smallest and largest bit numbers set in
/linux-6.12.1/arch/alpha/include/uapi/asm/
Dioctl.h7 * "anything goes" setup, where more or less random numbers were
13 * it's so painful recognizing both the new and the old numbers..
33 * And this turns out useful to catch old ioctl numbers in header
47 /* used to create numbers */
/linux-6.12.1/include/linux/
Dgpio.h44 * "valid" GPIO numbers are nonnegative and may be passed to
45 * setup routines like gpio_request(). Only some valid numbers
48 * Invalid GPIO numbers are useful for indicating no-such-GPIO in
53 /* only non-negative numbers are valid */ in gpio_is_valid()
71 * While the GPIO base and numbers are positive, we limit it with signed
/linux-6.12.1/Documentation/process/
Dcve.rst5 Common Vulnerabilities and Exposure (CVE®) numbers were developed as an
8 regards to the kernel project, and CVE numbers were very often assigned
32 for CVE number assignments and have CVE numbers automatically assigned
40 assign CVE numbers to any bugfix that they identify. This
107 large numbers of assigned CVEs are not relevant for their systems.
/linux-6.12.1/fs/smb/client/
Dexport.c20 * server inode numbers instead of locally generated temporary ones).
21 * Although cifs inodes do not use generation numbers (have generation number
24 * could be improved by using a new routine which expects 64 bit inode numbers
/linux-6.12.1/kernel/gcov/
Dbase.c58 * Number format defined by gcc: numbers are recorded in the 32 bit
81 * Number format defined by gcc: numbers are recorded in the 32 bit
83 * file. 64 bit numbers are stored as two 32 bit numbers, the low part
/linux-6.12.1/drivers/gpio/
DTODO14 numbers to IRQ descriptors.
18 establish the numberspace at compile-time, making it hard to add any numbers
32 The best way to get out of the problem is to make the global GPIO numbers
44 implicitly does not use global GPIO numbers.
153 use of the global GPIO numbers. Once the above is complete, it may
169 order of global GPIO numbers that do not change between boots
/linux-6.12.1/drivers/acpi/acpica/
Dhwpci.c4 * Module Name: hwpci - Obtain PCI bus, device, and function numbers
64 * The PCI hardware dynamically configures PCI bus numbers
68 * the Bus/Device/Function numbers in the pci_id with the actual
104 /* Walk the list, updating the PCI device/function/bus numbers */ in acpi_hw_derive_pci_id()
224 * and bus numbers. bus_number is only important for PCI bridges. in acpi_hw_process_pci_list()
226 * function, and bus numbers that are discovered, and assign them in acpi_hw_process_pci_list()
289 * _ADR (contains PCI device and function numbers), and for PCI
340 * Get the bus numbers from PCI Config space: in acpi_hw_get_pci_device_info()

12345678910>>...105