| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | devices.txt | 1 0 Unnamed devices (e.g. non-device mounts) 7 2 = /dev/kmem OBSOLETE - replaced by /proc/kcore 11 6 = /dev/core OBSOLETE - replaced by /proc/kcore 18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore 31 2 char Pseudo-TTY masters 37 Pseudo-tty's are named as follows: 40 the 1st through 16th series of 16 pseudo-ttys each, and 44 These are the old-style (BSD) PTY devices; Unix98 99 NOTE: The letter in the device name (d, q, h or u) 101 5.25" Quad Density (q), 5.25" High Density (h) or 3.5" [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | devices.txt | 1 0 Unnamed devices (e.g. non-device mounts) 11 6 = /dev/core OBSOLETE - replaced by /proc/kcore 18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore 31 2 char Pseudo-TTY masters 37 Pseudo-tty's are named as follows: 40 the 1st through 16th series of 16 pseudo-ttys each, and 44 These are the old-style (BSD) PTY devices; Unix98 99 NOTE: The letter in the device name (d, q, h or u) 101 5.25" Quad Density (q), 5.25" High Density (h) or 3.5" 102 (any model, u). The use of the capital letters D, H [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/backlight/ |
| D | lp855x-backlight.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/lp855x-backlight.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Artur Weber <aweber.kernel@gmail.com> 15 - ti,lp8550 16 - ti,lp8551 17 - ti,lp8552 18 - ti,lp8553 19 - ti,lp8555 [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | xhci-pci-renesas.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (C) 2019-2020 Linaro Limited */ 4 #include <linux/acpi.h> 5 #include <linux/firmware.h> 6 #include <linux/module.h> 7 #include <linux/pci.h> 8 #include <linux/slab.h> 9 #include <asm/unaligned.h> 11 #include "xhci.h" 12 #include "xhci-trace.h" [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/ |
| D | qcom-apq8026-samsung-matisse-wifi.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 9 #include "qcom-msm8226.dtsi" 12 /delete-node/ &adsp_region; 13 /delete-node/ &smem_region; 17 compatible = "samsung,matisse-wifi", "qcom,apq8026"; 18 chassis-type = "tablet"; 27 #address-cells = <1>; 28 #size-cells = <1>; [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | sr_vendor.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* -*-linux-c-*- 4 * vendor-specific code for SCSI CD-ROM's goes here. 7 * the like) are too new to be included into the SCSI-II standard (to 10 * Aug 1997: Ha! Got a SCSI-3 cdrom spec across my fingers. SCSI-3 does 13 * Rearranged stuff here: SCSI-3 is included allways, support 16 * Gerd Knorr <kraxel@cs.tu-berlin.de> 18 * -------------------------------------------------------------------------- 20 * support for XA/multisession-CD's 22 * - NEC: Detection and support of multisession CD's. [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | sr_vendor.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* -*-linux-c-*- 4 * vendor-specific code for SCSI CD-ROM's goes here. 7 * the like) are too new to be included into the SCSI-II standard (to 10 * Aug 1997: Ha! Got a SCSI-3 cdrom spec across my fingers. SCSI-3 does 13 * Rearranged stuff here: SCSI-3 is included allways, support 16 * Gerd Knorr <kraxel@cs.tu-berlin.de> 18 * -------------------------------------------------------------------------- 20 * support for XA/multisession-CD's 22 * - NEC: Detection and support of multisession CD's. [all …]
|
| /kernel/linux/linux-6.6/drivers/mtd/maps/ |
| D | ck804xrom.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/module.h> 12 #include <linux/types.h> 13 #include <linux/kernel.h> 14 #include <linux/init.h> 15 #include <linux/slab.h> 16 #include <asm/io.h> 17 #include <linux/mtd/mtd.h> 18 #include <linux/mtd/map.h> 19 #include <linux/mtd/cfi.h> [all …]
|
| /kernel/linux/linux-5.10/drivers/mtd/maps/ |
| D | ck804xrom.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/module.h> 12 #include <linux/types.h> 13 #include <linux/kernel.h> 14 #include <linux/init.h> 15 #include <linux/slab.h> 16 #include <asm/io.h> 17 #include <linux/mtd/mtd.h> 18 #include <linux/mtd/map.h> 19 #include <linux/mtd/cfi.h> [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | pci_mcu.c | 1 // SPDX-License-Identifier: ISC 6 #include <linux/kernel.h> 7 #include <linux/firmware.h> 8 #include <linux/delay.h> 10 #include "mt76x2.h" 11 #include "mcu.h" 12 #include "eeprom.h" 25 dev_err(dev->mt76.dev, in mt76pci_load_rom_patch() 26 "Could not get hardware semaphore for ROM PATCH\n"); in mt76pci_load_rom_patch() 27 return -ETIMEDOUT; in mt76pci_load_rom_patch() [all …]
|
| D | usb_mcu.c | 1 // SPDX-License-Identifier: ISC 6 #include <linux/firmware.h> 8 #include "mt76x2u.h" 9 #include "eeprom.h" 10 #include "../mt76x02_usb.h" 23 mt76u_vendor_request(&dev->mt76, MT_VEND_DEV_MODE, in mt76x2u_mcu_load_ivb() 30 struct mt76_usb *usb = &dev->mt76.usb; in mt76x2u_mcu_enable_patch() 37 memcpy(usb->data, data, sizeof(data)); in mt76x2u_mcu_enable_patch() 38 mt76u_vendor_request(&dev->mt76, MT_VEND_DEV_MODE, in mt76x2u_mcu_enable_patch() 40 0x12, 0, usb->data, sizeof(data)); in mt76x2u_mcu_enable_patch() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | pci_mcu.c | 1 // SPDX-License-Identifier: ISC 6 #include <linux/kernel.h> 7 #include <linux/firmware.h> 8 #include <linux/delay.h> 10 #include "mt76x2.h" 11 #include "mcu.h" 12 #include "eeprom.h" 25 dev_err(dev->mt76.dev, in mt76pci_load_rom_patch() 26 "Could not get hardware semaphore for ROM PATCH\n"); in mt76pci_load_rom_patch() 27 return -ETIMEDOUT; in mt76pci_load_rom_patch() [all …]
|
| D | usb_mcu.c | 1 // SPDX-License-Identifier: ISC 6 #include <linux/firmware.h> 8 #include "mt76x2u.h" 9 #include "eeprom.h" 10 #include "../mt76x02_usb.h" 23 mt76u_vendor_request(&dev->mt76, MT_VEND_DEV_MODE, in mt76x2u_mcu_load_ivb() 30 struct mt76_usb *usb = &dev->mt76.usb; in mt76x2u_mcu_enable_patch() 37 memcpy(usb->data, data, sizeof(data)); in mt76x2u_mcu_enable_patch() 38 mt76u_vendor_request(&dev->mt76, MT_VEND_DEV_MODE, in mt76x2u_mcu_enable_patch() 40 0x12, 0, usb->data, sizeof(data)); in mt76x2u_mcu_enable_patch() [all …]
|
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| D | plx9080.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * plx9080.h 18 #include <linux/compiler.h> 19 #include <linux/types.h> 20 #include <linux/bitops.h> 21 #include <linux/delay.h> 22 #include <linux/errno.h> 23 #include <linux/io.h> 26 * struct plx_dma_desc - DMA descriptor format for PLX PCI 9080 32 * Describes the format of a scatter-gather DMA descriptor for the PLX [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | plx9080.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * plx9080.h 18 #include <linux/compiler.h> 19 #include <linux/types.h> 20 #include <linux/bitops.h> 21 #include <linux/delay.h> 22 #include <linux/errno.h> 23 #include <linux/io.h> 26 * struct plx_dma_desc - DMA descriptor format for PLX PCI 9080 32 * Describes the format of a scatter-gather DMA descriptor for the PLX [all …]
|
| /kernel/linux/linux-5.10/arch/sh/include/mach-dreamcast/mach/ |
| D | sysasic.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * include/asm-sh/dreamcast/sysasic.h 8 * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> 15 #include <asm/irq.h> 17 /* Hardware events - 30 #define HW_EVENT_GDROM_DMA (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */ 31 #define HW_EVENT_G2_DMA (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */ 35 #define HW_EVENT_GDROM_CMD (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */ 36 #define HW_EVENT_AICA_SYS (HW_EVENT_IRQ_BASE + 33) /* AICA-related */ 41 /* arch/sh/boards/mach-dreamcast/irq.c */
|
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| D | xhci-pci-renesas.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (C) 2019-2020 Linaro Limited */ 4 #include <linux/acpi.h> 5 #include <linux/firmware.h> 6 #include <linux/module.h> 7 #include <linux/pci.h> 8 #include <linux/slab.h> 9 #include <asm/unaligned.h> 11 #include "xhci.h" 12 #include "xhci-trace.h" [all …]
|
| /kernel/linux/linux-6.6/arch/sh/include/mach-dreamcast/mach/ |
| D | sysasic.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * include/asm-sh/dreamcast/sysasic.h 8 * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> 15 #include <asm/irq.h> 17 /* Hardware events - 30 #define HW_EVENT_GDROM_DMA (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */ 31 #define HW_EVENT_G2_DMA (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */ 35 #define HW_EVENT_GDROM_CMD (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */ 36 #define HW_EVENT_AICA_SYS (HW_EVENT_IRQ_BASE + 33) /* AICA-related */ 41 /* arch/sh/boards/mach-dreamcast/irq.c */
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
| D | gio.h | 6 * gio.h: Definitions for SGI GIO bus 22 * ----- --------- ----------------------- ----- 23 * 0 GFX 0x1f000000 - 0x1f3fffff 4MB 24 * 1 EXP0 0x1f400000 - 0x1f5fffff 2MB 25 * 2 EXP1 0x1f600000 - 0x1f9fffff 4MB 27 * There are un-slotted devices, HPC, I/O and misc devices, which are grouped 29 * - MISC 0x1fb00000 - 0x1fbfffff 1MB 32 * - RESERVED 0x18000000 - 0x1effffff 112MB 41 * 32-bit IDs are divided into 45 * bits 8:15 manufacturer version for the product. [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
| D | gio.h | 6 * gio.h: Definitions for SGI GIO bus 22 * ----- --------- ----------------------- ----- 23 * 0 GFX 0x1f000000 - 0x1f3fffff 4MB 24 * 1 EXP0 0x1f400000 - 0x1f5fffff 2MB 25 * 2 EXP1 0x1f600000 - 0x1f9fffff 4MB 27 * There are un-slotted devices, HPC, I/O and misc devices, which are grouped 29 * - MISC 0x1fb00000 - 0x1fbfffff 1MB 32 * - RESERVED 0x18000000 - 0x1effffff 112MB 41 * 32-bit IDs are divided into 45 * bits 8:15 manufacturer version for the product. [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/dec/ |
| D | kn05.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * include/asm-mips/dec/kn05.h 6 * or KN04-BA), Personal DECstation/DECsystem 5000/50 (4maxine or 7 * KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC 13 * ROM. It is provided here in hope it will give someone some 20 #include <asm/dec/ioasic_addrs.h> 25 * passed to the I/O ASIC's decoder like with the KN03 or KN02-BA/CA. 30 #define KN4K_MB_ROM (0*IOASIC_SLOT_SIZE) /* KN05/KN04 card ROM */ 45 #define KN4K_RES_15 (15*IOASIC_SLOT_SIZE) /* unused? */ 58 * The register appears read-only. [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/dec/ |
| D | kn05.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * include/asm-mips/dec/kn05.h 6 * or KN04-BA), Personal DECstation/DECsystem 5000/50 (4maxine or 7 * KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC 13 * ROM. It is provided here in hope it will give someone some 20 #include <asm/dec/ioasic_addrs.h> 25 * passed to the I/O ASIC's decoder like with the KN03 or KN02-BA/CA. 30 #define KN4K_MB_ROM (0*IOASIC_SLOT_SIZE) /* KN05/KN04 card ROM */ 45 #define KN4K_RES_15 (15*IOASIC_SLOT_SIZE) /* unused? */ 58 * The register appears read-only. [all …]
|
| /kernel/linux/linux-5.10/arch/sh/include/mach-common/mach/ |
| D | sdk7780.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * linux/include/asm-sh/sdk7780.h 9 * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> 11 #include <linux/sh_intc.h> 12 #include <asm/addrspace.h> 18 #define PA_FROM 0xa0800000 /* Flash-ROM */ 19 #define PA_FROM_SIZE 0x00400000 /* Flash-ROM size 4M byte */ 22 #define PA_SDRAM 0xa8000000 /* DDR-SDRAM(Area2/3) 128MB */ 66 #define SDK7780_NR_IRL 15 77 #include <asm/io_generic.h>
|
| /kernel/linux/linux-6.6/arch/sh/include/mach-common/mach/ |
| D | sdk7780.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * linux/include/asm-sh/sdk7780.h 9 * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> 11 #include <linux/sh_intc.h> 12 #include <asm/addrspace.h> 18 #define PA_FROM 0xa0800000 /* Flash-ROM */ 19 #define PA_FROM_SIZE 0x00400000 /* Flash-ROM size 4M byte */ 22 #define PA_SDRAM 0xa8000000 /* DDR-SDRAM(Area2/3) 128MB */ 66 #define SDK7780_NR_IRL 15 77 #include <asm/io_generic.h>
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
| D | board-palmte.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/arch/arm/mach-omap1/board-palmte.c 5 * Modified from board-generic.c 12 * palmtelinux-developpers@lists.sf.net 16 #include <linux/gpio/machine.h> 17 #include <linux/gpio/consumer.h> 18 #include <linux/kernel.h> 19 #include <linux/init.h> 20 #include <linux/input.h> 21 #include <linux/platform_device.h> [all …]
|