/linux/drivers/media/platform/chips-media/coda/ |
H A D | Makefile | 3 coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpe… 5 obj-$(CONFIG_VIDEO_CODA) += coda-vpu.o
|
H A D | Kconfig | 4 tristate "Chips&Media Coda multi-standard codec IP" 14 Coda is a range of video codec IPs that supports
|
H A D | trace.h | 3 #define TRACE_SYSTEM coda 11 #include "coda.h" 170 #define TRACE_INCLUDE_PATH ../../drivers/media/platform/chips-media/coda
|
H A D | coda-mpeg4.c | 3 * Coda multi-standard codec IP - MPEG-4 helper functions 11 #include "coda.h"
|
H A D | coda-mpeg2.c | 3 * Coda multi-standard codec IP - MPEG-2 helper functions 10 #include "coda.h"
|
H A D | coda-bit.c | 3 * Coda multi-standard codec IP - BIT processor functions 29 #include "coda.h" 71 /* Restore context related registers to CODA */ in coda_command_async() 271 * fetched by the CODA, by repeating the headers. Without in coda_bitstream_try_queue() 1082 v4l2_err(v4l2_dev, "coda is not initialized.\n"); in coda_start_encoding() 1129 /* Configure the coda */ in coda_start_encoding() 1437 * aligned for the coda to append the encoded frame. In that is in coda_start_encoding() 1515 * Workaround coda firmware BUG that only marks the first in coda_prepare_encode() 1532 * H.264 only. In MPEG4 they are already copied by the CODA. in coda_prepare_encode() 1659 /* Get results from the coda */ in coda_finish_encode() [all …]
|
/linux/fs/coda/ |
H A D | Kconfig | 3 tristate "Coda file system support (advanced network fs)" 6 Coda is an advanced network file system, similar to NFS in that it 9 disk. Coda has several advantages over NFS: support for 14 If you say Y here, your Linux box will be able to act as a Coda 18 <file:Documentation/filesystems/coda.rst> and check out the Coda 19 home page <http://www.coda.cs.cmu.edu/>. 21 To compile the coda client support as a module, choose M here: the 22 module will be called coda.
|
H A D | inode.c | 31 #include <linux/coda.h> 130 return invalf(fc, "coda: Not coda psdev"); in coda_set_idx() 134 return invalf(fc, "coda: Bad minor number"); in coda_set_idx() 177 * Parse coda's binary mount data form. We ignore any errors and go with index 186 return invalf(fc, "coda: Bad mount data"); in coda_parse_monolithic() 189 return invalf(fc, "coda: Bad mount version"); in coda_parse_monolithic() 207 infof(fc, "coda: device index: %i\n", ctx->idx); in coda_fill_super() 213 errorf(fc, "coda: No pseudo device"); in coda_fill_super() 219 errorf(fc, "coda: Device already mounted"); in coda_fill_super() 395 .name = "coda", [all …]
|
H A D | pioctl.c | 3 * Pioctl operations for Coda. 8 * to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>. 22 #include <linux/coda.h> 43 /* the coda pioctl inode ops */ 75 /* return if it is not a Coda inode */ in coda_pioctl()
|
H A D | Makefile | 3 # Makefile for the Linux Coda filesystem routines. 6 obj-$(CONFIG_CODA_FS) += coda.o 8 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \ 10 coda-$(CONFIG_SYSCTL) += sysctl.o
|
H A D | symlink.c | 3 * Symlink inode operations for Coda filesystem 8 * the Coda project. Contact Peter Braam (coda@cs.cmu.edu). 19 #include <linux/coda.h>
|
H A D | cache.c | 3 * Cache operations for Coda. 8 * to the Coda project http://www.coda.cs.cmu.edu/ <coda@cs.cmu.edu>. 23 #include <linux/coda.h>
|
H A D | coda_fs_i.h | 15 #include <linux/coda.h> 18 * coda fs inode data 25 struct CodaFid c_fid; /* Coda identifier */ 36 * coda fs file private data
|
H A D | coda_cache.h | 2 /* Coda filesystem -- Linux Minicache 7 * contribute improvements to the Coda project. Contact Peter Braam 8 * <coda@cs.cmu.edu>
|
H A D | psdev.c | 8 * Adapted to become the Linux 2.0 Coda pseudo device 40 #include <linux/coda.h> 359 if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { in init_coda_psdev() 364 coda_psdev_class = class_create("coda"); in init_coda_psdev() 378 unregister_chrdev(CODA_PSDEV_MAJOR, "coda"); in init_coda_psdev() 384 MODULE_DESCRIPTION("Coda Distributed File System VFS interface"); 413 unregister_chrdev(CODA_PSDEV_MAJOR, "coda"); in init_coda() 431 unregister_chrdev(CODA_PSDEV_MAJOR, "coda"); in exit_coda()
|
H A D | coda_linux.c | 3 * Inode operations for Coda filesystem 8 * the Coda project. Contact Peter Braam (coda@cs.cmu.edu). 20 #include <linux/coda.h>
|
H A D | cnode.c | 2 /* cnode related routines for the coda kernel code 10 #include <linux/coda.h> 115 /* Although we treat Coda file identifiers as immutable, there is one
|
H A D | file.c | 3 * File operations for Coda. 8 * to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>. 28 #include <linux/coda.h>
|
H A D | coda_linux.h | 3 * Coda File System, Linux Kernel module 10 * contribute improvements to the Coda project.
|
/linux/include/linux/ |
H A D | coda.h | 8 Coda File System 17 technical and financial contributors to Coda are listed in the file 25 Coda: an Experimental Distributed File System 40 CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS, 63 #include <uapi/linux/coda.h>
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | coda.yaml | 4 $id: http://devicetree.org/schemas/media/coda.yaml# 7 title: Chips&Media Coda multi-standard codec IP 13 Coda codec IPs are present in i.MX SoCs in various versions,
|
/linux/Documentation/translations/it_IT/process/ |
H A D | stable-kernel-rules.rst | 182 Il mittente riceverà un ACK quando la patch è stata accettata e messa in coda, 186 Se accettata, la patch verrà aggiunta alla coda -stable per essere revisionata 202 rimossa dalla coda. 208 oppure nuove patch potrebbero essere messe in coda. Dunque, verranno pubblicate 214 patch che erano in coda e sono state verificate. 223 - La coda delle patch, sia quelle già applicate che in fase di revisione,
|
/linux/include/uapi/linux/ |
H A D | coda.h | 8 Coda File System 17 technical and financial contributors to Coda are listed in the file 25 Coda: an Experimental Distributed File System 40 CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS, 127 /* these are Coda's version of O_RDONLY etc combinations 293 * Venus <-> Coda RPC arguments
|
/linux/Documentation/admin-guide/media/ |
H A D | platform-cardlist.rst | 26 coda-vpu Chips&Media Coda multi-standard codec IP
|
/linux/drivers/media/platform/chips-media/ |
H A D | Makefile | 3 obj-y += coda/
|