Lines Matching full:manufacturer
168 * struct manufacurer_ops - SPI NAND manufacturer specific operations
171 * registered manufacturer until one of them return 1. Note that
172 * the first thing to check in this hook is that the manufacturer ID
173 * in struct_spinand_device->id matches the manufacturer whose
175 * match, 0 if the manufacturer ID does not match and a negative
182 * Each SPI NAND manufacturer driver should implement this interface so that
192 * struct spinand_manufacturer - SPI NAND manufacturer instance
193 * @id: manufacturer ID
194 * @name: manufacturer name
195 * @ops: manufacturer operations
264 * Each SPI NAND manufacturer driver should have a spinand_info table
334 * @manufacturer: SPI NAND manufacturer information
335 * @priv: manufacturer private data
364 const struct spinand_manufacturer *manufacturer; member