Lines Matching full:inserted
660 * atr once a card is inserted. another side-effect of retrieving the
697 /* is a card/a reader inserted at all ? */ in monitor_card()
705 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in monitor_card()
706 || dev->flags0 == 0xff) { /* no cardman inserted */ in monitor_card()
727 * (after suspend with inserted card) */ in monitor_card()
728 DEBUGP(4, dev, "clear IS_CMM_ABSENT bit (card is inserted)\n"); in monitor_card()
747 /* Flags0 indicate power off and no card inserted now; in monitor_card()
899 "inserted\n"); in monitor_card()
981 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in cmm_read()
982 || dev->flags0 == 0xff) { /* no cardman inserted */ in cmm_read()
1128 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in cmm_write()
1129 || dev->flags0 == 0xff) { /* no cardman inserted */ in cmm_write()
1454 /* clear other bits, but leave inserted & powered as in cmm_ioctl()
1510 DEBUGP(4, dev, " Card inserted\n"); in cmm_ioctl()
1512 DEBUGP(2, dev, " No card inserted\n"); in cmm_ioctl()
1521 /* is a card inserted and powered? */ in cmm_ioctl()
1661 * inserted) in cmm_open()