h_state           220 drivers/input/misc/ad714x.c 		if (((ad714x->h_state & hw->h_mask) == hw->h_mask) &&
h_state           230 drivers/input/misc/ad714x.c 		if (((ad714x->h_state & hw->h_mask) != hw->h_mask) ||
h_state           342 drivers/input/misc/ad714x.c 	unsigned short h_state, c_state;
h_state           347 drivers/input/misc/ad714x.c 	h_state = ad714x->h_state & mask;
h_state           352 drivers/input/misc/ad714x.c 		if (h_state) {
h_state           374 drivers/input/misc/ad714x.c 			if (h_state) {
h_state           514 drivers/input/misc/ad714x.c 	unsigned short h_state, c_state;
h_state           519 drivers/input/misc/ad714x.c 	h_state = ad714x->h_state & mask;
h_state           524 drivers/input/misc/ad714x.c 		if (h_state) {
h_state           546 drivers/input/misc/ad714x.c 			if (h_state) {
h_state           795 drivers/input/misc/ad714x.c 	unsigned short h_state, c_state;
h_state           803 drivers/input/misc/ad714x.c 	h_state = ad714x->h_state & mask;
h_state           808 drivers/input/misc/ad714x.c 		if (h_state) {
h_state           837 drivers/input/misc/ad714x.c 			if (h_state) {
h_state            25 drivers/input/misc/ad714x.h 	unsigned short h_state;
h_state           542 fs/lockd/clntproc.c 		fl->fl_u.nfs_fl.state = host->h_state;
h_state           572 fs/lockd/clntproc.c 		if (fl->fl_u.nfs_fl.state != host->h_state) {
h_state           152 fs/lockd/host.c 	host->h_state      = 0;
h_state           534 fs/lockd/host.c 			host->h_state++;
h_state            59 include/linux/lockd/lockd.h 	u32			h_state;	/* pseudo-state counter */