Home
last modified time | relevance | path

Searched refs:b_status (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/comedi/drivers/
H A Dni_mio_common.c941 unsigned short b_status; in ni_ao_wait_for_dma_load() local
943 b_status = ni_stc_readw(dev, NISTC_AO_STATUS1_REG); in ni_ao_wait_for_dma_load()
944 if (b_status & NISTC_AO_STATUS1_FIFO_HF) in ni_ao_wait_for_dma_load()
1355 static void ack_b_interrupt(struct comedi_device *dev, unsigned short b_status) in ack_b_interrupt() argument
1359 if (b_status & NISTC_AO_STATUS1_BC_TC) in ack_b_interrupt()
1361 if (b_status & NISTC_AO_STATUS1_OVERRUN) in ack_b_interrupt()
1363 if (b_status & NISTC_AO_STATUS1_START) in ack_b_interrupt()
1365 if (b_status & NISTC_AO_STATUS1_START1) in ack_b_interrupt()
1367 if (b_status & NISTC_AO_STATUS1_UC_TC) in ack_b_interrupt()
1369 if (b_status & NISTC_AO_STATUS1_UI2_TC) in ack_b_interrupt()
[all …]
/linux/fs/lockd/
H A Dclntproc.c533 __be32 b_status; in nlmclnt_lock() local
575 if (block.b_status != nlm_lck_blocked) in nlmclnt_lock()
578 b_status = nlmclnt_dequeue_block(&block); in nlmclnt_lock()
580 resp->status = b_status; in nlmclnt_lock()
H A Dlockd.h171 __be32 b_status; /* grant callback status */ member