Searched refs:read_serial (Results 1 – 3 of 3) sorted by relevance
341 int (*read_serial)(struct device *dev, u8 *serial); member
1188 if (ops->read_serial) { in nfp_cpp_from_operations()1189 err = ops->read_serial(parent, cpp->serial); in nfp_cpp_from_operations()
1282 .read_serial = nfp6000_read_serial,