Searched refs:requested_state (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dbcm63xx_pcmcia.h46 socket_state_t requested_state; member in struct:bcm63xx_pcmcia_socket
H A Dbcm63xx_pcmcia.c103 skt->requested_state = *state;
279 events = (stat ^ skt->old_status) & skt->requested_state.csc_mask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c32 int requested_state = state - &dev->states[0]; local
45 * - requested_state: best mode allowed by software (latencies)
47 k = min_t(int, allowed_state, requested_state);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dindustrialio-ring.c362 bool requested_state, current_state; local
369 requested_state = !(buf[0] == '0');
371 if (current_state == requested_state) {
375 if (requested_state) {

Completed in 39 milliseconds