Lines Matching refs:ab3100_otp
49 struct ab3100_otp { struct
62 static int __init ab3100_otp_read(struct ab3100_otp *otp) in ab3100_otp_read() argument
101 struct ab3100_otp *otp = s->private; in ab3100_show_otp()
126 struct ab3100_otp *otp) in ab3100_otp_init_debugfs()
138 static void __exit ab3100_otp_exit_debugfs(struct ab3100_otp *otp) in ab3100_otp_exit_debugfs()
145 struct ab3100_otp *otp) in ab3100_otp_init_debugfs()
150 static inline void __exit ab3100_otp_exit_debugfs(struct ab3100_otp *otp) in ab3100_otp_exit_debugfs()
160 struct ab3100_otp *otp = dev_get_drvdata(dev); \
186 struct ab3100_otp *otp; in ab3100_otp_probe()
190 otp = devm_kzalloc(&pdev->dev, sizeof(struct ab3100_otp), GFP_KERNEL); in ab3100_otp_probe()
229 struct ab3100_otp *otp = platform_get_drvdata(pdev); in ab3100_otp_remove()