Lines Matching defs:data
379 { .compatible = "atmel,at93c46d", .data = &atmel_at93c46d_data, },
380 { .compatible = "microchip,93lc46b", .data = µchip_93lc46b_data, },
398 ret = of_property_read_u32(np, "data-size", &tmp);
400 dev_err(&spi->dev, "data-size property not found\n");
409 dev_err(&spi->dev, "invalid data-size (%d)\n", tmp);
425 if (of_id->data) {
426 const struct eeprom_93xx46_devtype_data *data = of_id->data;
428 pd->quirks = data->quirks;
450 dev_err(&spi->dev, "missing platform data\n");