Searched refs:flo (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c200 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fast]; local
255 if (res >= flo->res) {
256 flo->res = res;
257 flo->fosr = fosr;
258 flo->iosr = iosr;
260 bits = fls(flo->res);
262 max = flo->res << 8;
265 if (flo->res > BIT(bits - 1))
279 flo
459 struct stm32_dfsdm_filter_osr *flo = &fl->flo[0]; local
505 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fl->fast]; local
831 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fl->fast]; local
[all...]
H A Dstm32-dfsdm.h290 * @flo: filter oversampling data table indexed by fast mode flag
296 struct stm32_dfsdm_filter_osr flo[2]; member in struct:stm32_dfsdm_filter
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c225 ff_layout_add_ds_error_locked(struct nfs4_flexfile_layout *flo, argument
229 struct list_head *head = &flo->error_list;
233 list_for_each_entry_safe(err, tmp, &flo->error_list, list) {
252 int ff_layout_track_ds_error(struct nfs4_flexfile_layout *flo, argument
278 spin_lock(&flo->generic_hdr.plh_inode->i_lock);
279 ff_layout_add_ds_error_locked(flo, dserr);
280 spin_unlock(&flo->generic_hdr.plh_inode->i_lock);
513 struct nfs4_flexfile_layout *flo = FF_LAYOUT_FROM_HDR(lo); local
519 list_for_each_entry_safe(err, n, &flo->error_list, list) {
H A Dflexfilelayout.h194 int ff_layout_track_ds_error(struct nfs4_flexfile_layout *flo,
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c650 filelayout_decode_layout(struct pnfs_layout_hdr *flo, argument
753 struct nfs4_filelayout *flo; local
756 flo = FILELAYOUT_FROM_HDR(lseg->pls_layout);
757 inode = flo->generic_hdr.plh_inode;
759 pnfs_generic_ds_cinfo_release_lseg(&flo->commit_info, lseg);
1058 struct nfs4_filelayout *flo; local
1060 flo = kzalloc(sizeof(*flo), gfp_flags);
1061 if (flo == NULL)
1063 pnfs_init_ds_commit_info(&flo
[all...]
/linux-master/arch/arm/boot/dts/qcom/
H A DMakefile12 qcom-apq8064-asus-nexus7-flo.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/qcom/
H A DMakefile12 qcom-apq8064-asus-nexus7-flo.dtb \
/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c1354 u16 flo, fhi; local
1357 flo = (u16) udc_protocol_cmd_r(udc, DAT_RD_FRAME);
1360 return (fhi << 8) | flo;

Completed in 328 milliseconds