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.11-rc7 7 lines 177 B view raw
1#ifndef __DT_IDLE_STATES 2#define __DT_IDLE_STATES 3 4int dt_init_idle_driver(struct cpuidle_driver *drv, 5 const struct of_device_id *matches, 6 unsigned int start_idx); 7#endif