Home
last modified time | relevance | path

Searched refs:coda_context_ops (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda.h203 struct coda_context_ops { struct
231 const struct coda_context_ops *ops; argument
395 extern const struct coda_context_ops coda_bit_encode_ops;
396 extern const struct coda_context_ops coda_bit_decode_ops;
397 extern const struct coda_context_ops coda9_jpeg_encode_ops;
398 extern const struct coda_context_ops coda9_jpeg_decode_ops;
/linux/fs/coda/
H A Dinode.c372 static const struct fs_context_operations coda_context_ops = { variable
389 fc->ops = &coda_context_ops; in coda_init_fs_context()