Home
last modified time | relevance | path

Searched refs:bpp (Results 1 – 25 of 54) sorted by relevance

123

/linux-4.19.296/include/linux/sunrpc/
Dcache.h80 char **bpp, int *blen);
231 extern void qword_add(char **bpp, int *lp, char *str);
232 extern void qword_addhex(char **bpp, int *lp, char *buf, int blen);
233 extern int qword_get(char **bpp, char *dest, int bufsize);
235 static inline int get_int(char **bpp, int *anint) in get_int() argument
240 int len = qword_get(bpp, buf, sizeof(buf)); in get_int()
255 static inline int get_uint(char **bpp, unsigned int *anint) in get_uint() argument
258 int len = qword_get(bpp, buf, sizeof(buf)); in get_uint()
271 static inline int get_time(char **bpp, time_t *time) in get_time() argument
275 int len = qword_get(bpp, buf, sizeof(buf)); in get_time()
[all …]
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_priv.h20 struct xfs_buf **bpp);
38 xfs_dablk_t bno, xfs_daddr_t mapped_bno, struct xfs_buf **bpp);
47 struct xfs_buf **bpp);
51 xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp);
53 xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp);
63 struct xfs_buf **bpp, uint16_t magic);
108 xfs_dablk_t fbno, struct xfs_buf **bpp);
Dxfs_sb.h40 struct xfs_buf **bpp);
43 struct xfs_buf **bpp);
Dxfs_da_btree.h151 int level, struct xfs_buf **bpp, int whichfork);
174 struct xfs_buf **bpp, int which_fork);
187 struct xfs_buf **bpp, int whichfork,
Dxfs_alloc.h168 struct xfs_buf **bpp); /* buffer for the ag freelist header */
222 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp);
224 xfs_agnumber_t agno, struct xfs_buf **bpp);
Dxfs_ialloc.h122 struct xfs_buf **bpp); /* allocation group hdr buf */
155 xfs_agnumber_t agno, struct xfs_buf **bpp);
Dxfs_dir2_node.c202 struct xfs_buf **bpp) in __xfs_dir3_free_read() argument
207 err = xfs_da_read_buf(tp, dp, fbno, mappedbno, bpp, in __xfs_dir3_free_read()
209 if (err || !*bpp) in __xfs_dir3_free_read()
213 fa = xfs_dir3_free_header_check(dp, fbno, *bpp); in __xfs_dir3_free_read()
215 xfs_verifier_error(*bpp, -EFSCORRUPTED, fa); in __xfs_dir3_free_read()
216 xfs_trans_brelse(tp, *bpp); in __xfs_dir3_free_read()
217 *bpp = NULL; in __xfs_dir3_free_read()
223 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_DIR_FREE_BUF); in __xfs_dir3_free_read()
233 struct xfs_buf **bpp) in xfs_dir2_free_read() argument
235 return __xfs_dir3_free_read(tp, dp, fbno, -1, bpp); in xfs_dir2_free_read()
[all …]
Dxfs_da_btree.c271 struct xfs_buf **bpp, in xfs_da3_node_read() argument
276 err = xfs_da_read_buf(tp, dp, bno, mappedbno, bpp, in xfs_da3_node_read()
278 if (!err && tp && *bpp) { in xfs_da3_node_read()
279 struct xfs_da_blkinfo *info = (*bpp)->b_addr; in xfs_da3_node_read()
298 xfs_trans_brelse(tp, *bpp); in xfs_da3_node_read()
299 *bpp = NULL; in xfs_da3_node_read()
302 xfs_trans_buf_set_type(tp, *bpp, type); in xfs_da3_node_read()
319 struct xfs_buf **bpp, in xfs_da3_node_create() argument
357 *bpp = bp; in xfs_da3_node_create()
2578 struct xfs_buf **bpp, in xfs_da_get_buf() argument
[all …]
/linux-4.19.296/drivers/hid/
Dhid-picolcd_fb.c151 static int picolcd_fb_update_tile(u8 *vbitmap, const u8 *bitmap, int bpp, in picolcd_fb_update_tile() argument
158 if (bpp == 1) { in picolcd_fb_update_tile()
166 } else if (bpp == 8) { in picolcd_fb_update_tile()
221 memset(fbdata->bitmap, 0, PICOLCDFB_SIZE*fbdata->bpp); in picolcd_fb_reset()
261 fbdata->bpp, chip, tile)) in picolcd_fb_update()
366 __u32 bpp = var->bits_per_pixel; in picolcd_fb_check_var() local
372 if (bpp >= 8) { in picolcd_fb_check_var()
390 if (info->var.bits_per_pixel == fbdata->bpp) in picolcd_set_par()
426 fbdata->bpp = info->var.bits_per_pixel; in picolcd_set_par()
548 fbdata->bpp = picolcdfb_var.bits_per_pixel; in picolcd_init_framebuffer()
/linux-4.19.296/fs/nfsd/
Dnfs4idmap.c125 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument
131 qword_add(bpp, blen, ent->authname); in idtoname_request()
133 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in idtoname_request()
134 qword_add(bpp, blen, idstr); in idtoname_request()
136 (*bpp)[-1] = '\n'; in idtoname_request()
298 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument
303 qword_add(bpp, blen, ent->authname); in nametoid_request()
304 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in nametoid_request()
305 qword_add(bpp, blen, ent->name); in nametoid_request()
307 (*bpp)[-1] = '\n'; in nametoid_request()
Dexport.c54 char **bpp, int *blen) in expkey_request() argument
60 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
62 qword_add(bpp, blen, type); in expkey_request()
63 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
64 (*bpp)[-1] = '\n'; in expkey_request()
322 char **bpp, int *blen) in svc_export_request() argument
328 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
329 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
332 (*bpp)[0] = '\n'; in svc_export_request()
335 qword_add(bpp, blen, pth); in svc_export_request()
[all …]
/linux-4.19.296/fs/jfs/
Djfs_mount.c467 int readSuper(struct super_block *sb, struct buffer_head **bpp) in readSuper() argument
470 *bpp = sb_bread(sb, SUPER1_OFF >> sb->s_blocksize_bits); in readSuper()
471 if (*bpp) in readSuper()
475 *bpp = sb_bread(sb, SUPER2_OFF >> sb->s_blocksize_bits); in readSuper()
476 if (*bpp) in readSuper()
/linux-4.19.296/fs/xfs/
Dxfs_dquot.c287 struct xfs_buf **bpp) in xfs_dquot_disk_alloc() argument
369 *bpp = bp; in xfs_dquot_disk_alloc()
381 struct xfs_buf **bpp) in xfs_dquot_disk_read() argument
433 *bpp = bp; in xfs_dquot_disk_read()
523 struct xfs_buf **bpp) in xfs_qm_dqread_alloc() argument
533 error = xfs_dquot_disk_alloc(&tp, dqp, bpp); in xfs_qm_dqread_alloc()
543 xfs_buf_relse(*bpp); in xfs_qm_dqread_alloc()
544 *bpp = NULL; in xfs_qm_dqread_alloc()
1072 struct xfs_buf **bpp) in xfs_qm_dqflush() argument
1086 *bpp = NULL; in xfs_qm_dqflush()
[all …]
Dxfs_trans.h187 struct xfs_buf **bpp,
198 struct xfs_buf **bpp, in xfs_trans_read_buf() argument
203 flags, bpp, ops); in xfs_trans_read_buf()
Dxfs_trans_buf.c233 struct xfs_buf **bpp, in xfs_trans_read_buf_map() argument
240 *bpp = NULL; in xfs_trans_read_buf_map()
272 *bpp = bp; in xfs_trans_read_buf_map()
319 *bpp = bp; in xfs_trans_read_buf_map()
/linux-4.19.296/include/xen/interface/io/
Ddisplif.h505 uint32_t bpp; member
706 uint32_t bpp; member
/linux-4.19.296/include/linux/platform_data/
Dvideo-nuc900fb.h53 unsigned short bpp; member
Dvideo-imxfb.h55 unsigned char bpp; member
Dvideo-pxafb.h74 u_char bpp; member
/linux-4.19.296/include/video/
Dda8xx-fb.h51 int bpp; member
Dsa1100fb.h37 u_char bpp; member
Dmbxfb.h20 struct mbxfb_val bpp; member
/linux-4.19.296/include/drm/
Ddrm_fourcc.h68 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
/linux-4.19.296/drivers/parport/
DTODO-parport16 3. Support more hardware (eg m68k, Sun bpp).
/linux-4.19.296/include/media/davinci/
Dvpfe_capture.h46 int bpp; member

123