Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mei/
Dhbm.c1052 struct hbm_props_response *props_res; in mei_hbm_dispatch() local
1169 props_res = (struct hbm_props_response *)mei_msg; in mei_hbm_dispatch()
1171 if (props_res->status == MEI_HBMS_CLIENT_NOT_FOUND) { in mei_hbm_dispatch()
1173 props_res->me_addr); in mei_hbm_dispatch()
1174 } else if (props_res->status) { in mei_hbm_dispatch()
1176 props_res->status, in mei_hbm_dispatch()
1177 mei_hbm_status_str(props_res->status)); in mei_hbm_dispatch()
1180 mei_hbm_me_cl_add(dev, props_res); in mei_hbm_dispatch()
1184 if (mei_hbm_prop_req(dev, props_res->me_addr + 1)) in mei_hbm_dispatch()
/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c588 struct hbm_props_response *props_res; in ishtp_hbm_dispatch() local
636 props_res = (struct hbm_props_response *)ishtp_msg; in ishtp_hbm_dispatch()
639 if (props_res->status || !dev->fw_clients) { in ishtp_hbm_dispatch()
646 if (fw_client->client_id != props_res->address) { in ishtp_hbm_dispatch()
649 fw_client->client_id, props_res->address); in ishtp_hbm_dispatch()
662 fw_client->props = props_res->client_properties; in ishtp_hbm_dispatch()