Searched refs:source (Results 1 – 25 of 660) sorted by relevance
12345678910>>...27
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 …]
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 …]
4 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 …]
55 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source, in i8xx_pipe_crc_ctl_reg() argument58 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() argument83 *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 …]
40 void *source; in acpi_rs_convert_aml_to_resource() local79 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 …]
128 u8 acpi_ut_safe_strcpy(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcpy() argument131 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() argument142 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() argument157 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 …]
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"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 …]
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/rts5208/Kconfig"41 source "drivers/staging/octeon/Kconfig"43 source "drivers/staging/vt6655/Kconfig"45 source "drivers/staging/vt6656/Kconfig"[all …]
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/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 …]
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 …]
22 source "drivers/iio/buffer/Kconfig"83 source "drivers/iio/accel/Kconfig"84 source "drivers/iio/adc/Kconfig"85 source "drivers/iio/addac/Kconfig"86 source "drivers/iio/afe/Kconfig"87 source "drivers/iio/amplifiers/Kconfig"88 source "drivers/iio/cdc/Kconfig"89 source "drivers/iio/chemical/Kconfig"90 source "drivers/iio/common/Kconfig"91 source "drivers/iio/dac/Kconfig"[all …]
36 use system memory for both source and destination buffers, as opposed65 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 …]
75 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 …]
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 …]
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 …]
39 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 …]
165 struct max9286_source *source; member217 struct max9286_source *source) in next_source() argument219 if (!source) in next_source()220 source = &priv->sources[0]; in next_source()222 source++; in next_source()224 for (; source < &priv->sources[MAX9286_NUM_GMSL]; source++) { in next_source()225 if (source->fwnode) in next_source()226 return source; in next_source()232 #define for_each_source(priv, source) \ argument233 for ((source) = NULL; ((source) = next_source((priv), (source))); )[all …]
119 u16 source; member160 u16 source = 0; in mpx_setup() local185 source = mpx_audio_modes[mode].source; in mpx_setup()188 source = 0x0000; in mpx_setup()191 source = 0x0200; in mpx_setup()198 source = mpx_audio_modes[mode].source; in mpx_setup()201 source = 0x0300; in mpx_setup()204 source = 0x0400; in mpx_setup()207 source |= mpx_audio_modes[mode].source & 0x00ff; in mpx_setup()209 source = mpx_audio_modes[mode].source; in mpx_setup()[all …]
173 If in doubt, say "N" or spread the word to your closed source188 source "drivers/gpu/drm/display/Kconfig"260 source "drivers/gpu/drm/i2c/Kconfig"262 source "drivers/gpu/drm/arm/Kconfig"264 source "drivers/gpu/drm/radeon/Kconfig"266 source "drivers/gpu/drm/amd/amdgpu/Kconfig"268 source "drivers/gpu/drm/nouveau/Kconfig"270 source "drivers/gpu/drm/i915/Kconfig"272 source "drivers/gpu/drm/kmb/Kconfig"297 source "drivers/gpu/drm/exynos/Kconfig"[all …]
77 enum dc_irq_source source) in find_irq_source_info() argument79 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() argument104 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() argument147 find_irq_source_info(irq_service, source); in dal_irq_service_ack()[all …]
51 source : 9, member61 source : 9,70 source : 9, member80 source : 9,89 source : 9, member97 source : 9,106 source : 9, member116 source : 9,125 source : 9, member133 source : 9,[all …]
272 if (link->source->entity == entity) in media_entity_other()275 return link->source->entity; in media_entity_other()365 link->source->entity->name, link->source->index, in media_graph_walk_iter()617 link->source->entity->name, link->source->index, in media_pipeline_explore_next_link()621 if (link->source->entity == origin->entity) { in media_pipeline_explore_next_link()622 local = link->source; in media_pipeline_explore_next_link()626 remote = link->source; in media_pipeline_explore_next_link()825 if (link->sink != pad && link->source != pad) in __media_pipeline_start()849 link->source->entity->name, in __media_pipeline_start()850 link->source->index, in __media_pipeline_start()[all …]
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/mellanox/Kconfig"12 source "drivers/platform/olpc/Kconfig"14 source "drivers/platform/surface/Kconfig"16 source "drivers/platform/x86/Kconfig"
32 source "drivers/auxdisplay/Kconfig"39 source "drivers/char/agp/Kconfig"41 source "drivers/gpu/vga/Kconfig"43 source "drivers/gpu/host1x/Kconfig"44 source "drivers/gpu/ipu-v3/Kconfig"46 source "drivers/gpu/drm/Kconfig"49 source "drivers/video/fbdev/Kconfig"52 source "drivers/video/backlight/Kconfig"67 source "drivers/video/console/Kconfig"71 source "drivers/video/logo/Kconfig"
43 static enum amdgpu_dm_pipe_crc_source dm_parse_crc_source(const char *source) in dm_parse_crc_source() argument45 if (!source || !strcmp(source, "none")) in dm_parse_crc_source()47 if (!strcmp(source, "auto") || !strcmp(source, "crtc")) in dm_parse_crc_source()49 if (!strcmp(source, "dprx")) in dm_parse_crc_source()51 if (!strcmp(source, "crtc dither")) in dm_parse_crc_source()53 if (!strcmp(source, "dprx dither")) in dm_parse_crc_source()200 enum amdgpu_dm_pipe_crc_source source = dm_parse_crc_source(src_name); in amdgpu_dm_crtc_verify_crc_source() local202 if (source < 0) { in amdgpu_dm_crtc_verify_crc_source()214 enum amdgpu_dm_pipe_crc_source source) in amdgpu_dm_crtc_configure_crc_source() argument218 bool enable = amdgpu_dm_is_valid_crc_source(source); in amdgpu_dm_crtc_configure_crc_source()[all …]