Lines Matching defs:info
306 struct i2c_board_info info = { };
327 strscpy(info.type, "MAC,ds1775", I2C_NAME_SIZE);
328 i2c_new_scanned_device(adapter, &info, scan_ds1775, NULL);
336 strscpy(info.type, "MAC,adm1030", I2C_NAME_SIZE);
337 i2c_new_scanned_device(adapter, &info, scan_adm1030, NULL);
517 const struct apple_thermal_info *info;
524 info = of_get_property(np, "thermal-info", NULL);
527 if( !info || !of_machine_is_compatible("PowerMac3,6") )
530 if( info->id != 3 ) {
531 printk(KERN_ERR "therm_windtunnel: unsupported thermal design %d\n", info->id );