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.13-rc7 13 lines 385 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef _PANEL_SAMSUNG_S6E63M0_H 4#define _PANEL_SAMSUNG_S6E63M0_H 5 6int s6e63m0_probe(struct device *dev, 7 int (*dcs_read)(struct device *dev, const u8 cmd, u8 *val), 8 int (*dcs_write)(struct device *dev, const u8 *data, 9 size_t len), 10 bool dsi_mode); 11int s6e63m0_remove(struct device *dev); 12 13#endif /* _PANEL_SAMSUNG_S6E63M0_H */