/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | bitops.h | 320 unsigned long bits, qofs, bofs; in ffz() 325 bofs = ffz_b(bits); in ffz() 327 return qofs*8 + bofs; in ffz() 340 unsigned long bits, qofs, bofs; in __ffs() 345 bofs = ffz_b(~bits); in __ffs() 347 return qofs*8 + bofs; in __ffs()
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | bitops.h | 317 unsigned long bits, qofs, bofs; in ffz() 322 bofs = ffz_b(bits); in ffz() 324 return qofs*8 + bofs; in ffz() 337 unsigned long bits, qofs, bofs; in __ffs() 342 bofs = ffz_b(~bits); in __ffs() 344 return qofs*8 + bofs; in __ffs()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 162 size_t bofs; /* bit offset */ member 267 int bofs) in cyttsp5_get_touch_axis() 272 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis() 288 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record() 355 si->tch_hdr.bofs); in cyttsp5_mt_attention() 691 tch_abs->bofs = offset - (tch_abs->ofs << 3); in fill_tch_abs() 266 cyttsp5_get_touch_axis(int *axis, int size, int max, u8 *xy_data, int bofs) cyttsp5_get_touch_axis() argument
|
H A D | cyttsp4_core.c | 442 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 459 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 472 dev_dbg(cd->dev, "%s: bofs=%2zd\n", __func__, in cyttsp4_si_get_opcfg_data() 473 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data() 779 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() 787 " xy_data[%d]=%02X(%d) bofs=%d\n", in cyttsp4_get_touch_axis() 789 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 790 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 816 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_get_touch() 778 cyttsp4_get_touch_axis(struct cyttsp4_mt_data *md, int *axis, int size, int max, u8 *xy_data, int bofs) cyttsp4_get_touch_axis() argument
|
H A D | cyttsp4_core.h | 244 size_t bofs; /* bit offset */ member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fsmap.c | 473 ext4_fsblk_t bofs; in ext4_getfsmap_datadev() local 481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev() 485 else if (keys[0].fmr_physical < bofs) in ext4_getfsmap_datadev() 486 keys[0].fmr_physical = bofs; in ext4_getfsmap_datadev()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fsmap.c | 473 ext4_fsblk_t bofs; in ext4_getfsmap_datadev() local 481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev() 485 else if (keys[0].fmr_physical < bofs) in ext4_getfsmap_datadev() 486 keys[0].fmr_physical = bofs; in ext4_getfsmap_datadev()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 428 tch->bofs = (tch_old->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 445 tch->bofs = (tch_new->loc & CY_BOFS_MASK) >> CY_BOFS_SHIFT; in cyttsp4_si_get_opcfg_data() 458 dev_dbg(cd->dev, "%s: bofs=%2zd\n", __func__, in cyttsp4_si_get_opcfg_data() 459 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data() 765 int *axis, int size, int max, u8 *xy_data, int bofs) in cyttsp4_get_touch_axis() 773 " xy_data[%d]=%02X(%d) bofs=%d\n", in cyttsp4_get_touch_axis() 775 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 776 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 802 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_get_touch() 764 cyttsp4_get_touch_axis(struct cyttsp4_mt_data *md, int *axis, int size, int max, u8 *xy_data, int bofs) cyttsp4_get_touch_axis() argument
|
H A D | cyttsp4_core.h | 258 size_t bofs; /* bit offset */ member
|