Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 2638) sorted by relevance

12345678910>>...106

/Linux-v6.6/drivers/
DKconfig6 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-v6.6/drivers/net/ethernet/
DKconfig21 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-v6.6/drivers/soc/
DKconfig4 source "drivers/soc/actions/Kconfig"
5 source "drivers/soc/amlogic/Kconfig"
6 source "drivers/soc/apple/Kconfig"
7 source "drivers/soc/aspeed/Kconfig"
8 source "drivers/soc/atmel/Kconfig"
9 source "drivers/soc/bcm/Kconfig"
10 source "drivers/soc/canaan/Kconfig"
11 source "drivers/soc/fsl/Kconfig"
12 source "drivers/soc/fujitsu/Kconfig"
13 source "drivers/soc/hisilicon/Kconfig"
[all …]
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_pipe_crc.c55 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source, in i8xx_pipe_crc_ctl_reg() argument
58 if (*source == INTEL_PIPE_CRC_SOURCE_AUTO) in i8xx_pipe_crc_ctl_reg()
59 *source = INTEL_PIPE_CRC_SOURCE_PIPE; in i8xx_pipe_crc_ctl_reg()
61 switch (*source) { in i8xx_pipe_crc_ctl_reg()
77 enum intel_pipe_crc_source *source) in i9xx_pipe_crc_auto_source() argument
83 *source = INTEL_PIPE_CRC_SOURCE_PIPE; in i9xx_pipe_crc_auto_source()
97 *source = INTEL_PIPE_CRC_SOURCE_TV; in i9xx_pipe_crc_auto_source()
104 *source = INTEL_PIPE_CRC_SOURCE_DP_B; in i9xx_pipe_crc_auto_source()
107 *source = INTEL_PIPE_CRC_SOURCE_DP_C; in i9xx_pipe_crc_auto_source()
110 *source = INTEL_PIPE_CRC_SOURCE_DP_D; in i9xx_pipe_crc_auto_source()
[all …]
/Linux-v6.6/drivers/media/pci/
DKconfig16 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"
21 source "drivers/media/pci/zoran/Kconfig"
28 source "drivers/media/pci/dt3155/Kconfig"
29 source "drivers/media/pci/ivtv/Kconfig"
30 source "drivers/media/pci/saa7146/Kconfig"
37 source "drivers/media/pci/bt8xx/Kconfig"
[all …]
/Linux-v6.6/drivers/acpi/acpica/
Drsmisc.c40 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 …]
Dutnonansi.c128 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-v6.6/sound/soc/
DKconfig80 source "sound/soc/adi/Kconfig"
81 source "sound/soc/amd/Kconfig"
82 source "sound/soc/apple/Kconfig"
83 source "sound/soc/atmel/Kconfig"
84 source "sound/soc/au1x/Kconfig"
85 source "sound/soc/bcm/Kconfig"
86 source "sound/soc/cirrus/Kconfig"
87 source "sound/soc/dwc/Kconfig"
88 source "sound/soc/fsl/Kconfig"
89 source "sound/soc/google/Kconfig"
[all …]
/Linux-v6.6/drivers/staging/
DKconfig27 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/rts5208/Kconfig"
41 source "drivers/staging/octeon/Kconfig"
43 source "drivers/staging/vt6655/Kconfig"
45 source "drivers/staging/vt6656/Kconfig"
[all …]
/Linux-v6.6/drivers/net/wireless/
DKconfig21 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/cisco/Kconfig"
26 source "drivers/net/wireless/intel/Kconfig"
27 source "drivers/net/wireless/intersil/Kconfig"
28 source "drivers/net/wireless/marvell/Kconfig"
29 source "drivers/net/wireless/mediatek/Kconfig"
30 source "drivers/net/wireless/microchip/Kconfig"
[all …]
/Linux-v6.6/drivers/media/usb/
DKconfig16 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-v6.6/drivers/iio/
DKconfig22 source "drivers/iio/buffer/Kconfig"
74 source "drivers/iio/accel/Kconfig"
75 source "drivers/iio/adc/Kconfig"
76 source "drivers/iio/addac/Kconfig"
77 source "drivers/iio/afe/Kconfig"
78 source "drivers/iio/amplifiers/Kconfig"
79 source "drivers/iio/cdc/Kconfig"
80 source "drivers/iio/chemical/Kconfig"
81 source "drivers/iio/common/Kconfig"
82 source "drivers/iio/dac/Kconfig"
[all …]
/Linux-v6.6/
DKconfig8 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-v6.6/drivers/media/platform/
DKconfig36 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/cadence/Kconfig"
71 source "drivers/media/platform/chips-media/Kconfig"
72 source "drivers/media/platform/intel/Kconfig"
73 source "drivers/media/platform/marvell/Kconfig"
[all …]
/Linux-v6.6/fs/
DKconfig31 source "fs/ext2/Kconfig"
32 source "fs/ext4/Kconfig"
33 source "fs/jbd2/Kconfig"
42 source "fs/reiserfs/Kconfig"
43 source "fs/jfs/Kconfig"
45 source "fs/xfs/Kconfig"
46 source "fs/gfs2/Kconfig"
47 source "fs/ocfs2/Kconfig"
48 source "fs/btrfs/Kconfig"
49 source "fs/nilfs2/Kconfig"
[all …]
/Linux-v6.6/drivers/phy/
DKconfig75 source "drivers/phy/allwinner/Kconfig"
76 source "drivers/phy/amlogic/Kconfig"
77 source "drivers/phy/broadcom/Kconfig"
78 source "drivers/phy/cadence/Kconfig"
79 source "drivers/phy/freescale/Kconfig"
80 source "drivers/phy/hisilicon/Kconfig"
81 source "drivers/phy/ingenic/Kconfig"
82 source "drivers/phy/lantiq/Kconfig"
83 source "drivers/phy/marvell/Kconfig"
84 source "drivers/phy/mediatek/Kconfig"
[all …]
/Linux-v6.6/sound/
DKconfig40 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-v6.6/drivers/infiniband/
DKconfig82 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-v6.6/arch/sparc/lib/
Dmemset.S30 #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-v6.6/drivers/mtd/
Dmtdsuper.c106 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-v6.6/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h51 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-v6.6/drivers/gpu/drm/amd/display/dc/irq/
Dirq_service.c77 enum dc_irq_source source) in find_irq_source_info() argument
79 if (source >= DAL_IRQ_SOURCES_NUMBER || source < DC_IRQ_SOURCE_INVALID) in find_irq_source_info()
82 return &irq_service->info[source]; in find_irq_source_info()
100 enum dc_irq_source source, in dal_irq_service_set() argument
104 find_irq_source_info(irq_service, source); in dal_irq_service_set()
109 source); in dal_irq_service_set()
113 dal_irq_service_ack(irq_service, source); in dal_irq_service_set()
118 source, enable); in dal_irq_service_set()
144 enum dc_irq_source source) in dal_irq_service_ack() argument
147 find_irq_source_info(irq_service, source); in dal_irq_service_ack()
[all …]
/Linux-v6.6/drivers/usb/
DKconfig39 source "drivers/usb/common/Kconfig"
96 source "drivers/usb/core/Kconfig"
98 source "drivers/usb/mon/Kconfig"
100 source "drivers/usb/host/Kconfig"
102 source "drivers/usb/renesas_usbhs/Kconfig"
104 source "drivers/usb/class/Kconfig"
106 source "drivers/usb/storage/Kconfig"
108 source "drivers/usb/image/Kconfig"
110 source "drivers/usb/usbip/Kconfig"
116 source "drivers/usb/cdns3/Kconfig"
[all …]
/Linux-v6.6/drivers/gpu/drm/
DKconfig173 If in doubt, say "N" or spread the word to your closed source
188 source "drivers/gpu/drm/display/Kconfig"
259 source "drivers/gpu/drm/i2c/Kconfig"
261 source "drivers/gpu/drm/arm/Kconfig"
263 source "drivers/gpu/drm/radeon/Kconfig"
265 source "drivers/gpu/drm/amd/amdgpu/Kconfig"
267 source "drivers/gpu/drm/nouveau/Kconfig"
269 source "drivers/gpu/drm/i915/Kconfig"
271 source "drivers/gpu/drm/kmb/Kconfig"
296 source "drivers/gpu/drm/exynos/Kconfig"
[all …]
/Linux-v6.6/lib/lz4/
Dlz4_decompress.c460 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 …]

12345678910>>...106