Lines Matching defs:info
305 struct i2c_board_info info = { };
325 strlcpy(info.type, "MAC,ds1775", I2C_NAME_SIZE);
326 i2c_new_scanned_device(adapter, &info, scan_ds1775, NULL);
333 strlcpy(info.type, "MAC,adm1030", I2C_NAME_SIZE);
334 i2c_new_scanned_device(adapter, &info, scan_adm1030, NULL);
515 const struct apple_thermal_info *info;
522 info = of_get_property(np, "thermal-info", NULL);
525 if( !info || !of_machine_is_compatible("PowerMac3,6") )
528 if( info->id != 3 ) {
529 printk(KERN_ERR "therm_windtunnel: unsupported thermal design %d\n", info->id );