Searched refs:selection (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/tools/perf/ui/browsers/
H A Dhists.h13 struct map_symbol *selection; member in struct:hist_browser
H A Dannotate.c28 struct annotation_line *selection; member in struct:annotate_browser
118 ab->selection = al;
152 struct disasm_line *cursor = disasm_line(ab->selection);
416 struct disasm_line *cursor = disasm_line(ab->selection);
459 struct disasm_line *dl = disasm_line(browser->selection);
510 struct disasm_line *dl = disasm_line(browser->selection);
539 struct annotation_line *al = browser->selection;
576 struct annotation_line *al = browser->selection;
864 struct disasm_line *dl = disasm_line(browser->selection);
866 if (browser->selection
[all...]
H A Dhists.c399 struct map_symbol *ms = browser->selection;
413 struct map_symbol *ms = browser->selection;
427 struct map_symbol *ms = browser->selection;
445 struct map_symbol *ms = browser->selection;
801 browser->selection = &chain->ms;
1310 browser->selection = &entry->ms;
1423 browser->selection = &entry->ms;
1581 browser->selection = NULL;
1825 hb->selection = NULL;
3037 map = browser->selection
3397 struct evsel *selection; member in struct:evsel_menu
[all...]
/linux-master/drivers/tty/vt/
H A DMakefile8 selection.o keyboard.o \
H A Dselection.c28 #include <linux/selection.h>
54 /* set reverse video on characters s-e of console with selection. */
76 * clear_selection - remove current selection
78 * Remove the current selection highlight, if any from the console holding the
79 * selection.
178 * set_selection_user - set the current selection.
179 * @sel: user selection info
184 * Locking: The entire selection process is managed under the console_lock.
208 printk(KERN_WARNING "selection: kmalloc() failed\n");
246 case TIOCL_SELCHAR: /* character-by-character selection */
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.c148 * vsp1_entity_get_pad_selection - Get a pad selection from storage for entity
152 * @target: the selection target
154 * Return the selection rectangle stored in the given configuration for an
156 * selection target can be COMPOSE or CROP.
337 struct v4l2_rect *selection; local
381 selection = vsp1_entity_get_pad_selection(entity, state, fmt->pad,
383 selection->left = 0;
384 selection->top = 0;
385 selection->width = format->width;
386 selection
[all...]
H A Dvsp1_uif.c137 struct v4l2_rect *selection; local
163 selection = vsp1_entity_get_pad_selection(&uif->entity, state,
165 *selection = sel->r;
H A Dvsp1_histo.c266 struct v4l2_rect *selection; local
279 selection = vsp1_entity_get_pad_selection(&histo->entity, sd_state,
281 *selection = sel->r;
283 selection = vsp1_entity_get_pad_selection(&histo->entity, sd_state,
286 *selection = sel->r;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp_cm.c319 uint16_t selection = 0; local
329 selection = 1;
335 selection = 2;
370 CM_GAMUT_REMAP_MODE, selection);
414 uint32_t selection; local
417 REG_GET(CM_GAMUT_REMAP_CONTROL, CM_GAMUT_REMAP_MODE_CURRENT, &selection);
419 *select = selection;
H A Ddcn30_mpc.c1055 uint16_t selection = 0; local
1065 selection = 1;
1071 selection = 2;
1105 MPCC_GAMUT_REMAP_MODE, selection);
/linux-master/drivers/accessibility/speakup/
H A DMakefile27 selection.o \
H A Dselection.c7 #include <linux/selection.h>
65 * cancelling selection work. getting kref first establishes the
/linux-master/scripts/selinux/
H A Dinstall_policy.sh52 selection * user_u:object_r:base_t:s0
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn35/
H A Ddcn35_optc.c205 OTG_CRC0_SELECT, params->selection,
211 OTG_CRC0_SELECT, params->selection,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_cm.c96 uint16_t selection = 0; local
106 selection = 1;
109 selection = 2;
112 selection = 3;
156 CM_GAMUT_REMAP_MODE, selection);
189 uint32_t selection; local
192 CM_GAMUT_REMAP_MODE, &selection);
194 *select = selection;
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c17 #include <linux/selection.h>
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h131 enum crc_selection selection; member in struct:crc_params
/linux-master/drivers/gpu/drm/udl/
H A Dudl_modeset.c60 static char *udl_set_color_depth(char *buf, u8 selection) argument
62 return udl_set_register(buf, UDL_REG_COLORDEPTH, selection);
/linux-master/drivers/video/console/
H A Dsticon.c44 #include <linux/selection.h>
H A Dmdacon.c38 #include <linux/selection.h>
/linux-master/scripts/kconfig/
H A Dgconf.c973 /* Row selection changed: update help */
977 GtkTreeSelection *selection; local
981 selection = gtk_tree_view_get_selection(treeview);
982 if (gtk_tree_selection_get_selected(selection, &model2, &iter)) {
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c52 * @reg_mask: Bit mask matching the group in the selection register
94 u32 selection; member in struct:armada_37xx_pm_state
1031 regmap_read(info->regmap, SELECTION, &info->pm.selection);
1098 regmap_write(info->regmap, SELECTION, info->pm.selection);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp_cm.c242 uint32_t selection; local
246 CM_TEST_DEBUG_DATA_GAMUT_REMAP_MODE, &selection);
248 *select = selection;
/linux-master/scripts/
H A Dkernel-doc2433 =head2 Output format selection (mutually exclusive):
2466 =head2 Output selection (mutually exclusive):
2495 =head2 Output selection modifiers:
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h38 #include <linux/selection.h>

Completed in 338 milliseconds

12