sysfs_events      623 drivers/pcmcia/cs.c 		unsigned int sysfs_events;
sysfs_events      628 drivers/pcmcia/cs.c 		sysfs_events = skt->sysfs_events;
sysfs_events      629 drivers/pcmcia/cs.c 		skt->sysfs_events = 0;
sysfs_events      636 drivers/pcmcia/cs.c 		if (sysfs_events) {
sysfs_events      637 drivers/pcmcia/cs.c 			if (sysfs_events & PCMCIA_UEVENT_EJECT)
sysfs_events      639 drivers/pcmcia/cs.c 			if (sysfs_events & PCMCIA_UEVENT_INSERT)
sysfs_events      641 drivers/pcmcia/cs.c 			if ((sysfs_events & PCMCIA_UEVENT_SUSPEND) &&
sysfs_events      652 drivers/pcmcia/cs.c 			if ((sysfs_events & PCMCIA_UEVENT_RESUME) &&
sysfs_events      658 drivers/pcmcia/cs.c 			if ((sysfs_events & PCMCIA_UEVENT_REQUERY) &&
sysfs_events      666 drivers/pcmcia/cs.c 		if (events || sysfs_events)
sysfs_events      731 drivers/pcmcia/cs.c 		s->sysfs_events |= events;
sysfs_events      187 include/pcmcia/ss.h 	unsigned int			sysfs_events;