Home
last modified time | relevance | path

Searched refs:NUM_DBUS_CMDS (Results 1 – 3 of 3) sorted by relevance

/openbmc/hiomapd/
H A Dcontrol_legacy.c20 #define NUM_DBUS_CMDS (DBUS_C_LPC_STATE + 1) macro
197 static const control_action dbus_handlers[NUM_DBUS_CMDS] = {
247 if (req.cmd >= NUM_DBUS_CMDS) { in method_cmd()
/openbmc/phosphor-mboxd/
H A Ddbus.h19 #define NUM_DBUS_CMDS (DBUS_C_LPC_STATE + 1) macro
H A Dmboxd_dbus.c243 static const mboxd_dbus_handler dbus_handlers[NUM_DBUS_CMDS] = {
292 if (req.cmd >= NUM_DBUS_CMDS) { in method_cmd()