Home
last modified time | relevance | path

Searched refs:enum_res (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dhbm.c1256 struct hbm_host_enum_response *enum_res; in mei_hbm_dispatch() local
1510 enum_res = (struct hbm_host_enum_response *) mei_msg; in mei_hbm_dispatch()
1512 < sizeof(enum_res->valid_addresses)); in mei_hbm_dispatch()
1513 memcpy(dev->me_clients_map, enum_res->valid_addresses, in mei_hbm_dispatch()
1514 sizeof(enum_res->valid_addresses)); in mei_hbm_dispatch()
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c555 struct hbm_host_enum_response *enum_res; in ishtp_hbm_dispatch() local
660 enum_res = (struct hbm_host_enum_response *) ishtp_msg; in ishtp_hbm_dispatch()
661 memcpy(dev->fw_clients_map, enum_res->valid_addresses, 32); in ishtp_hbm_dispatch()