/Linux-v5.15/drivers/ |
D | Kconfig | 6 source "drivers/amba/Kconfig" 7 source "drivers/eisa/Kconfig" 8 source "drivers/pci/Kconfig" 9 source "drivers/cxl/Kconfig" 10 source "drivers/pcmcia/Kconfig" 11 source "drivers/rapidio/Kconfig" 14 source "drivers/base/Kconfig" 16 source "drivers/bus/Kconfig" 18 source "drivers/connector/Kconfig" 20 source "drivers/firmware/Kconfig" [all …]
|
/Linux-v5.15/drivers/net/ethernet/ |
D | Kconfig | 21 source "drivers/net/ethernet/3com/Kconfig" 22 source "drivers/net/ethernet/actions/Kconfig" 23 source "drivers/net/ethernet/adaptec/Kconfig" 24 source "drivers/net/ethernet/aeroflex/Kconfig" 25 source "drivers/net/ethernet/agere/Kconfig" 26 source "drivers/net/ethernet/alacritech/Kconfig" 27 source "drivers/net/ethernet/allwinner/Kconfig" 28 source "drivers/net/ethernet/alteon/Kconfig" 29 source "drivers/net/ethernet/altera/Kconfig" 30 source "drivers/net/ethernet/amazon/Kconfig" [all …]
|
/Linux-v5.15/drivers/staging/ |
D | Kconfig | 27 source "drivers/staging/wlan-ng/Kconfig" 29 source "drivers/staging/olpc_dcon/Kconfig" 31 source "drivers/staging/rtl8192u/Kconfig" 33 source "drivers/staging/rtl8192e/Kconfig" 35 source "drivers/staging/rtl8723bs/Kconfig" 37 source "drivers/staging/rtl8712/Kconfig" 39 source "drivers/staging/r8188eu/Kconfig" 41 source "drivers/staging/rts5208/Kconfig" 43 source "drivers/staging/octeon/Kconfig" 45 source "drivers/staging/octeon-usb/Kconfig" [all …]
|
/Linux-v5.15/drivers/gpu/drm/i915/display/ |
D | intel_pipe_crc.c | 54 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source, in i8xx_pipe_crc_ctl_reg() argument 57 if (*source == INTEL_PIPE_CRC_SOURCE_AUTO) in i8xx_pipe_crc_ctl_reg() 58 *source = INTEL_PIPE_CRC_SOURCE_PIPE; in i8xx_pipe_crc_ctl_reg() 60 switch (*source) { in i8xx_pipe_crc_ctl_reg() 76 enum intel_pipe_crc_source *source) in i9xx_pipe_crc_auto_source() argument 84 *source = INTEL_PIPE_CRC_SOURCE_PIPE; in i9xx_pipe_crc_auto_source() 98 *source = INTEL_PIPE_CRC_SOURCE_TV; in i9xx_pipe_crc_auto_source() 105 *source = INTEL_PIPE_CRC_SOURCE_DP_B; in i9xx_pipe_crc_auto_source() 108 *source = INTEL_PIPE_CRC_SOURCE_DP_C; in i9xx_pipe_crc_auto_source() 111 *source = INTEL_PIPE_CRC_SOURCE_DP_D; in i9xx_pipe_crc_auto_source() [all …]
|
/Linux-v5.15/drivers/soc/ |
D | Kconfig | 4 source "drivers/soc/actions/Kconfig" 5 source "drivers/soc/amlogic/Kconfig" 6 source "drivers/soc/aspeed/Kconfig" 7 source "drivers/soc/atmel/Kconfig" 8 source "drivers/soc/bcm/Kconfig" 9 source "drivers/soc/canaan/Kconfig" 10 source "drivers/soc/fsl/Kconfig" 11 source "drivers/soc/imx/Kconfig" 12 source "drivers/soc/ixp4xx/Kconfig" 13 source "drivers/soc/litex/Kconfig" [all …]
|
/Linux-v5.15/sound/soc/ |
D | Kconfig | 62 source "sound/soc/adi/Kconfig" 63 source "sound/soc/amd/Kconfig" 64 source "sound/soc/atmel/Kconfig" 65 source "sound/soc/au1x/Kconfig" 66 source "sound/soc/bcm/Kconfig" 67 source "sound/soc/cirrus/Kconfig" 68 source "sound/soc/dwc/Kconfig" 69 source "sound/soc/fsl/Kconfig" 70 source "sound/soc/hisilicon/Kconfig" 71 source "sound/soc/jz4740/Kconfig" [all …]
|
/Linux-v5.15/drivers/media/pci/ |
D | Kconfig | 15 source "drivers/media/pci/meye/Kconfig" 16 source "drivers/media/pci/solo6x10/Kconfig" 17 source "drivers/media/pci/sta2x11/Kconfig" 18 source "drivers/media/pci/tw5864/Kconfig" 19 source "drivers/media/pci/tw68/Kconfig" 20 source "drivers/media/pci/tw686x/Kconfig" 25 source "drivers/media/pci/ivtv/Kconfig" 26 source "drivers/media/pci/saa7146/Kconfig" 27 source "drivers/media/pci/dt3155/Kconfig" 32 source "drivers/media/pci/cx18/Kconfig" [all …]
|
/Linux-v5.15/drivers/media/usb/ |
D | Kconfig | 15 source "drivers/media/usb/uvc/Kconfig" 16 source "drivers/media/usb/gspca/Kconfig" 17 source "drivers/media/usb/pwc/Kconfig" 18 source "drivers/media/usb/cpia2/Kconfig" 19 source "drivers/media/usb/zr364xx/Kconfig" 20 source "drivers/media/usb/stkwebcam/Kconfig" 21 source "drivers/media/usb/s2255/Kconfig" 22 source "drivers/media/usb/usbtv/Kconfig" 27 source "drivers/media/usb/pvrusb2/Kconfig" 28 source "drivers/media/usb/hdpvr/Kconfig" [all …]
|
/Linux-v5.15/drivers/acpi/acpica/ |
D | rsmisc.c | 40 void *source; in acpi_rs_convert_aml_to_resource() local 79 source = ACPI_ADD_PTR(void, aml, info->aml_offset); in acpi_rs_convert_aml_to_resource() 106 ((ACPI_GET8(source) >> info->value) & 0x01)); in acpi_rs_convert_aml_to_resource() 114 ((ACPI_GET8(source) >> info->value) & 0x03)); in acpi_rs_convert_aml_to_resource() 122 ((ACPI_GET8(source) >> info->value) & 0x07)); in acpi_rs_convert_aml_to_resource() 130 ((ACPI_GET8(source) >> info->value) & 0x3F)); in acpi_rs_convert_aml_to_resource() 135 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource() 154 item_count = ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource() 163 item_count = ACPI_GET8(source); in acpi_rs_convert_aml_to_resource() 182 ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource() [all …]
|
D | utnonansi.c | 128 u8 acpi_ut_safe_strcpy(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcpy() argument 131 if (strlen(source) >= dest_size) { in acpi_ut_safe_strcpy() 135 strcpy(dest, source); in acpi_ut_safe_strcpy() 139 u8 acpi_ut_safe_strcat(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcat() argument 142 if ((strlen(dest) + strlen(source)) >= dest_size) { in acpi_ut_safe_strcat() 146 strcat(dest, source); in acpi_ut_safe_strcat() 153 char *source, acpi_size max_transfer_length) in acpi_ut_safe_strncat() argument 157 actual_transfer_length = ACPI_MIN(max_transfer_length, strlen(source)); in acpi_ut_safe_strncat() 163 strncat(dest, source, max_transfer_length); in acpi_ut_safe_strncat() 167 void acpi_ut_safe_strncpy(char *dest, char *source, acpi_size dest_size) in acpi_ut_safe_strncpy() argument [all …]
|
/Linux-v5.15/drivers/iio/ |
D | Kconfig | 22 source "drivers/iio/buffer/Kconfig" 71 source "drivers/iio/accel/Kconfig" 72 source "drivers/iio/adc/Kconfig" 73 source "drivers/iio/afe/Kconfig" 74 source "drivers/iio/amplifiers/Kconfig" 75 source "drivers/iio/cdc/Kconfig" 76 source "drivers/iio/chemical/Kconfig" 77 source "drivers/iio/common/Kconfig" 78 source "drivers/iio/dac/Kconfig" 79 source "drivers/iio/dummy/Kconfig" [all …]
|
/Linux-v5.15/ |
D | Kconfig | 8 source "scripts/Kconfig.include" 10 source "init/Kconfig" 12 source "kernel/Kconfig.freezer" 14 source "fs/Kconfig.binfmt" 16 source "mm/Kconfig" 18 source "net/Kconfig" 20 source "drivers/Kconfig" 22 source "fs/Kconfig" 24 source "security/Kconfig" 26 source "crypto/Kconfig" [all …]
|
/Linux-v5.15/fs/ |
D | Kconfig | 23 source "fs/ext2/Kconfig" 24 source "fs/ext4/Kconfig" 25 source "fs/jbd2/Kconfig" 34 source "fs/reiserfs/Kconfig" 35 source "fs/jfs/Kconfig" 37 source "fs/xfs/Kconfig" 38 source "fs/gfs2/Kconfig" 39 source "fs/ocfs2/Kconfig" 40 source "fs/btrfs/Kconfig" 41 source "fs/nilfs2/Kconfig" [all …]
|
/Linux-v5.15/drivers/phy/ |
D | Kconfig | 73 source "drivers/phy/allwinner/Kconfig" 74 source "drivers/phy/amlogic/Kconfig" 75 source "drivers/phy/broadcom/Kconfig" 76 source "drivers/phy/cadence/Kconfig" 77 source "drivers/phy/freescale/Kconfig" 78 source "drivers/phy/hisilicon/Kconfig" 79 source "drivers/phy/ingenic/Kconfig" 80 source "drivers/phy/lantiq/Kconfig" 81 source "drivers/phy/marvell/Kconfig" 82 source "drivers/phy/mediatek/Kconfig" [all …]
|
/Linux-v5.15/sound/ |
D | Kconfig | 40 source "sound/oss/dmasound/Kconfig" 54 source "sound/core/Kconfig" 56 source "sound/drivers/Kconfig" 58 source "sound/isa/Kconfig" 60 source "sound/pci/Kconfig" 62 source "sound/hda/Kconfig" 64 source "sound/ppc/Kconfig" 66 source "sound/ac97/Kconfig" 68 source "sound/aoa/Kconfig" 70 source "sound/arm/Kconfig" [all …]
|
/Linux-v5.15/drivers/infiniband/ |
D | Kconfig | 81 source "drivers/infiniband/hw/mthca/Kconfig" 82 source "drivers/infiniband/hw/qib/Kconfig" 83 source "drivers/infiniband/hw/cxgb4/Kconfig" 84 source "drivers/infiniband/hw/efa/Kconfig" 85 source "drivers/infiniband/hw/irdma/Kconfig" 86 source "drivers/infiniband/hw/mlx4/Kconfig" 87 source "drivers/infiniband/hw/mlx5/Kconfig" 88 source "drivers/infiniband/hw/ocrdma/Kconfig" 89 source "drivers/infiniband/hw/vmw_pvrdma/Kconfig" 90 source "drivers/infiniband/hw/usnic/Kconfig" [all …]
|
/Linux-v5.15/arch/sparc/lib/ |
D | memset.S | 30 #define STORE(source, base, offset, n) \ argument 31 98: std source, [base + offset + n]; \ 42 #define STORE_LAST(source, base, offset, n) \ argument 43 EX(std source, [base - offset - n], \ 49 #define ZERO_BIG_BLOCK(base, offset, source) \ argument 50 STORE(source, base, offset, 0x00); \ 51 STORE(source, base, offset, 0x08); \ 52 STORE(source, base, offset, 0x10); \ 53 STORE(source, base, offset, 0x18); \ 54 STORE(source, base, offset, 0x20); \ [all …]
|
/Linux-v5.15/arch/mips/include/asm/netlogic/ |
D | mips-extns.h | 174 #define __read_64bit_c2_split(source, sel) \ argument 183 "dmfc2\t%M0, " #source "\n\t" \ 192 "dmfc2\t%M0, " #source ", " #sel "\n\t" \ 203 #define __write_64bit_c2_split(source, sel, val) \ argument 215 "dmtc2\t%L0, " #source "\n\t" \ 225 "dmtc2\t%L0, " #source ", " #sel "\n\t" \ 231 #define __read_32bit_c2_register(source, sel) \ argument 236 "mfc2\t%0, " #source "\n\t" \ 242 "mfc2\t%0, " #source ", " #sel "\n\t" \ 248 #define __read_64bit_c2_register(source, sel) \ argument [all …]
|
/Linux-v5.15/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 51 source : 9, member 61 source : 9, 70 source : 9, member 80 source : 9, 89 source : 9, member 97 source : 9, 106 source : 9, member 116 source : 9, 125 source : 9, member 133 source : 9, [all …]
|
/Linux-v5.15/net/ |
D | Kconfig | 63 source "net/packet/Kconfig" 64 source "net/unix/Kconfig" 65 source "net/tls/Kconfig" 66 source "net/xfrm/Kconfig" 67 source "net/iucv/Kconfig" 68 source "net/smc/Kconfig" 69 source "net/xdp/Kconfig" 94 source "net/ipv4/Kconfig" 95 source "net/ipv6/Kconfig" 96 source "net/netlabel/Kconfig" [all …]
|
/Linux-v5.15/drivers/mtd/ |
D | mtdsuper.c | 128 if (!fc->source) in get_tree_mtd() 131 pr_debug("MTDSB: dev_name \"%s\"\n", fc->source); in get_tree_mtd() 138 if (fc->source[0] == 'm' && in get_tree_mtd() 139 fc->source[1] == 't' && in get_tree_mtd() 140 fc->source[2] == 'd') { in get_tree_mtd() 141 if (fc->source[3] == ':') { in get_tree_mtd() 146 fc->source + 4); in get_tree_mtd() 148 mtd = get_mtd_device_nm(fc->source + 4); in get_tree_mtd() 153 fc->source + 4); in get_tree_mtd() 155 } else if (isdigit(fc->source[3])) { in get_tree_mtd() [all …]
|
/Linux-v5.15/lib/lz4/ |
D | lz4_decompress.c | 456 int LZ4_decompress_safe(const char *source, char *dest, in LZ4_decompress_safe() argument 459 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe() 474 int LZ4_decompress_fast(const char *source, char *dest, int originalSize) in LZ4_decompress_fast() argument 476 return LZ4_decompress_generic(source, dest, 0, originalSize, in LZ4_decompress_fast() 484 static int LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, in LZ4_decompress_safe_withPrefix64k() argument 487 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_withPrefix64k() 494 static int LZ4_decompress_safe_withSmallPrefix(const char *source, char *dest, in LZ4_decompress_safe_withSmallPrefix() argument 499 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_withSmallPrefix() 506 int LZ4_decompress_safe_forceExtDict(const char *source, char *dest, in LZ4_decompress_safe_forceExtDict() argument 510 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_forceExtDict() [all …]
|
/Linux-v5.15/net/6lowpan/ |
D | nhc_udp.c | 49 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source)); in udp_uncompress() 53 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source)); in udp_uncompress() 59 uh.source = htons(val + LOWPAN_NHC_UDP_8BIT_PORT); in udp_uncompress() 64 uh.source = htons(LOWPAN_NHC_UDP_4BIT_PORT + (val >> 4)); in udp_uncompress() 72 ntohs(uh.source), ntohs(uh.dest)); in udp_uncompress() 121 if (((ntohs(uh->source) & LOWPAN_NHC_UDP_4BIT_MASK) == in udp_compress() 131 ((ntohs(uh->source) - LOWPAN_NHC_UDP_4BIT_PORT) << 4); in udp_compress() 140 lowpan_push_hc_data(hc_ptr, &uh->source, sizeof(uh->source)); in udp_compress() 144 } else if ((ntohs(uh->source) & LOWPAN_NHC_UDP_8BIT_MASK) == in udp_compress() 151 tmp = ntohs(uh->source) - LOWPAN_NHC_UDP_8BIT_PORT; in udp_compress() [all …]
|
/Linux-v5.15/drivers/staging/media/ |
D | Kconfig | 23 source "drivers/staging/media/atomisp/Kconfig" 25 source "drivers/staging/media/hantro/Kconfig" 27 source "drivers/staging/media/imx/Kconfig" 29 source "drivers/staging/media/meson/vdec/Kconfig" 31 source "drivers/staging/media/omap4iss/Kconfig" 33 source "drivers/staging/media/rkvdec/Kconfig" 35 source "drivers/staging/media/sunxi/Kconfig" 37 source "drivers/staging/media/tegra-vde/Kconfig" 39 source "drivers/staging/media/zoran/Kconfig" 41 source "drivers/staging/media/tegra-video/Kconfig" [all …]
|
/Linux-v5.15/drivers/video/ |
D | Kconfig | 13 source "drivers/char/agp/Kconfig" 15 source "drivers/gpu/vga/Kconfig" 17 source "drivers/gpu/host1x/Kconfig" 18 source "drivers/gpu/ipu-v3/Kconfig" 20 source "drivers/gpu/drm/Kconfig" 23 source "drivers/video/fbdev/Kconfig" 26 source "drivers/video/backlight/Kconfig" 41 source "drivers/video/console/Kconfig" 45 source "drivers/video/logo/Kconfig"
|