Lines Matching refs:info

84 	COMBIOS_ASIC_INIT_3_TABLE,	/* offset from misc info */
85 COMBIOS_ASIC_INIT_4_TABLE, /* offset from misc info */
86 COMBIOS_DETECTED_MEM_TABLE, /* offset from misc info */
87 COMBIOS_ASIC_INIT_5_TABLE, /* offset from misc info */
89 COMBIOS_POWERPLAY_INFO_TABLE, /* offset from mobile info */
90 COMBIOS_GPIO_INFO_TABLE, /* offset from mobile info */
91 COMBIOS_LCD_DDC_INFO_TABLE, /* offset from mobile info */
92 COMBIOS_TMDS_POWER_TABLE, /* offset from mobile info */
244 case COMBIOS_ASIC_INIT_3_TABLE: /* offset from misc info */
256 case COMBIOS_ASIC_INIT_4_TABLE: /* offset from misc info */
268 case COMBIOS_DETECTED_MEM_TABLE: /* offset from misc info */
280 case COMBIOS_ASIC_INIT_5_TABLE: /* offset from misc info */
302 case COMBIOS_POWERPLAY_INFO_TABLE: /* offset from mobile info */
311 case COMBIOS_GPIO_INFO_TABLE: /* offset from mobile info */
320 case COMBIOS_LCD_DDC_INFO_TABLE: /* offset from mobile info */
329 case COMBIOS_TMDS_POWER_TABLE: /* offset from mobile info */
1089 DRM_INFO("No TV DAC info found in BIOS\n");
1162 DRM_INFO("Panel info derived from registers\n");
1284 DRM_INFO("No panel info found in BIOS\n");
1377 DRM_INFO("No TMDS info found in BIOS\n");
1444 DRM_INFO("No valid Ext TMDS info found in BIOS\n");
2541 DRM_DEBUG_KMS("No connector info found\n");
2702 struct i2c_board_info info = { };
2704 info.addr = i2c_addr >> 1;
2705 strscpy(info.type, name, sizeof(info.type));
2706 i2c_new_client_device(&rdev->pm.i2c_bus->adapter, &info);
2719 struct i2c_board_info info = { };
2721 info.addr = 0x28;
2722 strscpy(info.type, name, sizeof(info.type));
2723 i2c_new_client_device(&rdev->pm.i2c_bus->adapter, &info);
2725 name, info.addr);