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.18-rc3 13 lines 334 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef __CPUIDLE_PSCI_H 4#define __CPUIDLE_PSCI_H 5 6struct device_node; 7struct generic_pm_domain; 8 9void psci_set_domain_state(struct generic_pm_domain *pd, unsigned int state_idx, 10 u32 state); 11int psci_dt_parse_state_node(struct device_node *np, u32 *state); 12 13#endif /* __CPUIDLE_PSCI_H */