| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | CVE-2022-41974.patch | 55 - set_handler_callback(LIST+PATHS+RAW+FMT, cli_list_paths_raw); 63 - set_handler_callback(LIST+MAPS+RAW+FMT, cli_list_maps_raw); 69 - set_handler_callback(LIST+MAP+RAW+FMT, cli_list_map_fmt); 85 + set_handler_callback(LIST|PATHS|RAW|FMT, cli_list_paths_raw); 93 + set_handler_callback(LIST|MAPS|RAW|FMT, cli_list_maps_raw); 99 + set_handler_callback(LIST|MAP|RAW|FMT, cli_list_map_fmt);
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | qcom_camss.rst | 62 - MIPI RAW8 (8bit Bayer RAW - V4L2_PIX_FMT_SRGGB8 / 64 - MIPI RAW10 (10bit packed Bayer RAW - V4L2_PIX_FMT_SBGGR10P / 67 - MIPI RAW12 (12bit packed Bayer RAW - V4L2_PIX_FMT_SRGGB12P / 69 - (8x96 only) MIPI RAW14 (14bit packed Bayer RAW - V4L2_PIX_FMT_SRGGB14P / 76 - MIPI RAW10 (10bit packed Bayer RAW - V4L2_PIX_FMT_SBGGR10P / V4L2_PIX_FMT_Y10P). 80 - Plain16 RAW10 (10bit unpacked Bayer RAW - V4L2_PIX_FMT_SBGGR10 / V4L2_PIX_FMT_Y10).
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | cib.txt | 10 - reg: Two elements consisting of the addresses of the RAW and EN 26 reg = <0x10700 0x0000e000 0x0 0x8>, /* RAW */
|
| /OK3568_Linux_fs/u-boot/doc/mvebu/cmd/ |
| H A D | bubt.txt | 41 boot images and U-Boot environment in RAW mode since it will break file system 50 boot images and U-Boot environment in RAW mode since it will break file system
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | socket_type.c | 37 P_SK_TYPE(RAW); in syscall_arg__scnprintf_socket_type()
|
| /OK3568_Linux_fs/u-boot/drivers/scsi/ |
| H A D | Kconfig | 16 (IDs/LUNs) a block device is created with RAW read/write and
|
| /OK3568_Linux_fs/u-boot/board/sandbox/ |
| H A D | README.sandbox | 195 Linux RAW Networking Bridge 199 stack and the RAW sockets API in Linux. This allows much of the U-Boot network 202 For Ethernet network adapters, the bridge utilizes the RAW AF_PACKET API. This 211 The RAW sockets Ethernet API requires elevated privileges in Linux. You can 248 The 'lo' interface cannot use the RAW AF_PACKET API because the lo interface 251 we can get on that interface is the RAW AF_INET API on UDP. This allows us to
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | lirc-get-features.rst | 41 .. _LIRC-CAN-REC-RAW: 158 .. _LIRC-CAN-SEND-RAW:
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/zoran/ |
| H A D | TODO | 3 - RAW capture
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | 0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch | 4 Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function
|
| /OK3568_Linux_fs/kernel/net/ieee802154/ |
| H A D | Kconfig | 26 for 802.15.4 dataframes. Also RAW socket interface to build MAC
|
| /OK3568_Linux_fs/kernel/drivers/ntb/test/ |
| H A D | Kconfig | 23 tristate "NTB RAW Perf Measuring Tool"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | ti-am437x-vpfe.txt | 6 processing capability to connect RAW image-sensor modules and video decoders
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | ov7740.txt | 5 supports the RAW RGB and YUV output formats.
|
| /OK3568_Linux_fs/kernel/arch/ia64/ |
| H A D | Kconfig.debug | 26 Faults, that is, for Read-after-Write (RAW), Write-after-Write (WAW),
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | README | 14 results to different formats; currently RAW and XML support exist.
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 34 bit_name(PERIOD), bit_name(STREAM_ID), bit_name(RAW), in __p_sample_type()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can.rst | 129 application opens a CAN RAW socket, the raw protocol module itself 176 separate socket. See sockopts from the CAN RAW sockets in :ref:`socketcan-raw-sockets`. 416 RAW Protocol Sockets with can_filters (SOCK_RAW) 422 defaults are set at RAW socket binding time: 436 RAW socket option CAN_RAW_FILTER 526 RAW Socket Option CAN_RAW_ERR_FILTER 545 RAW Socket Option CAN_RAW_LOOPBACK 560 RAW socket option CAN_RAW_RECV_OWN_MSGS 581 RAW Socket Option CAN_RAW_FD_FRAMES 644 RAW socket option CAN_RAW_JOIN_FILTERS [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | idma64.c | 176 status_xfer = dma_readl(idma64, RAW(XFER)); in idma64_irq() 177 status_err = dma_readl(idma64, RAW(ERROR)); in idma64_irq()
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw/ |
| H A D | regs.h | 68 struct dw_dma_irq_regs RAW; /* r */ member
|
| H A D | core.c | 310 status_xfer = dma_readl(dw, RAW.XFER); in dwc_scan_descriptors() 474 status_xfer = dma_readl(dw, RAW.XFER); in dw_dma_tasklet() 475 status_err = dma_readl(dw, RAW.ERROR); in dw_dma_tasklet()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gtm-builtins.def | 131 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gtm-builtins.def | 131 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
|
| /OK3568_Linux_fs/u-boot/board/Barix/ipam390/ |
| H A D | ipam390-ais-uart.cfg | 8 ; SPIMASTER,I2CMASTER,EMIFA,NAND,EMAC,UART,PCI,HPI,USB,MMC_SD,VLYNQ,RAW
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | rbsb.c | 465 tty.sg_flags |= RAW; in io_mode()
|