/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 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->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 …]
|
D | vsp1_uif.c | 138 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()
|
D | vsp1_histo.c | 267 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/ |
D | Kconfig | 227 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/ |
D | dcn30_dpp_cm.c | 321 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()
|
D | dcn30_mpc.c | 1061 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/ |
D | Kconfig | 30 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/ |
D | dcn10_dpp_cm.c | 96 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/ |
D | Makefile | 8 selection.o keyboard.o
|
/drivers/staging/media/ipu3/ |
D | TODO | 11 - Elaborate the functionality of different selection rectangles in driver
|
/drivers/accessibility/speakup/ |
D | Makefile | 27 selection.o \
|
/drivers/net/ipa/ |
D | Kconfig | 20 Note that if selected, the selection type must match that
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 52 * 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 …]
|
D | aic79xx.seq | 364 * 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/ |
D | Kconfig | 82 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/ |
D | udl_modeset.c | 53 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/ |
D | Kconfig | 17 function selection for multiplexed signals,and clock control.
|
/drivers/platform/mellanox/ |
D | Kconfig | 35 kinds of mux selection.
|
/drivers/net/team/ |
D | Kconfig | 70 This mode provides load balancing functionality. Tx port selection
|
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | timing_generator.h | 130 enum crc_selection selection; member
|
/drivers/pinctrl/mvebu/ |
D | pinctrl-armada-37xx.c | 93 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/ |
D | Kconfig | 112 You can always override the automatic selection of the primary device
|
/drivers/scsi/isci/ |
D | host.c | 1907 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/ |
D | Kconfig | 71 bool "Specific CFI Flash geometry selection"
|
/drivers/video/fbdev/ |
D | udlfb.c | 147 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()
|