/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_fs.c | 857 struct ffs_data *ffs = io_data->ffs; in ffs_epfile_async_io_complete() local 1129 io_data->ffs = epfile->ffs; in ffs_epfile_io() 1878 ffs->ep0req->context = ffs; in functionfs_bind() 1926 epfile->ffs = ffs; in ffs_epfiles_create() 1999 ffs = func->ffs; in ffs_func_eps_enable() 2562 helper.ffs = ffs; in __ffs_data_got_descs() 2811 ffs->ev.count = out - ffs->ev.types; in __ffs_event_add() 3129 struct ffs_data *ffs = func->ffs; in _ffs_func_bind() local 3320 struct ffs_data *ffs = func->ffs; in ffs_func_set_alt() local 3364 struct ffs_data *ffs = func->ffs; in ffs_func_setup() local [all …]
|
A D | u_fs.h | 50 int (*ffs_ready_callback)(struct ffs_data *ffs); 51 void (*ffs_closed_callback)(struct ffs_data *ffs);
|
/linux-6.3-rc2/tools/usb/ |
A D | Makefile | 19 ALL_TARGETS := testusb ffs-test 33 FFS_TEST_IN := $(OUTPUT)ffs-test-in.o 35 $(Q)$(MAKE) $(build)=ffs-test 36 $(OUTPUT)ffs-test: $(FFS_TEST_IN)
|
A D | Build | 2 ffs-test-y += ffs-test.o
|
A D | .gitignore | 2 ffs-test
|
/linux-6.3-rc2/arch/sparc/lib/ |
A D | ffs.S | 10 ENTRY(ffs) 68 ENDPROC(ffs) 71 EXPORT_SYMBOL(ffs) 74 .word ffs
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_bit.h | 44 return ffs(v) - 1; in xfs_lowbit32() 54 n = ffs(w); in xfs_lowbit64() 58 n = ffs(w); in xfs_lowbit64()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | bitops.h | 97 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro 107 return ffs(word) - 1; in __ffs() 144 static inline __attribute__ ((const)) int ffs(unsigned int x) in ffs() function
|
/linux-6.3-rc2/Documentation/usb/ |
A D | functionfs.rst | 46 $ mkdir /dev/ffs-mtp && mount -t functionfs mtp /dev/ffs-mtp 47 $ ( cd /dev/ffs-mtp && mtp-daemon ) & 48 $ mkdir /dev/ffs-hid && mount -t functionfs hid /dev/ffs-hid 49 $ ( cd /dev/ffs-hid && hid-daemon ) &
|
/linux-6.3-rc2/drivers/infiniband/hw/mthca/ |
A D | mthca_profile.c | 114 profile[i].log_num = max(ffs(profile[i].num) - 1, 0); in mthca_make_profile() 215 init_hca->log_mc_entry_sz = ffs(MTHCA_MGM_ENTRY_SIZE) - 1; in mthca_make_profile() 229 init_hca->mtt_seg_sz = ffs(dev->limits.mtt_seg_size) - 7; in mthca_make_profile() 243 init_hca->log_uarc_sz = ffs(request->uarc_size) - 13; in mthca_make_profile() 244 init_hca->log_uar_sz = ffs(request->num_uar) - 1; in mthca_make_profile()
|
/linux-6.3-rc2/arch/x86/boot/ |
A D | a20.c | 23 int ffs = MAX_8042_FF; in empty_8042() local 31 if (!--ffs) in empty_8042()
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | fpu.h | 35 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E))); in mask_fcsr_x()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | helpers.c | 150 val >>= ffs(rdev->desc->vsel_mask) - 1; in regulator_get_voltage_sel_pickable_regmap() 194 sel <<= ffs(rdev->desc->vsel_mask) - 1; in regulator_set_voltage_sel_pickable_regmap() 245 val >>= ffs(rdev->desc->vsel_mask) - 1; in regulator_get_voltage_sel_regmap() 265 sel <<= ffs(rdev->desc->vsel_mask) - 1; in regulator_set_voltage_sel_regmap() 833 sel <<= ffs(rdev->desc->csel_mask) - 1; in regulator_set_current_limit_regmap() 859 val >>= ffs(rdev->desc->csel_mask) - 1; in regulator_get_current_limit_regmap() 963 sel <<= ffs(rdev->desc->ramp_mask) - 1; in regulator_set_ramp_delay_regmap()
|
A D | mt6359-regulator.c | 281 regval >>= ffs(info->modeset_mask) - 1; in mt6359_regulator_get_mode() 310 val <<= ffs(info->modeset_mask) - 1; in mt6359_regulator_set_mode() 319 val <<= ffs(info->modeset_mask) - 1; in mt6359_regulator_set_mode() 326 val <<= ffs(info->lp_mode_mask) - 1; in mt6359_regulator_set_mode() 336 val <<= ffs(info->lp_mode_mask) - 1; in mt6359_regulator_set_mode() 361 sel <<= ffs(info->desc.vsel_mask) - 1; in mt6359p_vemc_set_voltage_sel() 421 val >>= ffs(info->desc.vsel_mask) - 1; in mt6359p_vemc_get_voltage_sel()
|
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-digicolor.c | 44 hwirq = ffs(status) - 1; in digicolor_handle_irq() 48 hwirq = ffs(status) - 1 + 32; in digicolor_handle_irq()
|
A D | irq-bcm2835.c | 215 return MAKE_HWIRQ(bank, ffs(stat) - 1); in armctrl_translate_bank() 220 return MAKE_HWIRQ(bank, shortcuts[ffs(stat >> SHORTCUT_SHIFT) - 1]); in armctrl_translate_shortcut() 230 return MAKE_HWIRQ(0, ffs(stat & BANK0_HWIRQ_MASK) - 1); in get_next_armctrl_hwirq()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_backlight.c | 117 int or = ffs(nv_encoder->dcb->or) - 1; in nv50_get_intensity() 132 int or = ffs(nv_encoder->dcb->or) - 1; in nv50_set_intensity() 245 int or = ffs(nv_encoder->dcb->or) - 1; in nva3_get_intensity() 263 int or = ffs(nv_encoder->dcb->or) - 1; in nva3_set_intensity() 302 if (!nvif_rd32(device, NV50_PDISP_SOR_PWM_CTL(ffs(nv_encoder->dcb->or) - 1)) || in nv50_backlight_init()
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | fpu_emulator.h | 184 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E)))); in mask_fcr31_x()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A D | dac.c | 347 '@' + ffs(dcb->or)); in nv17_dac_detect() 423 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or)); in nv04_dac_commit() 432 uint32_t *dac_users = &nv04_display(dev)->dac_users[ffs(dcb->or) - 1]; in nv04_dac_update_dacclk() 457 (nv04_display(dev)->dac_users[ffs(dcb->or) - 1] & ~(1 << dcb->index)); in nv04_dac_in_use() 542 nv_encoder->or = ffs(entry->or) - 1; in nv04_dac_create()
|
/linux-6.3-rc2/include/asm-generic/bitops/ |
A D | builtin-ffs.h | 13 #define ffs(x) __builtin_ffs(x) macro
|
A D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
/linux-6.3-rc2/arch/openrisc/include/asm/bitops/ |
A D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
/linux-6.3-rc2/drivers/usb/gadget/legacy/ |
A D | g_ffs.c | 141 static int functionfs_ready_callback(struct ffs_data *ffs); 142 static void functionfs_closed_callback(struct ffs_data *ffs); 276 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback() argument 300 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback() argument
|
/linux-6.3-rc2/drivers/clk/mediatek/ |
A D | clk-fhctl.c | 61 r |= (data->df_val << (ffs(data->msk_frddsx_dys) - 1)); in fhctl_set_ssc_regs() 66 r |= (data->dt_val << (ffs(data->msk_frddsx_dts) - 1)); in fhctl_set_ssc_regs() 157 regval |= (ffs(postdiv) - 1) << pll->data->pd_shift; in __set_postdiv()
|
/linux-6.3-rc2/include/linux/ |
A D | count_zeros.h | 48 return ffs(x); in count_trailing_zeros()
|