Searched refs:ibt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_btree.h123 case XFS_BTNUM_INO: __XFS_BTREE_STATS_INC(ibt, stat); break; \
136 case XFS_BTNUM_INO: __XFS_BTREE_STATS_ADD(ibt, stat, val); break; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dbcm5974.c403 int ptest, origin, ibt = 0, nmin = 0, nmax = 0; local
435 ibt = raw2int(dev->tp_data[BUTTON_TYPE2]);
475 "nmin: %d nmax: %d n: %d ibt: %d\n", abs_p, abs_w,
476 abs_x, abs_y, nmin, nmax, dev->fingers, ibt);
480 /* type 2 reports button events via ibt only */
482 input_report_key(input, BTN_LEFT, ibt);

Completed in 64 milliseconds