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 v4.19 8 lines 216 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __DT_IDLE_STATES 3#define __DT_IDLE_STATES 4 5int dt_init_idle_driver(struct cpuidle_driver *drv, 6 const struct of_device_id *matches, 7 unsigned int start_idx); 8#endif