Searched refs:otp_init (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmotp.h49 extern void* otp_init(si_t *sih);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hnd/
H A Dshared_ksyms.c28 extern void otp_init; EXPORT_SYMBOL(otp_init); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmotp.c2422 (otp_dump_t)NULL, /* Assigned in otp_init */
3629 (otp_dump_t)NULL, /* Assigned in otp_init */
3663 * otp_init()
3712 BCMNMIATTACHFN(otp_init)(si_t *sih) function
3745 OTP_ERR(("otp_init: unsupported OTP type\n"));
3795 oh = otp_init(sih);
3797 OTP_ERR(("otp_init failed.\n"));
3827 oh = otp_init(sih);
3829 OTP_ERR(("otp_init failed.\n"));
3872 oh = otp_init(si
[all...]
H A Dbcmsrom.c6256 else if ((oh = otp_init(sih)) == NULL)
6624 if ((oh = otp_init(sih)) != NULL && (otp_status(oh) & OTPS_GUP_SW)) {
7243 if (((oh = otp_init(sih)) != NULL) && (otp_status(oh) & OTPS_GUP_HW))
7347 if (((oh = otp_init(sih)) != NULL) && (otp_status(oh) & OTPS_GUP_HW))
H A Dsiutils.c5637 if ((oh = otp_init(sih)) != NULL)

Completed in 192 milliseconds