Searched refs:state_set (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | state_map.py | 145 for state_name, state_set in VALID_BOOT_STATES.items(): 147 for state_tuple in state_set: 193 def valid_boot_state(self, boot_type, state_set): argument 204 if state_set in set(VALID_BOOT_STATES[boot_type]):
|
/openbmc/libpldm/include/libpldm/ |
H A D | meson.build | 15 'state_set.h', 30 'oem/ibm/state_set.h',
|
/openbmc/libpldm/evolutions/v0.9.1/ |
H A D | oem-ibm-header-compat.cocci | 29 +#include <libpldm/oem/ibm/state_set.h>
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | scmi_pm_domain.c | 36 ret = power_ops->state_set(pd->ph, pd->domain, state); in scmi_pd_power()
|
H A D | power.c | 205 .state_set = scmi_power_state_set,
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 281 static void state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) in state_set() function 2239 state_set(&ep->com, CONNECTING); in c4iw_reconnect() 2363 state_set(&ep->com, DEAD); in act_open_rpl() 2602 state_set(&child_ep->com, CONNECTING); in pass_accept_req() 3443 state_set(&ep->com, CONNECTING); in c4iw_connect() 3583 state_set(&ep->com, LISTEN); in c4iw_create_listen() 3612 state_set(&ep->com, DEAD); in c4iw_destroy_listen() 3786 state_set(&ep->com, DEAD); in active_ofld_conn_reply()
|
/openbmc/linux/include/linux/ |
H A D | scmi_protocol.h | 177 int (*state_set)(const struct scmi_protocol_handle *ph, u32 domain, member
|
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 327 11. state_set: Add CONNECTED and DISCONNECTED enum for Link State set
|