Searched full:captures (Results 1 – 25 of 99) sorted by relevance
1234
/linux-6.12.1/drivers/staging/media/starfive/camss/ |
D | stf-capture.c | 457 struct stf_capture *cap = &stfcamss->captures[STF_CAPTURE_RAW]; in stf_wr_irq_handler() 473 struct stf_capture *cap = &stfcamss->captures[STF_CAPTURE_YUV]; in stf_isp_irq_handler() 492 struct stf_capture *cap = &stfcamss->captures[STF_CAPTURE_YUV]; in stf_line_irq_handler() 574 struct stf_capture *cap_raw = &stfcamss->captures[STF_CAPTURE_RAW]; in stf_capture_unregister() 575 struct stf_capture *cap_yuv = &stfcamss->captures[STF_CAPTURE_YUV]; in stf_capture_unregister() 587 for (i = 0; i < ARRAY_SIZE(stfcamss->captures); i++) { in stf_capture_register() 588 struct stf_capture *capture = &stfcamss->captures[i]; in stf_capture_register()
|
D | stf-camss.c | 128 struct stf_capture *cap_yuv = &stfcamss->captures[STF_CAPTURE_YUV]; in stfcamss_register_devs() 165 struct stf_capture *cap_yuv = &stfcamss->captures[STF_CAPTURE_YUV]; in stfcamss_unregister_devs() 185 struct stf_capture *cap_raw = &stfcamss->captures[STF_CAPTURE_RAW]; in stfcamss_subdev_notifier_bound()
|
D | stf-camss.h | 56 struct stf_capture captures[STF_CAPTURE_NUM]; member
|
/linux-6.12.1/tools/thermal/thermometer/ |
D | thermometer.8 | 13 \fBthermometer \fP captures the thermal zones temperature at a 31 Without any parameters, \fBthermometer \fP captures all the thermal
|
/linux-6.12.1/Documentation/admin-guide/perf/ |
D | nvidia-pmu.rst | 58 In this config, the PMU captures GPU ATS translated or EGM traffic from the GPU. 62 In this config, the PMU captures read and relaxed ordered (RO) writes from 93 NVLink-C2C (Chip-2-Chip) interconnect. This PMU captures untranslated GPU 94 traffic, in contrast with NvLink-C2C0 PMU that captures ATS translated traffic. 123 to local memory. For PCIE traffic, this PMU captures read and relaxed ordered
|
D | alibaba_pmu.rst | 49 the DDR PHY Interface (DFI) to the PHY module, which launches and captures data
|
/linux-6.12.1/drivers/usb/mon/ |
D | Kconfig | 9 If you select this option, a component which captures the USB traffic
|
/linux-6.12.1/Documentation/userspace-api/media/drivers/ |
D | vgxy61.rst | 11 captures of the same scene using two different exposure periods.
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | ivtv.rst | 149 This device only captures audio. This should be replaced by an ALSA 195 Captures the raw (or sliced) video data sent during the Vertical Blank
|
D | ipu6-isys.rst | 120 Once the desired sensor settings are set, frame captures can be done as below.
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-trbe.rst | 13 Trace Buffer Extension (TRBE) is a percpu hardware which captures in system
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_shared/ |
D | tag_global.h | 37 * skip Skip N frames in between captures. This can be
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | arm,coresight-tpiu.yaml | 23 The CoreSight Trace Port Interface Unit captures trace data from the trace bus
|
/linux-6.12.1/Documentation/PCI/ |
D | pcieaer-howto.rst | 122 error message to the Root Port above it when it captures 187 If Upstream Port A captures an AER error, the hierarchy consists of
|
/linux-6.12.1/Documentation/userspace-api/gpio/ |
D | gpio-v2-line-event-read.rst | 48 The kernel captures and timestamps edge events as close as possible to their
|
D | gpio-lineevent-data-read.rst | 52 The kernel captures and timestamps edge events as close as possible to their
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | chafsr.h | 203 /* System bus MTAG ECC syndrome. This field captures the status of the 216 /* System bus or E-cache data ECC syndrome. This field captures the status
|
/linux-6.12.1/Documentation/trace/ |
D | events-power.rst | 5 The power tracing system captures events related to power transitions
|
D | events-kmem.rst | 5 The kmem tracing system captures events related to object and page allocation
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | func-select.rst | 71 captures continuously (as opposed to, for example, still images) and
|
D | func-poll.rst | 70 captures continuously (as opposed to, for example, still images) the
|
/linux-6.12.1/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,csi2rxss.yaml | 16 The subsystem consists of a MIPI D-PHY in slave mode which captures the
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | pac7311.c | 22 * 0x1c From usb captures under Windows for 640x480 29 * 0x3f From usb captures under Windows for 320x240 30 * 0x69 From usb captures under Windows for 160x120
|
/linux-6.12.1/sound/pci/pcxhr/ |
D | pcxhr.h | 88 unsigned int capture_ltc:1; /* if 1 the board captures LTC input */
|
/linux-6.12.1/tools/perf/util/ |
D | session.h | 42 * @header: The read version of a perf_file_header, or captures global
|
1234