Home
last modified time | relevance | path

Searched refs:SSIF_SMBUS_CMD (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dssif_bmc.c62 * SSIF_SMBUS_CMD 0x02 : Received SMBus command
70 SSIF_SMBUS_CMD, enumerator
119 case SSIF_SMBUS_CMD: in state_to_string()
120 return "SSIF_SMBUS_CMD"; in state_to_string()
612 } else if (ssif_bmc->state == SSIF_SMBUS_CMD) { in on_read_requested_event()
648 ssif_bmc->state == SSIF_SMBUS_CMD) { in on_read_processed_event()
668 if (ssif_bmc->state == SSIF_READY || ssif_bmc->state == SSIF_SMBUS_CMD) { in on_write_requested_event()
695 ssif_bmc->state = SSIF_SMBUS_CMD; in on_write_received_event()
697 } else if (ssif_bmc->state == SSIF_SMBUS_CMD) { in on_write_received_event()
713 else if (ssif_bmc->state == SSIF_SMBUS_CMD) in on_write_received_event()
[all...]

Completed in 1 milliseconds