Searched refs:read_serial (Results 1 – 3 of 3) sorted by relevance
359 void (*read_serial)(struct device *dev, u8 *serial); member
1164 if (ops->read_serial) in nfp_cpp_from_operations()1165 ops->read_serial(parent, cpp->serial); in nfp_cpp_from_operations()
1296 .read_serial = nfp6000_read_serial,