Home
last modified time | relevance | path

Searched refs:mstate (Results 1 – 14 of 14) sorted by relevance

/drivers/isdn/gigaset/
Dev-layer.c686 cs->mstate = MS_UNINITIALIZED; in init_failed()
704 cs->mstate = state; in schedule_init()
870 if (cs->mstate != MS_LOCKED) in do_start()
882 if (cs->mstate != MS_LOCKED) { in finish_shutdown()
883 cs->mstate = MS_UNINITIALIZED; in finish_shutdown()
904 if (cs->mstate == MS_READY) { in do_shutdown()
905 cs->mstate = MS_SHUTDOWN; in do_shutdown()
1011 switch (cs->mstate) { in do_lock()
1033 cs->mstate = MS_LOCKED; in do_lock()
1041 if (cs->mstate != MS_LOCKED) in do_unlock()
[all …]
Dinterface.c31 *arg = cs->mstate == MS_LOCKED; in if_lock()
35 if (!cmd && cs->mstate == MS_LOCKED && cs->connected) { in if_lock()
102 if (cs->mstate != MS_LOCKED) in if_config()
296 if (cs->mstate != MS_LOCKED) { in if_write()
338 } else if (cs->mstate != MS_LOCKED) { in if_write_room()
360 else if (cs->mstate != MS_LOCKED) in if_chars_in_buffer()
Dasyncdata.c342 if (cs->mstate == MS_LOCKED) in handle_dle()
427 if (cs->mstate == MS_LOCKED) in gigaset_m10x_input()
Dser-gigaset.c248 gigaset_dbg_buffer(cs->mstate != MS_LOCKED ? in gigaset_write_cmd()
534 cs->mstate = MS_LOCKED; in gigaset_tty_open()
Dcommon.c711 cs->mstate = MS_UNINITIALIZED; in gigaset_initcs()
828 cs->mstate = MS_UNINITIALIZED; in cleanup_cs()
891 if (cs->mstate != MS_LOCKED) { in gigaset_start()
Dusb-gigaset.c502 gigaset_dbg_buffer(cs->mstate != MS_LOCKED ? in gigaset_write_cmd()
767 cs->mstate = MS_LOCKED; in gigaset_probe()
Dgigaset.h418 int mstate; /* Modem state: see MS_XXXX */ member
Disocdata.c956 if (cs->mstate == MS_LOCKED) { in gigaset_isoc_input()
Dbas-gigaset.c1973 gigaset_dbg_buffer(cs->mstate != MS_LOCKED ? in gigaset_write_cmd()
2386 cs->mstate = MS_LOCKED; in gigaset_probe()
Dcapi.c2279 switch (cs->mstate) { in gigaset_proc_show()
/drivers/pci/
Diov.c212 state = readb(iov->mstate + i); in sriov_migration_task()
214 writeb(PCI_SRIOV_VFM_AV, iov->mstate + i); in sriov_migration_task()
215 state = readb(iov->mstate + i); in sriov_migration_task()
220 writeb(PCI_SRIOV_VFM_UA, iov->mstate + i); in sriov_migration_task()
221 state = readb(iov->mstate + i); in sriov_migration_task()
252 iov->mstate = ioremap(pa, nr_virtfn); in sriov_enable_migration()
253 if (!iov->mstate) in sriov_enable_migration()
272 iounmap(iov->mstate); in sriov_disable_migration()
Dpci.h243 u8 __iomem *mstate; /* VF Migration State Array */ member
/drivers/char/pcmcia/
Dcm4000_cs.c127 unsigned char mstate; /* state of card monitor */ member
679 dev->mstate = M_FETCH_ATR; in monitor_card()
707 dev->mstate = M_FETCH_ATR; in monitor_card()
733 switch (dev->mstate) { in monitor_card()
752 dev->mstate = M_FETCH_ATR; in monitor_card()
770 dev->mstate = M_TIMEOUT_WAIT; in monitor_card()
777 dev->mstate = M_READ_ATR_LEN; in monitor_card()
788 dev->mstate = M_READ_ATR; in monitor_card()
816 dev->mstate = M_BAD_CARD; in monitor_card()
819 dev->mstate = M_ATR_PRESENT; in monitor_card()
[all …]
/drivers/net/wireless/rtlwifi/
Dwifi.h1737 bool mstate);