Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 39) sorted by relevance

12

/drivers/media/platform/vsp1/
Dvsp1_entity.c367 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->height = format->height; in vsp1_subdev_set_pad_format()
418 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
420 selection->left = 0; in vsp1_subdev_set_pad_format()
421 selection->top = 0; in vsp1_subdev_set_pad_format()
422 selection->width = format->width; in vsp1_subdev_set_pad_format()
[all …]
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()
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()
/drivers/net/mdio/
DKconfig227 external and selection logic lies inside the same multiplexer.
238 external and selection logic lies inside the same multiplexer.
248 selection is under the control of GPIO lines.
259 a parent bus. Child bus selection is under the control of
270 parent bus. Child bus selection is under the control of one of
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dpp_cm.c321 uint16_t selection = 0; in program_gamut_remap() local
331 selection = 1; in program_gamut_remap()
337 selection = 2; in program_gamut_remap()
372 CM_GAMUT_REMAP_MODE, selection); in program_gamut_remap()
Ddcn30_mpc.c1061 uint16_t selection = 0; in program_gamut_remap() local
1071 selection = 1; in program_gamut_remap()
1077 selection = 2; in program_gamut_remap()
1111 MPCC_GAMUT_REMAP_MODE, selection); in program_gamut_remap()
/drivers/cpuidle/
DKconfig30 This governor implements a simplified idle state selection method
40 This governor implements haltpoll idle state selection, to be
/drivers/gpu/drm/amd/display/dc/dcn10/
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()
/drivers/tty/vt/
DMakefile8 selection.o keyboard.o
/drivers/staging/media/ipu3/
DTODO11 - Elaborate the functionality of different selection rectangles in driver
/drivers/accessibility/speakup/
DMakefile27 selection.o \
/drivers/net/ipa/
DKconfig20 Note that if selected, the selection type must match that
/drivers/scsi/aic7xxx/
Daic7xxx.seq52 * After starting the selection hardware, we check for reconnecting targets
53 * as well as for our selection to complete just in case the reselection wins
55 * SCB that we've already pulled from the QINFIFO and started the selection
56 * on just in case the reselection wins so that we can retry the selection at
59 * create yet another SCB waiting for selection. The solution used here is to
61 * of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes,
70 * Turn off the selection hardware. We need to reset the
71 * selection request in order to perform a new selection.
91 test SSTAT0, SELDO|SELDI jnz selection;
105 * SCBs in the list of SCBs awaiting selection. Allocate a
[all …]
Daic79xx.seq364 * into the waiting for selection queue. Otherwise
365 * our batching and round-robin selection scheme
369 * SCB can be queued to the waiting for selection
401 * selection list.
543 * correctly after a packetized selection in several
561 * selection so we can rely on it even for case #1 above.
573 * to our negotiation table entry for this selection will
624 * the point of selection until our idle
639 * a selection could be missed.
677 * the point of re-selection until our idle
[all …]
/drivers/crypto/caam/
DKconfig82 raising an interrupt, in the range 1-255. Note that a selection
83 of 1 functionally defeats the coalescing feature, and a selection
/drivers/gpu/drm/udl/
Dudl_modeset.c53 static char *udl_set_color_depth(char *buf, u8 selection) in udl_set_color_depth() argument
55 return udl_set_register(buf, 0x00, selection); in udl_set_color_depth()
/drivers/soc/fsl/
DKconfig17 function selection for multiplexed signals,and clock control.
/drivers/platform/mellanox/
DKconfig35 kinds of mux selection.
/drivers/net/team/
DKconfig70 This mode provides load balancing functionality. Tx port selection
/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h130 enum crc_selection selection; member
/drivers/pinctrl/mvebu/
Dpinctrl-armada-37xx.c93 u32 selection; member
1021 regmap_read(info->regmap, SELECTION, &info->pm.selection); in armada_3700_pinctrl_suspend()
1088 regmap_write(info->regmap, SELECTION, info->pm.selection); in armada_3700_pinctrl_resume()
/drivers/video/console/
DKconfig112 You can always override the automatic selection of the primary device
/drivers/scsi/isci/
Dhost.c1907 char *lookup_cable_names(enum cable_selections selection) in lookup_cable_names() argument
1915 return (selection <= undefined_cable) ? cable_names[selection] in lookup_cable_names()
/drivers/mtd/chips/
DKconfig71 bool "Specific CFI Flash geometry selection"
/drivers/video/fbdev/
Dudlfb.c147 static char *dlfb_set_color_depth(char *buf, u8 selection) in dlfb_set_color_depth() argument
149 return dlfb_set_register(buf, 0x00, selection); in dlfb_set_color_depth()

12