Searched refs:activate (Results 1 - 7 of 7) sorted by relevance

/arch/mips/lantiq/
H A Dclk.h64 int (*activate) (struct clk *clk); member in struct:clk
H A Dclk.c129 if (clk->activate)
130 return clk->activate(clk);
/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c107 * preferred logical cpus to activate or deactivate for optimized
115 static ssize_t get_best_energy_list(char *page, int activate) argument
128 if (activate)
141 if ((cpu_online(cpu) && !activate) ||
142 (!cpu_online(cpu) && activate))
155 char *page, int activate)
162 if (activate)
205 * Comma separated list of cpus to activate or deactivate
154 get_best_energy_data(struct device *dev, char *page, int activate) argument
/arch/ia64/hp/sim/
H A Dsimserial.c363 static int activate(struct tty_port *port, struct tty_struct *tty) function
480 .activate = activate,
/arch/mips/lantiq/falcon/
H A Dsysctrl.c177 clk->activate = sysctl_activate;
/arch/s390/kernel/
H A Dsclp.S144 # R2 = 0 to activate, non-zero to deactivate
/arch/um/drivers/
H A Dline.c326 .activate = line_activate,

Completed in 148 milliseconds