Home
last modified time | relevance | path

Searched refs:coupled (Results 1 – 8 of 8) sorted by relevance

/drivers/cpuidle/
A Dcoupled.c231 all = coupled->online_count | (coupled->online_count << WAITING_BITS); in cpuidle_coupled_set_not_ready()
469 struct cpuidle_coupled *coupled = dev->coupled; in cpuidle_enter_state_coupled() local
472 if (!coupled) in cpuidle_enter_state_coupled()
648 coupled = other_dev->coupled; in cpuidle_coupled_register_device()
655 if (!coupled) in cpuidle_coupled_register_device()
661 dev->coupled = coupled; in cpuidle_coupled_register_device()
667 coupled->refcnt++; in cpuidle_coupled_register_device()
685 struct cpuidle_coupled *coupled = dev->coupled; in cpuidle_coupled_unregister_device() local
691 kfree(coupled); in cpuidle_coupled_unregister_device()
707 coupled->prevent++; in cpuidle_coupled_prevent_idle()
[all …]
A DMakefile10 obj-$(CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED) += coupled.o
/drivers/net/ethernet/freescale/dpaa2/
A Ddpni.c2087 int coupled) in dpni_set_tx_shaping() argument
2101 dpni_set_field(cmd_params->coupled, COUPLED, coupled); in dpni_set_tx_shaping()
A Ddpni-cmd.h656 u8 coupled; member
A Ddpni.h1072 int coupled);
/drivers/bus/
A DKconfig120 cores. This bus is for per-CPU tightly coupled devices such as the
/drivers/regulator/
A Dcore.c5690 struct regulator_dev **coupled; in regulator_init_coupling() local
5698 coupled = kcalloc(n_phandles + 1, sizeof(*coupled), GFP_KERNEL); in regulator_init_coupling()
5699 if (!coupled) in regulator_init_coupling()
5702 rdev->coupling_desc.coupled_rdevs = coupled; in regulator_init_coupling()
/drivers/video/fbdev/
A DKconfig1772 and could also have been called by other names when coupled with

Completed in 30 milliseconds