Searched refs:uid (Results 26 - 50 of 69) sorted by relevance

123

/u-boot/drivers/net/phy/
H A Dxilinx_phy.c126 .uid = XILINX_PHY_ID,
H A Dfixed.c97 .uid = PHY_FIXED_ID,
H A Dmeson-gxl.c129 .uid = 0x01814400,
H A Dnxp-tja11xx.c253 .uid = PHY_ID_TJA1100,
263 .uid = PHY_ID_TJA1101,
H A Dmarvell10g.c184 if (phydev->drv->uid != MARVELL_PHY_ID_88X3310 ||
591 .uid = MARVELL_PHY_ID_88X3310,
600 .uid = MARVELL_PHY_ID_88E2110,
H A Dmicrel_ksz90x1.c275 .uid = 0x221610,
373 .uid = PHY_ID_KSZ9031,
482 .uid = PHY_ID_KSZ9131,
H A Dxilinx_gmii2rgmii.c136 .uid = PHY_GMII2RGMII_ID,
H A Dnxp-c45-tja11xx.c361 .uid = PHY_ID_TJA_1103,
372 .uid = PHY_ID_TJA_1120,
H A Dcortina.c387 .uid = PHY_UID_CS4340,
401 .uid = PHY_UID_CS4223,
H A Dmotorcomm.c638 .uid = PHY_ID_YT8511,
648 .uid = PHY_ID_YT8531,
H A Dadin.c269 .uid = PHY_ID_ADIN1300,
/u-boot/arch/arm/include/asm/
H A Dglobal_data.h101 u32 uid[4]; member in struct:arch_global_data
/u-boot/drivers/i2c/
H A Dacpi_i2c.c81 acpigen_write_name_integer(ctx, "_UID", priv->uid);
192 dev_read_u32(dev, "acpi,uid", &priv->uid);
/u-boot/test/fs/
H A Dfs-test.sh594 uid="uid=`id -u`"
597 uid=""
600 sudo mount -o loop,rw,$uid "$IMAGE" "$MOUNT_DIR"
/u-boot/drivers/rtc/
H A Dabx80x.c421 unsigned int uid; local
433 uid = ((buf[4] & 0x7f) << 8) | buf[5];
435 log_debug("model %04x, revision %u.%u, lot %x, wafer %x, uid %x\n",
436 partnumber, majrev, minrev, lot, wafer, uid);
/u-boot/include/jffs2/
H A Djffs2.h141 /* The uid, gid, atime, mtime and ctime members could be longer, but
155 __u16 uid; /* The file's owner. */ member in struct:jffs2_raw_inode
/u-boot/fs/yaffs2/
H A Dyaffs_guts.h855 const YCHAR *name, u32 mode, u32 uid,
868 u32 mode, u32 uid, u32 gid);
881 const YCHAR *name, u32 mode, u32 uid,
887 const YCHAR *name, u32 mode, u32 uid,
/u-boot/include/acpi/
H A Dacpi_device.h277 * @uid: _UID value for device
300 u32 uid; member in struct:acpi_i2c_priv
/u-boot/include/
H A Dext_common.h179 __le16 uid; member in struct:ext2_inode
H A Dphy.h90 * uid will contain a number which represents the PHY. During
100 unsigned int uid; member in struct:phy_driver
/u-boot/board/ge/b1x5v2/
H A Db1x5v2.c89 if (phydev->drv->uid == AR8035_PHY_ID) {
96 printf("Unknown PHY: %08x\n", phydev->drv->uid);
/u-boot/fs/ubifs/
H A Dubifs-media.h456 * @uid: owner ID
490 __le32 uid; member in struct:ubifs_ino_node
/u-boot/fs/btrfs/
H A Dconv-funcs.h140 nlink, uid, gid, mode, rdev, flags, sequence, atime, ctime, mtime,
/u-boot/arch/arm/include/asm/mach-imx/
H A Dele_api.h129 u32 uid[4]; member in struct:ele_get_info_data
/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c100 adp->uid);

Completed in 145 milliseconds

123