Searched refs:AT24_FLAG_IRUGO (Results 1 – 3 of 3) sorted by relevance
48 #define AT24_FLAG_IRUGO 0x20 /* sysfs-entry will be world-readable */ macro
119 AT24_FLAG_READONLY | AT24_FLAG_IRUGO) },582 at24->bin.attr.mode = chip.flags & AT24_FLAG_IRUGO ? S_IRUGO : S_IRUSR; in at24_probe()
160 .flags = AT24_FLAG_READONLY | AT24_FLAG_IRUGO,