Home
last modified time | relevance | path

Searched refs:oldstate (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/arch/arm/mach-sa1100/
Dhackkit.c65 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate);
139 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in hackkit_uart_pm() argument
Dsystem3.c89 static void system3_uart_pm(struct uart_port *port, u_int state, u_int oldstate);
242 static void system3_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in system3_uart_pm() argument
Dsimpad.c68 static void simpad_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in simpad_uart_pm() argument
Dadsbitsy.c165 void adsbitsy_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in adsbitsy_uart_pm() argument
Dgraphicsclient.c190 graphicsclient_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in graphicsclient_uart_pm() argument
Dadsagc.c304 adsagc_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in adsagc_uart_pm() argument
Dadsbitsyplus.c246 void adsbitsyplus_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in adsbitsyplus_uart_pm() argument
Dgraphicsmaster.c265 graphicsmaster_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in graphicsmaster_uart_pm() argument
Dassabet.c219 static void assabet_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in assabet_uart_pm() argument
Dh3600.c409 static void h3600_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in h3600_uart_pm() argument
/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0001.c501 chip->oldstate = FL_ERASING;
581 chip->state = chip->oldstate;
811 chip->oldstate = FL_ERASING;
915 chip->state = chip->oldstate;
1120 chip->oldstate = FL_ERASING;
1284 chip->state = chip->oldstate;
1535 chip->oldstate = 0;
1557 if (chip->oldstate) {
1561 chip->oldstate = 0;
1678 chip->oldstate = chip->state;
[all …]
Dcfi_cmdset_0020.c301 chip->oldstate = FL_ERASING; in do_read_onechip()
380 chip->state = chip->oldstate; in do_read_onechip()
1027 chip->oldstate = chip->state; in cfi_staa_sync()
1058 chip->state = chip->oldstate; in cfi_staa_sync()
1366 chip->oldstate = chip->state; in cfi_staa_suspend()
1394 chip->state = chip->oldstate; in cfi_staa_suspend()
Dcfi_cmdset_0002.c1163 chip->oldstate = chip->state; in cfi_amdstd_sync()
1196 chip->state = chip->oldstate; in cfi_amdstd_sync()
1222 chip->oldstate = chip->state; in cfi_amdstd_suspend()
1247 chip->state = chip->oldstate; in cfi_amdstd_suspend()
Damd_flash.c1341 chip->oldstate = chip->state; in amd_flash_sync()
1373 chip->state = chip->oldstate; in amd_flash_sync()
/linux-2.4.37.9/include/linux/mtd/
Dflashchip.h60 flstate_t oldstate; member
/linux-2.4.37.9/drivers/net/skfp/
Dpcmplc.c624 int oldstate ; local
637 oldstate = mib->fddiPORTPCMState ;
664 if ( mib->fddiPORTPCMState != oldstate &&
665 ((oldstate == PC8_ACTIVE) || (mib->fddiPORTPCMState == PC8_ACTIVE))) {
674 if ( mib->fddiPORTPCMState != oldstate ) {
676 DB_SNMP ("PCM from %d to %d\n", oldstate, mib->fddiPORTPCMState);
680 } else if ( oldstate == PC0_OFF ) {
684 oldstate == PC8_ACTIVE ) {
Dcfm.c225 int oldstate ; local
239 oldstate = smc->mib.fddiSMTCF_State ;
275 if (smc->mib.fddiSMTCF_State != oldstate) {
/linux-2.4.37.9/include/net/
Dtcp.h1480 int oldstate = sk->state; in tcp_set_state() local
1484 if (oldstate != TCP_ESTABLISHED) in tcp_set_state()
1489 if (oldstate == TCP_CLOSE_WAIT || oldstate == TCP_ESTABLISHED) in tcp_set_state()
1497 if (oldstate==TCP_ESTABLISHED) in tcp_set_state()
1507 SOCK_DEBUG(sk, "TCP sk=%p, State %s -> %s\n",sk, statename[oldstate],statename[state]); in tcp_set_state()
/linux-2.4.37.9/drivers/scsi/
Deata_dma.c897 u32 oldstate = 0; in check_blink_state() local
900 while ((loops--) && (state != oldstate)) { in check_blink_state()
901 oldstate = state; in check_blink_state()
906 (state == oldstate) && (state == blinkindicator))); in check_blink_state()
908 if ((state == oldstate) && (state == blinkindicator)) in check_blink_state()
/linux-2.4.37.9/drivers/net/
Dsb1250-mac.c1738 sbmac_state_t oldstate = sc->sbm_state; in sbmac_set_channel_state() local
1744 if (state == oldstate) { in sbmac_set_channel_state()
1745 return oldstate; in sbmac_set_channel_state()
1763 return oldstate; in sbmac_set_channel_state()
/linux-2.4.37.9/drivers/s390/net/
Dctcmain.c1519 int oldstate; in ch_action_haltio() local
1525 oldstate = fsm_getstate(fi); in ch_action_haltio()
1532 fsm_newstate(fi, oldstate); in ch_action_haltio()
1667 int oldstate; in ch_action_restart() local
1678 oldstate = fsm_getstate(fi); in ch_action_restart()
1687 fsm_newstate(fi, oldstate); in ch_action_restart()
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapidrv.c105 int oldstate; member
762 ncci->state = ncci->oldstate; in ncci_change_state()
763 ncci->oldstate = p->actstate; in ncci_change_state()
765 ncci->oldstate = p->actstate; in ncci_change_state()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.c2728 ahd_dv_state oldstate; local
2730 oldstate = targ->dv_state;
2734 ahd_name(ahd), line, oldstate, newstate);
2737 if (oldstate == newstate)
Daic7xxx_osm.c2395 ahc_dv_state oldstate; local
2397 oldstate = targ->dv_state;
2401 ahc_name(ahc), line, oldstate, newstate);
2404 if (oldstate == newstate)