Searched refs:fbp (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h168 int fbp, int *pltcs);
170 struct nvkm_device *, int fbp, int *pltcs);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgf100.c473 struct nvkm_device *device, int fbp, int *pltcs)
475 if (!(fbpao & BIT(fbp))) {
477 return func->probe_fbpa_amount(device, fbp);
484 struct nvkm_device *device, int fbp, int *pltcs)
487 return func->probe_fbp_amount(func, fbpao, device, fbp, pltcs);
502 int ret, fbp, ltcs, ltcn = 0; local
505 for (fbp = 0; fbp < fbps; fbp++) {
506 u32 size = func->probe_fbp(func, device, fbp,
472 gf100_ram_probe_fbp_amount(const struct nvkm_ram_func *func, u32 fbpao, struct nvkm_device *device, int fbp, int *pltcs) argument
483 gf100_ram_probe_fbp(const struct nvkm_ram_func *func, struct nvkm_device *device, int fbp, int *pltcs) argument
[all...]
H A Dramgf108.c28 struct nvkm_device *device, int fbp, int *pltcs)
33 u32 fbpa = fbp * fbpas;
27 gf108_ram_probe_fbp_amount(const struct nvkm_ram_func *func, u32 fbpao, struct nvkm_device *device, int fbp, int *pltcs) argument
H A Dramgm107.c28 struct nvkm_device *device, int fbp, int *pltcs)
31 return func->probe_fbp_amount(func, fbpao, device, fbp, pltcs);
27 gm107_ram_probe_fbp(const struct nvkm_ram_func *func, struct nvkm_device *device, int fbp, int *pltcs) argument
H A Dramgm200.c28 struct nvkm_device *device, int fbp, int *pltcs)
32 u32 fbpa = fbp * fbpas;
34 if (!(nvkm_rd32(device, 0x021d38) & BIT(fbp))) {
35 u32 ltco = nvkm_rd32(device, 0x021d70 + (fbp * 4));
27 gm200_ram_probe_fbp_amount(const struct nvkm_ram_func *func, u32 fbpao, struct nvkm_device *device, int fbp, int *pltcs) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c1742 struct xfs_buf *fbp; /* buffer for freespace block */
1810 &fbp);
1813 xfs_dir2_free_hdr_from_disk(mp, &freehdr, fbp->b_addr);
1822 xfs_trans_brelse(tp, fbp);
1861 fbp);
1871 fbp = NULL;
1689 struct xfs_buf *fbp; /* buffer for freespace block */ local
H A Dxfs_dir2_node.c417 struct xfs_buf *fbp; /* freespace buffer */
442 error = xfs_dir3_free_get_buf(args, fdb, &fbp);
446 xfs_dir2_free_hdr_from_disk(dp->i_mount, &freehdr, fbp->b_addr);
474 xfs_dir2_free_hdr_to_disk(dp->i_mount, fbp->b_addr, &freehdr);
475 xfs_dir2_free_log_bests(args, &freehdr, fbp, 0, freehdr.nvalid - 1);
476 xfs_dir2_free_log_header(args, fbp);
1195 struct xfs_buf *fbp,
1209 xfs_dir2_free_log_bests(args, &freehdr, fbp, findex, findex);
1237 xfs_dir2_free_log_header(args, fbp);
1246 error = xfs_dir2_shrink_inode(args, fdb, fbp);
413 struct xfs_buf *fbp; /* freespace buffer */ local
1185 xfs_dir3_data_block_free( xfs_da_args_t *args, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_free *free, xfs_dir2_db_t fdb, int findex, struct xfs_buf *fbp, int longest) argument
1349 struct xfs_buf *fbp; /* freeblock buffer */ local
1697 struct xfs_buf *fbp; local
1807 struct xfs_buf *fbp = NULL; local
1913 struct xfs_buf *fbp; /* freespace buffer */ local
[all...]

Completed in 496 milliseconds