Searched refs:h_state (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/input/misc/
H A Dad714x.h26 unsigned short h_state; member in struct:ad714x_chip
H A Dad714x.c220 if (((ad714x->h_state & hw->h_mask) == hw->h_mask) &&
230 if (((ad714x->h_state & hw->h_mask) != hw->h_mask) ||
342 unsigned short h_state, c_state; local
347 h_state = ad714x->h_state & mask;
352 if (h_state) {
374 if (h_state) {
514 unsigned short h_state, c_state; local
519 h_state = ad714x->h_state
795 unsigned short h_state, c_state; local
[all...]
/linux-master/fs/lockd/
H A Dhost.c152 host->h_state = 0;
537 host->h_state++;
H A Dclntproc.c559 fl->fl_u.nfs_fl.state = host->h_state;
592 if (fl->fl_u.nfs_fl.state != host->h_state) {
/linux-master/include/linux/lockd/
H A Dlockd.h59 u32 h_state; /* pseudo-state counter */ member in struct:nlm_host

Completed in 155 milliseconds