Searched defs:NUM (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/speakup/
H A Dspeakup.h28 #define NUM 0x0009 macro
/drivers/staging/telephony/
H A Dixj.c278 #define NUM(inode) (iminor(inode) & 0xf) macro
2164 printk(KERN_INFO "Closing board %d\n", NUM(inode));
2748 IXJ * j = get_ixj(NUM(file_p->f_path.dentry->d_inode));
2805 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode));
2884 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode));
4587 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode));
6117 int board = NUM(inode);
6119 IXJ *j = get_ixj(NUM(inode));
6686 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode));
/drivers/staging/vt6655/
H A Ddevice.h167 #define NUM 64 macro
369 PSRxMgmtPacket Q[NUM];
834 if ((pDevice->rxManeQueue.tail+1) % NUM == pDevice->rxManeQueue.head)
841 pDevice->rxManeQueue.tail = (pDevice->rxManeQueue.tail+1)% NUM;
862 //x=pDevice->rxManeQueue.head = (pDevice->rxManeQueue.head+1)%NUM;
863 pDevice->rxManeQueue.head = (pDevice->rxManeQueue.head+1)%NUM;

Completed in 160 milliseconds