Lines Matching full:inserted
659 * atr once a card is inserted. another side-effect of retrieving the
696 /* is a card/a reader inserted at all ? */ in monitor_card()
704 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in monitor_card()
705 || dev->flags0 == 0xff) { /* no cardman inserted */ in monitor_card()
726 * (after suspend with inserted card) */ in monitor_card()
727 DEBUGP(4, dev, "clear IS_CMM_ABSENT bit (card is inserted)\n"); in monitor_card()
746 /* Flags0 indicate power off and no card inserted now; in monitor_card()
898 "inserted\n"); in monitor_card()
980 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in cmm_read()
981 || dev->flags0 == 0xff) { /* no cardman inserted */ in cmm_read()
1127 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in cmm_write()
1128 || dev->flags0 == 0xff) { /* no cardman inserted */ in cmm_write()
1453 /* clear other bits, but leave inserted & powered as in cmm_ioctl()
1509 DEBUGP(4, dev, " Card inserted\n"); in cmm_ioctl()
1511 DEBUGP(2, dev, " No card inserted\n"); in cmm_ioctl()
1520 /* is a card inserted and powered? */ in cmm_ioctl()
1660 * inserted) in cmm_open()