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

/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c192 struct hbm_props_request prop_req = { 0 }; local
216 ishtp_hbm_hdr(&hdr, sizeof(prop_req));
218 prop_req.hbm_cmd = HOST_CLIENT_PROPERTIES_REQ_CMD;
219 prop_req.address = next_client_index;
221 if (ishtp_write_message(dev, &hdr, &prop_req)) {

Completed in 104 milliseconds