Home
last modified time | relevance | path

Searched refs:endidx (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/input/misc/
Dhp_sdc_rtc.c85 t.endidx = 91; in hp_sdc_rtc_do_read_bbrtc()
153 t.endidx = numreg * 5; in hp_sdc_rtc_read_i8042timer()
156 tseq[t.endidx - 4] |= HP_SDC_ACT_SEMAPHORE; /* numreg assumed > 1 */ in hp_sdc_rtc_read_i8042timer()
/linux-6.12.1/drivers/input/serio/
Dhp_sdc_mlc.c206 priv->trans.endidx = 5; in hp_sdc_mlc_cts()
246 priv->trans.endidx = 6; in hp_sdc_mlc_out()
287 priv->trans.endidx = 4; in hp_sdc_mlc_out()
Dhp_sdc.c415 if (curr->actidx >= curr->endidx) { in hp_sdc_put()
427 if (curr->idx >= curr->endidx) { in hp_sdc_put()
570 if (curr->idx >= curr->endidx) { /* This transaction is over. */ in hp_sdc_put()
898 t_sync.endidx = 6; in hp_sdc_init()
1037 tq_init.endidx = 5; in hp_sdc_register()
1089 tq_init.endidx = 4; in hp_sdc_register()
/linux-6.12.1/include/linux/
Dhp_sdc.h67 int endidx; /* transaction is over and done if idx == endidx */ member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.c1983 int startidx, endidx; in xfs_difree_inode_chunk() local
2007 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
2020 nextbit == endidx + 1) { in xfs_difree_inode_chunk()
2021 endidx = nextbit; in xfs_difree_inode_chunk()
2032 contigblk = ((endidx - startidx + 1) * in xfs_difree_inode_chunk()
2045 startidx = endidx = nextbit; in xfs_difree_inode_chunk()