Searched refs:con_ids (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm/mach-davinci/
H A Dpm_domain.c24 .con_ids = { "fck", "master", "slave", NULL },
/linux-master/drivers/sh/
H A Dpm_runtime.c32 .con_ids = { NULL, },
/linux-master/arch/arm/mach-omap1/
H A Dpm_bus.c30 .con_ids = { "ick", "fck", NULL, },
/linux-master/drivers/base/power/
H A Dclock_ops.c615 * pm_domain field and its con_ids member is used to populate the device's list
644 if (clknb->con_ids[0]) {
645 for (con_id = clknb->con_ids; *con_id; con_id++)
747 * Specifically, the con_ids member of that object is used to enable or disable
763 if (clknb->con_ids[0]) {
764 for (con_id = clknb->con_ids; *con_id; con_id++)
772 if (clknb->con_ids[0]) {
773 for (con_id = clknb->con_ids; *con_id; con_id++)
/linux-master/arch/arm/mach-keystone/
H A Dkeystone.c44 .con_ids = { NULL },
/linux-master/include/linux/
H A Dpm_clock.h17 char *con_ids[]; member in struct:pm_clk_notifier_block

Completed in 1271 milliseconds