Searched refs:eob (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/ |
D | dtlk.h | 83 unsigned char eob; /* 7Fh value indicating end of member
|
/Linux-v4.19/drivers/staging/speakup/ |
D | speakup_dtlk.h | 59 u_char eob; /* 7Fh value indicating end of member
|
D | speakup_dtlk.c | 312 status.eob = *t++; in synth_interrogate()
|
/Linux-v4.19/sound/drivers/vx/ |
D | vx_pcm.c | 1134 int p, buf, capture, eob; in vx_pcm_update_intr() local 1137 eob = (chip->irq_rmh.Stat[i] & 0x800000) ? 1 : 0; in vx_pcm_update_intr() 1143 if (eob) in vx_pcm_update_intr()
|
/Linux-v4.19/fs/gfs2/ |
D | bmap.c | 417 …inline unsigned int gfs2_extent_length(struct buffer_head *bh, __be64 *ptr, size_t limit, int *eob) in gfs2_extent_length() argument 423 *eob = 0; in gfs2_extent_length() 431 *eob = 1; in gfs2_extent_length() 816 int eob; in gfs2_iomap_get() local 888 len = gfs2_extent_length(bh, ptr, len, &eob); in gfs2_iomap_get() 894 if (eob) in gfs2_iomap_get()
|
/Linux-v4.19/drivers/char/ |
D | dtlk.c | 560 status.eob = *t++; in dtlk_interrogate()
|
/Linux-v4.19/drivers/crypto/ |
D | n2_core.c | 213 bool sfas, bool sob, bool eob, bool encrypt, in control_word_base() argument 225 if (eob) in control_word_base()
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target.c | 3385 goto eob; in iscsit_build_sendtargets_response() 3414 goto eob; in iscsit_build_sendtargets_response() 3429 eob: in iscsit_build_sendtargets_response()
|