Searched refs:rdev (Results 1 – 14 of 14) sorted by relevance
| /u-boot/fs/ubifs/ |
| A D | misc.h | 145 static inline int ubifs_encode_dev(union ubifs_dev_desc *dev, dev_t rdev) in ubifs_encode_dev() argument 147 if (new_valid_dev(rdev)) { in ubifs_encode_dev() 148 dev->new = cpu_to_le32(new_encode_dev(rdev)); in ubifs_encode_dev() 151 dev->huge = cpu_to_le64(huge_encode_dev(rdev)); in ubifs_encode_dev()
|
| A D | super.c | 371 dev_t rdev; in ubifs_iget() local 382 rdev = new_decode_dev(le32_to_cpu(dev->new)); in ubifs_iget() 384 rdev = huge_decode_dev(le64_to_cpu(dev->huge)); in ubifs_iget() 391 init_special_inode(inode, inode->i_mode, rdev); in ubifs_iget()
|
| /u-boot/fs/yaffs2/ |
| A D | yaffs_attribs.h | 23 void yaffs_attribs_init(struct yaffs_obj *obj, u32 gid, u32 uid, u32 rdev);
|
| A D | yaffs_attribs.c | 48 void yaffs_attribs_init(struct yaffs_obj *obj, u32 gid, u32 uid, u32 rdev) in yaffs_attribs_init() argument 58 obj->yst_rdev = rdev; in yaffs_attribs_init()
|
| A D | yaffs_guts.h | 888 u32 gid, u32 rdev);
|
| A D | yaffs_guts.c | 2119 const YCHAR *alias_str, u32 rdev) in yaffs_create_obj() argument 2149 yaffs_attribs_init(in, gid, uid, rdev); in yaffs_create_obj() 2206 u32 gid, u32 rdev) in yaffs_create_special() argument 2209 uid, gid, NULL, NULL, rdev); in yaffs_create_special()
|
| /u-boot/board/dhelectronics/dh_stm32mp1/ |
| A D | board.c | 599 struct udevice *rdev; in board_init_regulator_av96() local 606 ret = regulator_get_by_devname("buck3", &rdev); in board_init_regulator_av96() 611 regulator_set_value(rdev, uv); in board_init_regulator_av96() 612 regulator_set_enable(rdev, true); in board_init_regulator_av96()
|
| /u-boot/fs/erofs/ |
| A D | erofs_fs.h | 151 __le32 rdev; member 182 __le32 rdev; member
|
| /u-boot/fs/squashfs/ |
| A D | sqfs_filesystem.h | 130 __le32 rdev; member 141 __le32 rdev; member
|
| /u-boot/drivers/clk/renesas/ |
| A D | clk-rcar-gen3.c | 574 struct udevice *cdev, *rdev; in gen3_cpg_bind() local 592 dev_ofnode(parent), &rdev); in gen3_cpg_bind()
|
| /u-boot/fs/btrfs/ |
| A D | conv-funcs.h | 140 nlink, uid, gid, mode, rdev, flags, sequence, atime, ctime, mtime,
|
| A D | ctree.h | 380 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64); 404 struct btrfs_inode_item, rdev, 64);
|
| /u-boot/drivers/remoteproc/ |
| A D | ipu_rproc.c | 119 struct udevice *rdev; member
|
| /u-boot/fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 645 __le64 rdev; member
|
Completed in 35 milliseconds