/linux-6.12.1/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/cache/Kconfig" 20 source "drivers/connector/Kconfig" [all …]
|
/linux-6.12.1/drivers/net/ethernet/ |
D | Kconfig | 18 source "drivers/net/ethernet/3com/Kconfig" 19 source "drivers/net/ethernet/actions/Kconfig" 20 source "drivers/net/ethernet/adaptec/Kconfig" 21 source "drivers/net/ethernet/aeroflex/Kconfig" 22 source "drivers/net/ethernet/agere/Kconfig" 23 source "drivers/net/ethernet/alacritech/Kconfig" 24 source "drivers/net/ethernet/allwinner/Kconfig" 25 source "drivers/net/ethernet/alteon/Kconfig" 26 source "drivers/net/ethernet/altera/Kconfig" 27 source "drivers/net/ethernet/amazon/Kconfig" [all …]
|
/linux-6.12.1/drivers/soc/ |
D | Kconfig | 4 source "drivers/soc/amlogic/Kconfig" 5 source "drivers/soc/apple/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/cirrus/Kconfig" 11 source "drivers/soc/fsl/Kconfig" 12 source "drivers/soc/fujitsu/Kconfig" 13 source "drivers/soc/hisilicon/Kconfig" [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_pipe_crc.c | 56 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source, in i8xx_pipe_crc_ctl_reg() argument 59 if (*source == INTEL_PIPE_CRC_SOURCE_AUTO) in i8xx_pipe_crc_ctl_reg() 60 *source = INTEL_PIPE_CRC_SOURCE_PIPE; in i8xx_pipe_crc_ctl_reg() 62 switch (*source) { in i8xx_pipe_crc_ctl_reg() 78 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-6.12.1/drivers/media/pci/ |
D | Kconfig | 16 source "drivers/media/pci/mgb4/Kconfig" 17 source "drivers/media/pci/solo6x10/Kconfig" 18 source "drivers/media/pci/sta2x11/Kconfig" 19 source "drivers/media/pci/tw5864/Kconfig" 20 source "drivers/media/pci/tw68/Kconfig" 21 source "drivers/media/pci/tw686x/Kconfig" 22 source "drivers/media/pci/zoran/Kconfig" 29 source "drivers/media/pci/dt3155/Kconfig" 30 source "drivers/media/pci/ivtv/Kconfig" 31 source "drivers/media/pci/saa7146/Kconfig" [all …]
|
/linux-6.12.1/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-6.12.1/drivers/pmdomain/ |
D | Kconfig | 4 source "drivers/pmdomain/actions/Kconfig" 5 source "drivers/pmdomain/amlogic/Kconfig" 6 source "drivers/pmdomain/apple/Kconfig" 7 source "drivers/pmdomain/arm/Kconfig" 8 source "drivers/pmdomain/bcm/Kconfig" 9 source "drivers/pmdomain/imx/Kconfig" 10 source "drivers/pmdomain/mediatek/Kconfig" 11 source "drivers/pmdomain/qcom/Kconfig" 12 source "drivers/pmdomain/renesas/Kconfig" 13 source "drivers/pmdomain/rockchip/Kconfig" [all …]
|
/linux-6.12.1/sound/soc/ |
D | Kconfig | 88 source "sound/soc/adi/Kconfig" 89 source "sound/soc/amd/Kconfig" 90 source "sound/soc/apple/Kconfig" 91 source "sound/soc/atmel/Kconfig" 92 source "sound/soc/au1x/Kconfig" 93 source "sound/soc/bcm/Kconfig" 94 source "sound/soc/cirrus/Kconfig" 95 source "sound/soc/dwc/Kconfig" 96 source "sound/soc/fsl/Kconfig" 97 source "sound/soc/google/Kconfig" [all …]
|
/linux-6.12.1/drivers/media/usb/ |
D | Kconfig | 16 source "drivers/media/usb/gspca/Kconfig" 17 source "drivers/media/usb/pwc/Kconfig" 18 source "drivers/media/usb/s2255/Kconfig" 19 source "drivers/media/usb/usbtv/Kconfig" 20 source "drivers/media/usb/uvc/Kconfig" 27 source "drivers/media/usb/go7007/Kconfig" 28 source "drivers/media/usb/hdpvr/Kconfig" 29 source "drivers/media/usb/pvrusb2/Kconfig" 30 source "drivers/media/usb/stk1160/Kconfig" 37 source "drivers/media/usb/au0828/Kconfig" [all …]
|
/linux-6.12.1/drivers/net/wireless/ |
D | Kconfig | 21 source "drivers/net/wireless/admtek/Kconfig" 22 source "drivers/net/wireless/ath/Kconfig" 23 source "drivers/net/wireless/atmel/Kconfig" 24 source "drivers/net/wireless/broadcom/Kconfig" 25 source "drivers/net/wireless/intel/Kconfig" 26 source "drivers/net/wireless/intersil/Kconfig" 27 source "drivers/net/wireless/marvell/Kconfig" 28 source "drivers/net/wireless/mediatek/Kconfig" 29 source "drivers/net/wireless/microchip/Kconfig" 30 source "drivers/net/wireless/purelifi/Kconfig" [all …]
|
/linux-6.12.1/drivers/media/platform/ |
D | Kconfig | 36 use system memory for both source and destination buffers, as opposed 65 source "drivers/media/platform/allegro-dvt/Kconfig" 66 source "drivers/media/platform/amlogic/Kconfig" 67 source "drivers/media/platform/amphion/Kconfig" 68 source "drivers/media/platform/aspeed/Kconfig" 69 source "drivers/media/platform/atmel/Kconfig" 70 source "drivers/media/platform/broadcom/Kconfig" 71 source "drivers/media/platform/cadence/Kconfig" 72 source "drivers/media/platform/chips-media/Kconfig" 73 source "drivers/media/platform/imagination/Kconfig" [all …]
|
/linux-6.12.1/drivers/iio/ |
D | Kconfig | 23 source "drivers/iio/buffer/Kconfig" 84 source "drivers/iio/accel/Kconfig" 85 source "drivers/iio/adc/Kconfig" 86 source "drivers/iio/addac/Kconfig" 87 source "drivers/iio/afe/Kconfig" 88 source "drivers/iio/amplifiers/Kconfig" 89 source "drivers/iio/cdc/Kconfig" 90 source "drivers/iio/chemical/Kconfig" 91 source "drivers/iio/common/Kconfig" 92 source "drivers/iio/dac/Kconfig" [all …]
|
/linux-6.12.1/ |
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-6.12.1/drivers/staging/ |
D | Kconfig | 27 source "drivers/staging/olpc_dcon/Kconfig" 29 source "drivers/staging/rtl8192e/Kconfig" 31 source "drivers/staging/rtl8723bs/Kconfig" 33 source "drivers/staging/rtl8712/Kconfig" 35 source "drivers/staging/rts5208/Kconfig" 37 source "drivers/staging/octeon/Kconfig" 39 source "drivers/staging/vt6655/Kconfig" 41 source "drivers/staging/vt6656/Kconfig" 43 source "drivers/staging/iio/Kconfig" 45 source "drivers/staging/sm750fb/Kconfig" [all …]
|
/linux-6.12.1/drivers/phy/ |
D | Kconfig | 85 source "drivers/phy/allwinner/Kconfig" 86 source "drivers/phy/amlogic/Kconfig" 87 source "drivers/phy/broadcom/Kconfig" 88 source "drivers/phy/cadence/Kconfig" 89 source "drivers/phy/freescale/Kconfig" 90 source "drivers/phy/hisilicon/Kconfig" 91 source "drivers/phy/ingenic/Kconfig" 92 source "drivers/phy/lantiq/Kconfig" 93 source "drivers/phy/marvell/Kconfig" 94 source "drivers/phy/mediatek/Kconfig" [all …]
|
/linux-6.12.1/fs/ |
D | Kconfig | 35 source "fs/ext2/Kconfig" 36 source "fs/ext4/Kconfig" 37 source "fs/jbd2/Kconfig" 46 source "fs/reiserfs/Kconfig" 47 source "fs/jfs/Kconfig" 49 source "fs/xfs/Kconfig" 50 source "fs/gfs2/Kconfig" 51 source "fs/ocfs2/Kconfig" 52 source "fs/btrfs/Kconfig" 53 source "fs/nilfs2/Kconfig" [all …]
|
/linux-6.12.1/sound/ |
D | Kconfig | 40 source "sound/oss/dmasound/Kconfig" 52 source "sound/core/Kconfig" 54 source "sound/drivers/Kconfig" 56 source "sound/isa/Kconfig" 58 source "sound/pci/Kconfig" 60 source "sound/hda/Kconfig" 62 source "sound/ppc/Kconfig" 64 source "sound/ac97/Kconfig" 66 source "sound/aoa/Kconfig" 68 source "sound/arm/Kconfig" [all …]
|
/linux-6.12.1/drivers/infiniband/ |
D | Kconfig | 82 source "drivers/infiniband/hw/bnxt_re/Kconfig" 83 source "drivers/infiniband/hw/cxgb4/Kconfig" 84 source "drivers/infiniband/hw/efa/Kconfig" 85 source "drivers/infiniband/hw/erdma/Kconfig" 86 source "drivers/infiniband/hw/hfi1/Kconfig" 87 source "drivers/infiniband/hw/hns/Kconfig" 88 source "drivers/infiniband/hw/irdma/Kconfig" 89 source "drivers/infiniband/hw/mana/Kconfig" 90 source "drivers/infiniband/hw/mlx4/Kconfig" 91 source "drivers/infiniband/hw/mlx5/Kconfig" [all …]
|
/linux-6.12.1/drivers/platform/ |
D | Kconfig | 2 source "drivers/platform/mips/Kconfig" 4 source "drivers/platform/loongarch/Kconfig" 6 source "drivers/platform/goldfish/Kconfig" 8 source "drivers/platform/chrome/Kconfig" 10 source "drivers/platform/cznic/Kconfig" 12 source "drivers/platform/mellanox/Kconfig" 14 source "drivers/platform/olpc/Kconfig" 16 source "drivers/platform/surface/Kconfig" 18 source "drivers/platform/x86/Kconfig" 20 source "drivers/platform/arm64/Kconfig"
|
/linux-6.12.1/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-6.12.1/drivers/mtd/ |
D | mtdsuper.c | 106 if (!fc->source) in get_tree_mtd() 109 pr_debug("MTDSB: dev_name \"%s\"\n", fc->source); in get_tree_mtd() 116 if (fc->source[0] == 'm' && in get_tree_mtd() 117 fc->source[1] == 't' && in get_tree_mtd() 118 fc->source[2] == 'd') { in get_tree_mtd() 119 if (fc->source[3] == ':') { in get_tree_mtd() 124 fc->source + 4); in get_tree_mtd() 126 mtd = get_mtd_device_nm(fc->source + 4); in get_tree_mtd() 131 fc->source + 4); in get_tree_mtd() 133 } else if (isdigit(fc->source[3])) { in get_tree_mtd() [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | max9286.c | 164 struct max9286_source *source; member 210 struct max9286_source *source) in next_source() argument 212 if (!source) in next_source() 213 source = &priv->sources[0]; in next_source() 215 source++; in next_source() 217 for (; source < &priv->sources[MAX9286_NUM_GMSL]; source++) { in next_source() 218 if (source->fwnode) in next_source() 219 return source; in next_source() 225 #define for_each_source(priv, source) \ argument 226 for ((source) = NULL; ((source) = next_source((priv), (source))); ) [all …]
|
/linux-6.12.1/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-6.12.1/lib/lz4/ |
D | lz4_decompress.c | 460 int LZ4_decompress_safe(const char *source, char *dest, in LZ4_decompress_safe() argument 463 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe() 478 int LZ4_decompress_fast(const char *source, char *dest, int originalSize) in LZ4_decompress_fast() argument 480 return LZ4_decompress_generic(source, dest, 0, originalSize, in LZ4_decompress_fast() 488 static int LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, in LZ4_decompress_safe_withPrefix64k() argument 491 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_withPrefix64k() 498 static int LZ4_decompress_safe_withSmallPrefix(const char *source, char *dest, in LZ4_decompress_safe_withSmallPrefix() argument 503 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_withSmallPrefix() 510 static int LZ4_decompress_safe_forceExtDict(const char *source, char *dest, in LZ4_decompress_safe_forceExtDict() argument 514 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_forceExtDict() [all …]
|