Home
last modified time | relevance | path

Searched refs:decodes (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c66 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 Dvgaarb.h70 unsigned int decodes);
73 unsigned int decodes) { }; in vga_set_legacy_decoding() argument
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dvgaarbiter.rst44 "<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 DConfig.in7 Minimodem is a command-line program which decodes (or
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A DMakefile17 cvmx-interrupt-decodes.o cvmx-interrupt-rsl.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnutls/
H A Dlibtasn1_4.19.0.bb2 DESCRIPTION = "A highly portable C library that encodes and decodes \
/OK3568_Linux_fs/buildroot/package/qprint/
H A DConfig.in4 qprint is a program that encodes and decodes binary data in
/OK3568_Linux_fs/buildroot/package/lirc-tools/
H A DConfig.in11 daemon that decodes and sends IR signals, a mouse daemon
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dtvp514x.txt4 digital video decoder that digitizes and decodes all popular baseband analog
/OK3568_Linux_fs/kernel/drivers/pinctrl/freescale/
H A Dpinctrl-imx.h107 const struct imx_cfg_params_decode *decodes; member
H A Dpinctrl-imx.c310 decode = info->decodes; in imx_pinconf_decode_generic_config()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A DCVE-2021-37750.patch6 After the KDC decodes a FAST inner body, it does not check for a null
/OK3568_Linux_fs/buildroot/package/libkrb5/
H A D0001-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch6 After the KDC decodes a FAST inner body, it does not check for a null
/OK3568_Linux_fs/kernel/Documentation/networking/caif/
H A Dlinux_caif.rst112 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 Dmpeg2dec_0.5.1.bb2 DESCRIPTION = "mpeg2dec is a test program for libmpeg2. It decodes \
/OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/
H A DKconfig25 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 DCVE-2022-41723.patch78 -// readString decodes an hpack string from p.
/OK3568_Linux_fs/kernel/drivers/vfio/pci/
H A Dvfio_pci.c127 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 DConfig.in184 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 Dmedia-types.rst118 - 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 Dufs.rst131 controller. Also, the module decodes, responses received from UFS
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Disp.doc179 After the 060ISP decodes the instruction type and fetches the appropriate
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbootconfig.rst174 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 Drc-protos.rst454 device decodes the protocol. There is a BPF decoder available in v4l-utils.
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Ddapm.rst123 Widget that decodes audio data from a compressed format to an

12