| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | selections-common.rst | 12 Common selection definitions 15 While the :ref:`V4L2 selection API <selection-api>` and 16 :ref:`V4L2 subdev selection APIs <v4l2-subdev-selections>` are very 18 sub-device API, the selection rectangle refers to the media bus format, 19 and is bound to a sub-device's pad. On the V4L2 interface the selection 22 This section defines the common definitions of the selection interfaces 29 v4l2-selection-targets 30 v4l2-selection-flags
|
| D | selection-api.rst | 19 selection-api-intro.rst 20 selection-api-targets.rst 21 selection-api-configuration.rst 22 selection-api-vs-crop-api.rst 23 selection-api-examples.rst
|
| D | vidioc-subdev-g-selection.rst | 19 VIDIOC_SUBDEV_G_SELECTION - VIDIOC_SUBDEV_S_SELECTION - Get or set selection rectangles on a subdev… 49 The selection API replaces 53 See :ref:`subdev` for more information on how each selection target 57 Types of selection targets 60 There are two types of selection targets: actual and bounds. The actual 87 - Active or try selection, from enum 94 - Target selection rectangle. See :ref:`v4l2-selections-common`. 97 - Flags. See :ref:`v4l2-selection-flags`. 115 The selection rectangle can't be changed because the pad is 124 references a non-existing format, or the selection target is not
|
| D | selection-api-targets.rst | 17 .. kernel-figure:: selection.svg 18 :alt: selection.svg 27 See :ref:`v4l2-selection-targets` for more information.
|
| D | selection-api-vs-crop-api.rst | 16 The selection API was introduced to cope with deficiencies of the 22 selection API makes a clear distinction between composing and cropping 36 The selection API deals with configuration of buffer 38 the selection API the concepts of the padded target and constraints 45 Driver developers are encouraged to implement only selection API. The
|
| D | vidioc-g-selection.rst | 19 VIDIOC_G_SELECTION - VIDIOC_S_SELECTION - Get or set one of the selection rectangles 45 The ioctls are used to query and configure selection rectangles. 52 to table :ref:`v4l2-selections-common` or :ref:`selection-api` for 70 :ref:`v4l2-selections-common` or :ref:`selection-api` for additional 158 - Flags controlling the selection rectangle adjustments, refer to 159 :ref:`selection flags <v4l2-selection-flags>`. 162 - The selection rectangle. 187 Given buffer type ``type`` or the selection target ``target`` is not 199 It is not possible to apply change of the selection rectangle at the
|
| D | v4l2-selection-targets.rst | 10 .. _v4l2-selection-targets: 16 The precise meaning of the selection targets may be dependent on which 20 .. _v4l2-selection-targets-table:
|
| D | dev-subdev.rst | 96 :ref:`selection <VIDIOC_SUBDEV_G_SELECTION>` ioctls. The driver is 240 compose selection rectangle 283 * - Configure scaler sink compose selection 318 propagates the size to the compose selection rectangle on the 321 4. The application configures the size of the compose selection 352 selection targets :ref:`v4l2-selections-common`. 369 using ``V4L2_SEL_TGT_COMPOSE`` selection target on the same pad. If the 380 requests on all selection targets, unless specifically told otherwise. 382 the image size either up or down. :ref:`v4l2-selection-flags` 385 Types of selection targets [all …]
|
| D | v4l2-selection-flags.rst | 10 .. _v4l2-selection-flags: 18 .. _v4l2-selection-flags-table:
|
| /Linux-v5.4/drivers/media/platform/vsp1/ |
| D | vsp1_entity.c | 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->height = format->height; in vsp1_subdev_set_pad_format() 416 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format() 418 selection->left = 0; in vsp1_subdev_set_pad_format() 419 selection->top = 0; in vsp1_subdev_set_pad_format() 420 selection->width = format->width; in vsp1_subdev_set_pad_format() [all …]
|
| D | vsp1_uif.c | 136 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()
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | nokia,rx51.txt | 9 - tvout-selection-gpios: GPIO for tvout selection 23 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
|
| /Linux-v5.4/Documentation/devicetree/bindings/phy/ |
| D | phy-mtk-xsphy.txt | 47 - mediatek,eye-vrt : u32, the selection of VRT reference voltage 48 - mediatek,eye-term : u32, the selection of HS_TX TERM reference voltage 49 - mediatek,efuse-intr : u32, the selection of Internal Resistor 52 - mediatek,efuse-intr : u32, the selection of Internal Resistor 53 - mediatek,efuse-tx-imp : u32, the selection of TX Impedance 54 - mediatek,efuse-rx-imp : u32, the selection of RX Impedance
|
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ |
| D | zx296718-clk.txt | 10 zx296718 top clock selection, divider and gating 14 zx296718 device level clock selection and gating 17 zx296718 audio clock selection, divider and gating
|
| D | zx296702-clk.txt | 10 zx296702 top clock selection, divider and gating 14 zx296702 device level clock selection and gating
|
| D | imx7ulp-clock.txt | 22 include: clock reference selection, generation of clock used to derive 24 source selection for peripheral clocks and control of power saving 38 The Peripheral Clock Control (PCC) is responsible for clock selection,
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/frequency/ |
| D | adf4350.txt | 30 - adi,muxout-select: On chip multiplexer output selection. 47 selection logic. 59 - adi,output-power: Output power selection. 65 - adi,aux-output-power: Auxiliary output power selection.
|
| /Linux-v5.4/tools/perf/ui/browsers/ |
| D | annotate.c | 33 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() 462 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump() 491 struct annotation_line *al = browser->selection; in annotate_browser__find_string() 528 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse() 813 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run() 815 if (browser->selection == NULL) in annotate_browser__run() 817 else if (browser->selection->offset == -1) in annotate_browser__run()
|
| D | hists.c | 396 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() 750 browser->selection = &chain->ms; in hist_browser__show_callchain_entry() 1259 browser->selection = &entry->ms; in hist_browser__show_entry() 1372 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry() 1530 browser->selection = NULL; in hist_browser__show_no_entry() 1774 hb->selection = NULL; in hist_browser__refresh() 2919 map = browser->selection->map; in perf_evsel__hists_browse() 2940 if (browser->selection == NULL || in perf_evsel__hists_browse() 2941 browser->selection->sym == NULL || in perf_evsel__hists_browse() 2942 browser->selection->map->dso->annotate_warned) in perf_evsel__hists_browse() [all …]
|
| /Linux-v5.4/arch/mips/ralink/ |
| D | Kconfig | 22 prompt "Ralink SoC selection" 57 prompt "Devicetree selection"
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | fe-diseqc-send-burst.rst | 19 FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite selection. 43 DiSEqC satellite selection for 2x1 switches. This call requires
|
| /Linux-v5.4/Documentation/admin-guide/pm/ |
| D | intel_pstate.rst | 38 Since the hardware P-state selection interface used by ``intel_pstate`` is 70 provides its own scaling algorithms for P-state selection. Those algorithms 73 ``sysfs``). [Note that different P-state selection algorithms may be chosen for 79 For example, the ``powersave`` P-state selection algorithm provided by 83 There are two P-state selection algorithms provided by ``intel_pstate`` in the 88 Which of the P-state selection algorithms is used by default depends on the 103 internal P-state selection logic. What those hints are depends on which P-state 104 selection algorithm has been applied to the given policy (or to the CPU it 107 Even though the P-state selection is carried out by the processor automatically, 109 in this mode. However, they are not used for running a P-state selection [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
| D | fsl,mxs-pinctrl.txt | 26 One is to set up a group of pins for a function, both mux selection and pin 47 [3..0] : mux selection 49 This integer with mux selection packed is used as an entity by both group 50 and config nodes to identify a pin. The mux selection in the integer takes
|
| /Linux-v5.4/arch/riscv/ |
| D | Kconfig.socs | 1 menu "SoC selection"
|
| /Linux-v5.4/Documentation/arm/samsung-s3c24xx/ |
| D | s3c2412.rst | 17 for source selection and a number of other features. 58 the clock control selection is supported by the core clock code.
|