| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/ |
| H A D | fsl-tsec-phy.txt | 5 - compatible : Should be "fsl,tsec" 15 compatible = "fsl,tsec"; 31 mdio. Currently supported string/device is "fsl,tsec-mdio". 37 compatible = "fsl,tsec-mdio"; 47 As of this writing, every tsec is associated with an internal TBI PHY. 53 property under the tsec node, which has a similar meaning of "phy-handle".
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | tsec.c | 111 struct tsec __iomem *regs = priv->regs; in tsec_mcast_addr() 135 static void init_registers(struct tsec __iomem *regs) in init_registers() 183 struct tsec __iomem *regs = priv->regs; in adjust_link() 242 struct tsec __iomem *regs = priv->regs; in tsec_send() 286 struct tsec __iomem *regs = priv->regs; in tsec_recv() 321 struct tsec __iomem *regs = priv->regs; in tsec_recv() 374 struct tsec __iomem *regs = priv->regs; in tsec_halt() 397 struct tsec __iomem *regs = priv->regs; in redundant_init() 480 struct tsec __iomem *regs = priv->regs; in startup_tsec() 544 struct tsec __iomem *regs = priv->regs; in tsec_init() [all …]
|
| H A D | Makefile | 62 obj-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 215 struct task_security_struct *tsec; in cred_init_security() local 217 tsec = selinux_cred(cred); in cred_init_security() 218 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security() 226 const struct task_security_struct *tsec; in cred_sid() local 228 tsec = selinux_cred(cred); in cred_sid() 229 return tsec->sid; in cred_sid() 413 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local 417 tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 423 tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 432 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_inode_relabel() local [all …]
|
| H A D | xfrm.c | 79 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_alloc_user() local 107 tsec->sid, ctx->ctx_sid, in selinux_xfrm_alloc_user() 138 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_delete() local 144 tsec->sid, ctx->ctx_sid, in selinux_xfrm_delete()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tsec.h | 34 (struct tsec __iomem *)\ 294 struct tsec { struct 399 struct tsec __iomem *regs; argument 418 struct tsec __iomem *regs;
|
| /OK3568_Linux_fs/kernel/security/selinux/include/ |
| H A D | objsec.h | 187 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local 189 return tsec->sid; in current_sid()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ds1216.c | 16 u8 tsec; member 113 regs.tsec = 0; /* clear 0.1 and 0.01 seconds */ in ds1216_rtc_set_time()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | immap_83xx.h | 664 tsec83xx_t tsec[2]; member 712 tsec83xx_t tsec[2]; member 753 tsec83xx_t tsec[2]; member 796 tsec83xx_t tsec[2]; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | tegra210.dtsi | 114 tsec@54100000 { 115 compatible = "nvidia,tegra210-tsec"; 207 tsec@54500000 { 208 compatible = "nvidia,tegra210-tsec";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | fsl-tsec-phy.txt | 39 As of this writing, every tsec is associated with an internal TBI PHY.
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra210.dtsi | 181 tsec@54100000 { 182 compatible = "nvidia,tegra210-tsec"; 283 tsec@54500000 { 284 compatible = "nvidia,tegra210-tsec";
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 6987 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
|