Searched refs:pTable (Results 1 – 2 of 2) sorted by relevance
122 switch (pTable->offset) in set_sensor_dbus_state_fwprogress()144 pTable->offset); in set_sensor_dbus_state_fwprogress()167 switch (pTable->offset) in set_sensor_dbus_state_system_event()195 pTable->offset); in set_sensor_dbus_state_system_event()251 lookup_t* pTable = &g_ipmidbuslookup[index]; in reportSensorEventAssert() local252 (*pTable->func)(pRec, pTable, pTable->assertion); in reportSensorEventAssert()256 lookup_t* pTable = &g_ipmidbuslookup[index]; in reportSensorEventDeassert() local257 (*pTable->func)(pRec, pTable, pTable->deassertion); in reportSensorEventDeassert()263 lookup_t* pTable = g_ipmidbuslookup; in findindex() local268 ((pTable + i)->offset == offset)) in findindex()[all …]
315 static int WriteTable(struct drxd_state *state, u8 * pTable) in WriteTable() argument319 if (!pTable) in WriteTable()324 u32 Address = pTable[0] | (pTable[1] << 8) | in WriteTable()325 (pTable[2] << 16) | (pTable[3] << 24); in WriteTable()329 pTable += sizeof(u32); in WriteTable()331 Length = pTable[0] | (pTable[1] << 8); in WriteTable()332 pTable += sizeof(u16); in WriteTable()335 status = WriteBlock(state, Address, Length * 2, pTable, 0); in WriteTable()336 pTable += (Length * 2); in WriteTable()