Searched refs:NPCM7xxOTPClass (Results 1 – 2 of 2) sorted by relevance
69 struct NPCM7xxOTPClass { struct76 OBJECT_CLASS_CHECK(NPCM7xxOTPClass, (klass), TYPE_NPCM7XX_OTP) argument78 OBJECT_GET_CLASS(NPCM7xxOTPClass, (obj), TYPE_NPCM7XX_OTP)372 NPCM7xxOTPClass *oc = NPCM7XX_OTP_GET_CLASS(dev); in npcm7xx_otp_realize()408 NPCM7xxOTPClass *oc = NPCM7XX_OTP_CLASS(klass); in npcm7xx_key_storage_class_init()415 NPCM7xxOTPClass *oc = NPCM7XX_OTP_CLASS(klass); in npcm7xx_fuse_array_class_init()425 .class_size = sizeof(NPCM7xxOTPClass),
64 typedef struct NPCM7xxOTPClass NPCM7xxOTPClass; typedef