Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_entity.c149 * vsp1_entity_get_pad_selection - Get a pad selection from storage for entity
153 * @target: the selection target
155 * Return the selection rectangle stored in the given configuration for an
157 * selection target can be COMPOSE or CROP.
365 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local
409 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
411 selection->left = 0; in vsp1_subdev_set_pad_format()
412 selection->top = 0; in vsp1_subdev_set_pad_format()
413 selection->width = format->width; in vsp1_subdev_set_pad_format()
414 selection in vsp1_subdev_set_pad_format()
[all...]
H A Dvsp1_uif.c136 struct v4l2_rect *selection; in uif_set_selection() local
162 selection = vsp1_entity_get_pad_selection(&uif->entity, config, in uif_set_selection()
164 *selection = sel->r; in uif_set_selection()
H A Dvsp1_histo.c264 struct v4l2_rect *selection; in histo_set_crop() local
277 selection = vsp1_entity_get_pad_selection(&histo->entity, config, in histo_set_crop()
279 *selection = sel->r; in histo_set_crop()
281 selection = vsp1_entity_get_pad_selection(&histo->entity, config, in histo_set_crop()
284 *selection = sel->r; in histo_set_crop()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.c149 * vsp1_entity_get_pad_selection - Get a pad selection from storage for entity
153 * @target: the selection target
155 * Return the selection rectangle stored in the given configuration for an
157 * selection target can be COMPOSE or CROP.
367 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local
411 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
413 selection->left = 0; in vsp1_subdev_set_pad_format()
414 selection->top = 0; in vsp1_subdev_set_pad_format()
415 selection->width = format->width; in vsp1_subdev_set_pad_format()
416 selection in vsp1_subdev_set_pad_format()
[all...]
H A Dvsp1_uif.c138 struct v4l2_rect *selection; in uif_set_selection() local
165 selection = vsp1_entity_get_pad_selection(&uif->entity, config, in uif_set_selection()
167 *selection = sel->r; in uif_set_selection()
H A Dvsp1_histo.c267 struct v4l2_rect *selection; in histo_set_crop() local
280 selection = vsp1_entity_get_pad_selection(&histo->entity, sd_state, in histo_set_crop()
282 *selection = sel->r; in histo_set_crop()
284 selection = vsp1_entity_get_pad_selection(&histo->entity, sd_state, in histo_set_crop()
287 *selection = sel->r; in histo_set_crop()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dannotate.c28 struct annotation_line *selection; member
120 ab->selection = al; in annotate_browser__write()
154 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__draw_current_jump()
420 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__show_full_location()
463 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__callq()
514 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump()
543 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
580 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
869 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run()
871 if (browser->selection in annotate_browser__run()
[all...]
H A Dhists.c399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children()
413 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded()
427 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name()
445 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
801 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
1310 browser->selection = &entry->ms; in hist_browser__show_entry()
1423 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry()
1581 browser->selection = NULL; in hist_browser__show_no_entry()
1825 hb->selection = NULL; in hist_browser__refresh()
3040 map = browser->selection in evsel__hists_browse()
3400 struct evsel *selection; global() member
[all...]
H A Dhists.h14 struct map_symbol *selection; member
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children()
413 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded()
427 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name()
445 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
800 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
1309 browser->selection = &entry->ms; in hist_browser__show_entry()
1422 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry()
1580 browser->selection = NULL; in hist_browser__show_no_entry()
1824 hb->selection = NULL; in hist_browser__refresh()
3039 map = browser->selection in perf_evsel__hists_browse()
3398 struct evsel *selection; global() member
[all...]
H A Dannotate.c33 struct annotation_line *selection; member
125 ab->selection = al; in annotate_browser__write()
150 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__draw_current_jump()
414 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__callq()
465 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump()
494 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
531 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
815 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run()
817 if (browser->selection == NULL) in annotate_browser__run()
818 ui_helpline__puts("Huh? No selection in annotate_browser__run()
[all...]
H A Dhists.h14 struct map_symbol *selection; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp_cm.c322 uint16_t selection = 0; in program_gamut_remap() local
332 selection = 1; in program_gamut_remap()
338 selection = 2; in program_gamut_remap()
373 CM_GAMUT_REMAP_MODE, selection); in program_gamut_remap()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp_cm.c322 uint16_t selection = 0; in program_gamut_remap() local
332 selection = 1; in program_gamut_remap()
338 selection = 2; in program_gamut_remap()
373 CM_GAMUT_REMAP_MODE, selection); in program_gamut_remap()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A DMakefile8 selection.o keyboard.o
/kernel/linux/linux-6.6/drivers/tty/vt/
H A DMakefile8 selection.o keyboard.o
/kernel/linux/linux-5.10/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 in speakup_set_selection()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_cm.c96 uint16_t selection = 0; in program_gamut_remap() local
106 selection = 1; in program_gamut_remap()
109 selection = 2; in program_gamut_remap()
112 selection = 3; in program_gamut_remap()
156 CM_GAMUT_REMAP_MODE, selection); in program_gamut_remap()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_cm.c96 uint16_t selection = 0; in program_gamut_remap() local
106 selection = 1; in program_gamut_remap()
109 selection = 2; in program_gamut_remap()
112 selection = 3; in program_gamut_remap()
156 CM_GAMUT_REMAP_MODE, selection); in program_gamut_remap()
/kernel/linux/linux-6.6/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 in speakup_set_selection()
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
H A Dudl_modeset.c55 static char *udl_set_color_depth(char *buf, u8 selection) in udl_set_color_depth() argument
57 return udl_set_register(buf, 0x00, selection); in udl_set_color_depth()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h128 enum crc_selection selection; member
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/
H A Dudl_modeset.c61 static char *udl_set_color_depth(char *buf, u8 selection) in udl_set_color_depth() argument
63 return udl_set_register(buf, UDL_REG_COLORDEPTH, selection); in udl_set_color_depth()

Completed in 23 milliseconds

1234