Lines Matching defs:info
154 /* chipset related info */
883 struct lpc_ich_info *info;
890 info = &lpc_chipset_info[priv->chipset];
892 pdata->version = info->iTCO_version;
893 strlcpy(pdata->name, info->name, sizeof(pdata->name));
1137 struct intel_spi_boardinfo *info;
1140 info = devm_kzalloc(&dev->dev, sizeof(*info), GFP_KERNEL);
1141 if (!info)
1144 info->type = lpc_chipset_info[priv->chipset].spi_type;
1146 switch (info->type) {
1153 info->set_writeable = lpc_ich_byt_set_writeable;
1164 info->set_writeable = lpc_ich_lpt_set_writeable;
1165 info->data = dev;
1186 info->set_writeable = lpc_ich_bxt_set_writeable;
1187 info->data = bus;
1201 lpc_ich_spi_cell.platform_data = info;
1202 lpc_ich_spi_cell.pdata_size = sizeof(*info);