Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.5 15 lines 381 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * vivid-osd.h - output overlay support functions. 4 * 5 * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. 6 */ 7 8#ifndef _VIVID_OSD_H_ 9#define _VIVID_OSD_H_ 10 11int vivid_fb_init(struct vivid_dev *dev); 12void vivid_fb_release_buffers(struct vivid_dev *dev); 13void vivid_clear_fb(struct vivid_dev *dev); 14 15#endif