Lines Matching refs:info

88 	COMBIOS_ASIC_INIT_3_TABLE,	/* offset from misc info */
89 COMBIOS_ASIC_INIT_4_TABLE, /* offset from misc info */
90 COMBIOS_DETECTED_MEM_TABLE, /* offset from misc info */
91 COMBIOS_ASIC_INIT_5_TABLE, /* offset from misc info */
93 COMBIOS_POWERPLAY_INFO_TABLE, /* offset from mobile info */
94 COMBIOS_GPIO_INFO_TABLE, /* offset from mobile info */
95 COMBIOS_LCD_DDC_INFO_TABLE, /* offset from mobile info */
96 COMBIOS_TMDS_POWER_TABLE, /* offset from mobile info */
248 case COMBIOS_ASIC_INIT_3_TABLE: /* offset from misc info */
260 case COMBIOS_ASIC_INIT_4_TABLE: /* offset from misc info */
272 case COMBIOS_DETECTED_MEM_TABLE: /* offset from misc info */
284 case COMBIOS_ASIC_INIT_5_TABLE: /* offset from misc info */
306 case COMBIOS_POWERPLAY_INFO_TABLE: /* offset from mobile info */
315 case COMBIOS_GPIO_INFO_TABLE: /* offset from mobile info */
324 case COMBIOS_LCD_DDC_INFO_TABLE: /* offset from mobile info */
333 case COMBIOS_TMDS_POWER_TABLE: /* offset from mobile info */
1093 DRM_INFO("No TV DAC info found in BIOS\n");
1166 DRM_INFO("Panel info derived from registers\n");
1288 DRM_INFO("No panel info found in BIOS\n");
1381 DRM_INFO("No TMDS info found in BIOS\n");
1448 DRM_INFO("No valid Ext TMDS info found in BIOS\n");
2542 DRM_DEBUG_KMS("No connector info found\n");
2703 struct i2c_board_info info = { };
2705 info.addr = i2c_addr >> 1;
2706 strlcpy(info.type, name, sizeof(info.type));
2707 i2c_new_client_device(&rdev->pm.i2c_bus->adapter, &info);
2720 struct i2c_board_info info = { };
2722 info.addr = 0x28;
2723 strlcpy(info.type, name, sizeof(info.type));
2724 i2c_new_client_device(&rdev->pm.i2c_bus->adapter, &info);
2726 name, info.addr);