selection         370 drivers/gpu/drm/amd/display/dc/core/dc.c 	param.selection = UNION_WINDOW_A_B;
selection        2168 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c 	set_reg_field_value(value, params->selection,
selection        1171 drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c 			  CRTC_CRC0_SELECT, params->selection,
selection         116 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c 	uint16_t selection = 0;
selection         126 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c 		selection = 1;
selection         129 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c 		selection = 2;
selection         132 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c 		selection = 3;
selection         176 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c 			CM_GAMUT_REMAP_MODE, selection);
selection        1446 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 			OTG_CRC0_SELECT, params->selection,
selection         118 drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h 	enum crc_selection selection;
selection          68 drivers/gpu/drm/udl/udl_modeset.c static char *udl_set_color_depth(char *buf, u8 selection)
selection          70 drivers/gpu/drm/udl/udl_modeset.c 	return udl_set_register(buf, 0x00, selection);
selection         365 drivers/media/platform/vsp1/vsp1_entity.c 	struct v4l2_rect *selection;
selection         409 drivers/media/platform/vsp1/vsp1_entity.c 	selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad,
selection         411 drivers/media/platform/vsp1/vsp1_entity.c 	selection->left = 0;
selection         412 drivers/media/platform/vsp1/vsp1_entity.c 	selection->top = 0;
selection         413 drivers/media/platform/vsp1/vsp1_entity.c 	selection->width = format->width;
selection         414 drivers/media/platform/vsp1/vsp1_entity.c 	selection->height = format->height;
selection         416 drivers/media/platform/vsp1/vsp1_entity.c 	selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad,
selection         418 drivers/media/platform/vsp1/vsp1_entity.c 	selection->left = 0;
selection         419 drivers/media/platform/vsp1/vsp1_entity.c 	selection->top = 0;
selection         420 drivers/media/platform/vsp1/vsp1_entity.c 	selection->width = format->width;
selection         421 drivers/media/platform/vsp1/vsp1_entity.c 	selection->height = format->height;
selection         264 drivers/media/platform/vsp1/vsp1_histo.c 	struct v4l2_rect *selection;
selection         277 drivers/media/platform/vsp1/vsp1_histo.c 	selection = vsp1_entity_get_pad_selection(&histo->entity, config,
selection         279 drivers/media/platform/vsp1/vsp1_histo.c 	*selection = sel->r;
selection         281 drivers/media/platform/vsp1/vsp1_histo.c 	selection = vsp1_entity_get_pad_selection(&histo->entity, config,
selection         284 drivers/media/platform/vsp1/vsp1_histo.c 	*selection = sel->r;
selection         136 drivers/media/platform/vsp1/vsp1_uif.c 	struct v4l2_rect *selection;
selection         162 drivers/media/platform/vsp1/vsp1_uif.c 	selection = vsp1_entity_get_pad_selection(&uif->entity, config,
selection         164 drivers/media/platform/vsp1/vsp1_uif.c 	*selection = sel->r;
selection          92 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c 	u32 selection;
selection        1033 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c 	regmap_read(info->regmap, SELECTION, &info->pm.selection);
selection        1100 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c 	regmap_write(info->regmap, SELECTION, info->pm.selection);
selection        1909 drivers/scsi/isci/host.c char *lookup_cable_names(enum cable_selections selection)
selection        1917 drivers/scsi/isci/host.c 	return (selection <= undefined_cable) ? cable_names[selection]
selection         145 drivers/video/fbdev/udlfb.c static char *dlfb_set_color_depth(char *buf, u8 selection)
selection         147 drivers/video/fbdev/udlfb.c 	return dlfb_set_register(buf, 0x00, selection);
selection         983 scripts/kconfig/gconf.c 	GtkTreeSelection *selection;
selection         987 scripts/kconfig/gconf.c 	selection = gtk_tree_view_get_selection(treeview);
selection         988 scripts/kconfig/gconf.c 	if (gtk_tree_selection_get_selected(selection, &model2, &iter)) {
selection         909 sound/soc/intel/atom/sst-atom-controls.c 	ctx->ssp_cmd.selection = config->ssp_id;
selection         946 sound/soc/intel/atom/sst-atom-controls.c 	drv->ssp_cmd.selection = ssp_id;
selection         483 sound/soc/intel/atom/sst-atom-controls.h 	u16 selection;			/* 0:SSP0(def), 1:SSP1, 2:SSP2 */
selection          33 tools/perf/ui/browsers/annotate.c 	struct annotation_line	   *selection;
selection         125 tools/perf/ui/browsers/annotate.c 		ab->selection = al;
selection         150 tools/perf/ui/browsers/annotate.c 	struct disasm_line *cursor = disasm_line(ab->selection);
selection         414 tools/perf/ui/browsers/annotate.c 	struct disasm_line *dl = disasm_line(browser->selection);
selection         462 tools/perf/ui/browsers/annotate.c 	struct disasm_line *dl = disasm_line(browser->selection);
selection         491 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al = browser->selection;
selection         528 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al = browser->selection;
selection         813 tools/perf/ui/browsers/annotate.c 			struct disasm_line *dl = disasm_line(browser->selection);
selection         815 tools/perf/ui/browsers/annotate.c 			if (browser->selection == NULL)
selection         817 tools/perf/ui/browsers/annotate.c 			else if (browser->selection->offset == -1)
selection         396 tools/perf/ui/browsers/hists.c 	struct map_symbol *ms = browser->selection;
selection         750 tools/perf/ui/browsers/hists.c 		browser->selection = &chain->ms;
selection        1259 tools/perf/ui/browsers/hists.c 		browser->selection = &entry->ms;
selection        1372 tools/perf/ui/browsers/hists.c 		browser->selection = &entry->ms;
selection        1530 tools/perf/ui/browsers/hists.c 		browser->selection = NULL;
selection        1774 tools/perf/ui/browsers/hists.c 	hb->selection = NULL;
selection        2919 tools/perf/ui/browsers/hists.c 			map = browser->selection->map;
selection        2940 tools/perf/ui/browsers/hists.c 			if (browser->selection == NULL ||
selection        2941 tools/perf/ui/browsers/hists.c 			    browser->selection->sym == NULL ||
selection        2942 tools/perf/ui/browsers/hists.c 			    browser->selection->map->dso->annotate_warned)
selection        2945 tools/perf/ui/browsers/hists.c 			actions->ms.map = browser->selection->map;
selection        2946 tools/perf/ui/browsers/hists.c 			actions->ms.sym = browser->selection->sym;
selection        3100 tools/perf/ui/browsers/hists.c 		if (!hists__has(hists, sym) || browser->selection == NULL)
selection        3126 tools/perf/ui/browsers/hists.c 						       browser->selection->map,
selection        3127 tools/perf/ui/browsers/hists.c 						       browser->selection->sym);
selection        3136 tools/perf/ui/browsers/hists.c 					  browser->selection ?
selection        3137 tools/perf/ui/browsers/hists.c 						browser->selection->map : NULL);
selection        3161 tools/perf/ui/browsers/hists.c 			if (hists__has(hists, sym) && browser->selection->sym) {
selection        3165 tools/perf/ui/browsers/hists.c 							     NULL, browser->selection->sym,
selection        3213 tools/perf/ui/browsers/hists.c 	struct evsel *selection;
selection        3267 tools/perf/ui/browsers/hists.c 		menu->selection = evsel;
selection        3302 tools/perf/ui/browsers/hists.c 			if (!menu->selection)
selection        3304 tools/perf/ui/browsers/hists.c 			pos = menu->selection;
selection          13 tools/perf/ui/browsers/hists.h 	struct map_symbol   *selection;