act_state          66 drivers/hid/hid-ntrig.c 	__s8 act_state;
act_state         661 drivers/hid/hid-ntrig.c 			nd->act_state = deactivate_slack - 1;
act_state         682 drivers/hid/hid-ntrig.c 		if (nd->act_state > 0) {
act_state         692 drivers/hid/hid-ntrig.c 					nd->act_state = 0;
act_state         699 drivers/hid/hid-ntrig.c 					nd->act_state = 1;
act_state         781 drivers/hid/hid-ntrig.c 		if (nd->act_state > 0) { /* Currently inactive */
act_state         787 drivers/hid/hid-ntrig.c 				nd->act_state = (nd->act_state > value)
act_state         788 drivers/hid/hid-ntrig.c 						? nd->act_state - value
act_state         795 drivers/hid/hid-ntrig.c 				nd->act_state = nd->activate_slack;
act_state         804 drivers/hid/hid-ntrig.c 			if (value && nd->act_state >=
act_state         810 drivers/hid/hid-ntrig.c 				nd->act_state = 0;
act_state         811 drivers/hid/hid-ntrig.c 			else if (nd->act_state <= nd->deactivate_slack)
act_state         816 drivers/hid/hid-ntrig.c 				nd->act_state =
act_state         819 drivers/hid/hid-ntrig.c 				nd->act_state--;
act_state         824 drivers/hid/hid-ntrig.c 		if (nd->first_contact_touch && nd->act_state <= 0) {
act_state         913 drivers/hid/hid-ntrig.c 	nd->act_state = activate_slack;
act_state         143 drivers/misc/sgi-xp/xpc.h 	u8 act_state;		/* sender's act_state at time msg sent */
act_state         484 drivers/misc/sgi-xp/xpc.h 	u8 act_state;		/* from XPC HB viewpoint */
act_state         101 drivers/misc/sgi-xp/xpc_channel.c 	if (part->act_state == XPC_P_AS_DEACTIVATING) {
act_state         168 drivers/misc/sgi-xp/xpc_channel.c 		if (part->act_state != XPC_P_AS_DEACTIVATING) {
act_state         289 drivers/misc/sgi-xp/xpc_channel.c 			DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING);
act_state         323 drivers/misc/sgi-xp/xpc_channel.c 		if (part->act_state == XPC_P_AS_DEACTIVATING ||
act_state         585 drivers/misc/sgi-xp/xpc_channel.c 		if (part->act_state == XPC_P_AS_DEACTIVATING)
act_state         240 drivers/misc/sgi-xp/xpc_main.c 		if (part->act_state == XPC_P_AS_INACTIVE ||
act_state         241 drivers/misc/sgi-xp/xpc_main.c 		    part->act_state == XPC_P_AS_DEACTIVATING) {
act_state         341 drivers/misc/sgi-xp/xpc_main.c 	while (part->act_state != XPC_P_AS_DEACTIVATING ||
act_state         364 drivers/misc/sgi-xp/xpc_main.c 				 (part->act_state == XPC_P_AS_DEACTIVATING &&
act_state         541 drivers/misc/sgi-xp/xpc_main.c 	if (part->act_state == XPC_P_AS_DEACTIVATING) {
act_state         542 drivers/misc/sgi-xp/xpc_main.c 		part->act_state = XPC_P_AS_INACTIVE;
act_state         549 drivers/misc/sgi-xp/xpc_main.c 	DBUG_ON(part->act_state != XPC_P_AS_ACTIVATION_REQ);
act_state         550 drivers/misc/sgi-xp/xpc_main.c 	part->act_state = XPC_P_AS_ACTIVATING;
act_state         592 drivers/misc/sgi-xp/xpc_main.c 	DBUG_ON(part->act_state != XPC_P_AS_INACTIVE);
act_state         594 drivers/misc/sgi-xp/xpc_main.c 	part->act_state = XPC_P_AS_ACTIVATION_REQ;
act_state         603 drivers/misc/sgi-xp/xpc_main.c 		part->act_state = XPC_P_AS_INACTIVE;
act_state         876 drivers/misc/sgi-xp/xpc_main.c 			if (part->act_state != XPC_P_AS_DEACTIVATING) {
act_state         925 drivers/misc/sgi-xp/xpc_main.c 		part->act_state = XPC_P_AS_INACTIVE;
act_state         986 drivers/misc/sgi-xp/xpc_main.c 			    part->act_state == XPC_P_AS_INACTIVE) {
act_state        1104 drivers/misc/sgi-xp/xpc_main.c 		    part->act_state != XPC_P_AS_INACTIVE) {
act_state         295 drivers/misc/sgi-xp/xpc_partition.c 		DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING &&
act_state         296 drivers/misc/sgi-xp/xpc_partition.c 			part->act_state != XPC_P_AS_INACTIVE);
act_state         297 drivers/misc/sgi-xp/xpc_partition.c 		if (part->act_state != XPC_P_AS_INACTIVE)
act_state         317 drivers/misc/sgi-xp/xpc_partition.c 	if (part->act_state == XPC_P_AS_ACTIVATING) {
act_state         318 drivers/misc/sgi-xp/xpc_partition.c 		part->act_state = XPC_P_AS_ACTIVE;
act_state         340 drivers/misc/sgi-xp/xpc_partition.c 	if (part->act_state == XPC_P_AS_INACTIVE) {
act_state         349 drivers/misc/sgi-xp/xpc_partition.c 	if (part->act_state == XPC_P_AS_DEACTIVATING) {
act_state         358 drivers/misc/sgi-xp/xpc_partition.c 	part->act_state = XPC_P_AS_DEACTIVATING;
act_state         389 drivers/misc/sgi-xp/xpc_partition.c 	part->act_state = XPC_P_AS_INACTIVE;
act_state         396 drivers/misc/sgi-xp/xpc_uv.c 			if (part->act_state == XPC_P_AS_INACTIVE)
act_state         398 drivers/misc/sgi-xp/xpc_uv.c 			else if (part->act_state == XPC_P_AS_DEACTIVATING)
act_state         402 drivers/misc/sgi-xp/xpc_uv.c 			if (part->act_state == XPC_P_AS_INACTIVE)
act_state         432 drivers/misc/sgi-xp/xpc_uv.c 	part_uv->remote_act_state = msg_hdr->act_state;
act_state         689 drivers/misc/sgi-xp/xpc_uv.c 	msg_hdr->act_state = part->act_state;
act_state         923 drivers/misc/sgi-xp/xpc_uv.c 	if (part->act_state == XPC_P_AS_INACTIVE)
act_state        1063 drivers/misc/sgi-xp/xpc_uv.c 		if (part->act_state == XPC_P_AS_DEACTIVATING)
act_state         491 drivers/net/usb/kaweth.c 	int act_state;
act_state         507 drivers/net/usb/kaweth.c 	if (kaweth->linkstate != (act_state = ( kaweth->intbuffer[STATE_OFFSET] | STATE_MASK) >> STATE_SHIFT)) {
act_state         508 drivers/net/usb/kaweth.c 		if (act_state)
act_state         513 drivers/net/usb/kaweth.c 		kaweth->linkstate = act_state;