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 v5.3 15 lines 496 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2015 Texas Instruments 4 * Author: Jyri Sarha <jsarha@ti.com> 5 */ 6 7#ifndef __TILCDC_EXTERNAL_H__ 8#define __TILCDC_EXTERNAL_H__ 9 10int tilcdc_add_component_encoder(struct drm_device *dev); 11void tilcdc_remove_external_device(struct drm_device *dev); 12int tilcdc_get_external_components(struct device *dev, 13 struct component_match **match); 14int tilcdc_attach_external_device(struct drm_device *ddev); 15#endif /* __TILCDC_SLAVE_H__ */