Lines Matching defs:ab3100_otp
3 * drivers/mfd/ab3100_otp.c
31 * struct ab3100_otp
49 struct ab3100_otp {
62 static int __init ab3100_otp_read(struct ab3100_otp *otp)
101 struct ab3100_otp *otp = s->private;
126 struct ab3100_otp *otp)
128 otp->debugfs = debugfs_create_file("ab3100_otp", S_IFREG | S_IRUGO,
132 static void __exit ab3100_otp_exit_debugfs(struct ab3100_otp *otp)
139 struct ab3100_otp *otp)
143 static inline void __exit ab3100_otp_exit_debugfs(struct ab3100_otp *otp)
153 struct ab3100_otp *otp = dev_get_drvdata(dev); \
179 struct ab3100_otp *otp;
183 otp = devm_kzalloc(&pdev->dev, sizeof(struct ab3100_otp), GFP_KERNEL);
219 struct ab3100_otp *otp = platform_get_drvdata(pdev);