| /OK3568_Linux_fs/kernel/drivers/gpu/vga/ |
| H A D | vgaarb.c | 66 unsigned int decodes; /* what does it decodes */ member 254 (vgadev->decodes & VGA_RSRC_LEGACY_IO)) in __vga_tryget() 257 (vgadev->decodes & VGA_RSRC_LEGACY_MEM)) in __vga_tryget() 328 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_MEM) in __vga_tryget() 330 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_IO) in __vga_tryget() 403 if (vgadev->decodes & VGA_RSRC_LEGACY_IO) in __vga_put() 408 if (vgadev->decodes & VGA_RSRC_LEGACY_MEM) in __vga_put() 685 vgadev->decodes = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM | in vga_arbiter_add_pci_device() 730 vga_iostate_to_str(vgadev->decodes), in vga_arbiter_add_pci_device() 758 if (vgadev->decodes & (VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM)) in vga_arbiter_del_pci_device() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vgaarb.h | 70 unsigned int decodes); 73 unsigned int decodes) { }; in vga_set_legacy_decoding() argument
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | vgaarbiter.rst | 44 "<card_ID>,decodes=<io_state>,owns=<io_state>,locks=<io_state> (ic,mc)" 48 diagnostic only). "decodes" indicate what the card currently 49 decodes, "owns" indicates what is currently enabled on it, and 70 decodes <io_state> 157 Indicates to the arbiter if the card decodes legacy VGA IOs, legacy VGA
|
| /OK3568_Linux_fs/buildroot/package/minimodem/ |
| H A D | Config.in | 7 Minimodem is a command-line program which decodes (or
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | Makefile | 17 cvmx-interrupt-decodes.o cvmx-interrupt-rsl.o
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnutls/ |
| H A D | libtasn1_4.19.0.bb | 2 DESCRIPTION = "A highly portable C library that encodes and decodes \
|
| /OK3568_Linux_fs/buildroot/package/qprint/ |
| H A D | Config.in | 4 qprint is a program that encodes and decodes binary data in
|
| /OK3568_Linux_fs/buildroot/package/lirc-tools/ |
| H A D | Config.in | 11 daemon that decodes and sends IR signals, a mouse daemon
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | tvp514x.txt | 4 digital video decoder that digitizes and decodes all popular baseband analog
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/freescale/ |
| H A D | pinctrl-imx.h | 107 const struct imx_cfg_params_decode *decodes; member
|
| H A D | pinctrl-imx.c | 310 decode = info->decodes; in imx_pinconf_decode_generic_config()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | CVE-2021-37750.patch | 6 After the KDC decodes a FAST inner body, it does not check for a null
|
| /OK3568_Linux_fs/buildroot/package/libkrb5/ |
| H A D | 0001-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch | 6 After the KDC decodes a FAST inner body, it does not check for a null
|
| /OK3568_Linux_fs/kernel/Documentation/networking/caif/ |
| H A D | linux_caif.rst | 112 External Interface). This layer encodes/decodes VEI frames. 115 traffic), encodes/decodes Datagram frames.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/ |
| H A D | mpeg2dec_0.5.1.bb | 2 DESCRIPTION = "mpeg2dec is a test program for libmpeg2. It decodes \
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | Kconfig | 25 Say Y here to enable the hardware decode driver which decodes the IR
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-41723.patch | 78 -// readString decodes an hpack string from p.
|
| /OK3568_Linux_fs/kernel/drivers/vfio/pci/ |
| H A D | vfio_pci.c | 127 unsigned int decodes; in vfio_pci_set_vga_decode() local 134 decodes = VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM; in vfio_pci_set_vga_decode() 145 decodes |= VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM; in vfio_pci_set_vga_decode() 150 return decodes; in vfio_pci_set_vga_decode()
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | Config.in | 184 Connects to a VNC server and decodes RFB stream 330 Demuxes/decodes YUV4MPEG streams
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | media-types.rst | 118 - IF-PLL video decoder. It receives the IF from a PLL and decodes 125 - IF-PLL sound decoder. It receives the IF from a PLL and decodes
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ufs.rst | 131 controller. Also, the module decodes, responses received from UFS
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | isp.doc | 179 After the 060ISP decodes the instruction type and fetches the appropriate
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bootconfig.rst | 174 The Linux kernel decodes the last part of the initrd image in memory to
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | rc-protos.rst | 454 device decodes the protocol. There is a BPF decoder available in v4l-utils.
|
| /OK3568_Linux_fs/kernel/Documentation/sound/soc/ |
| H A D | dapm.rst | 123 Widget that decodes audio data from a compressed format to an
|