Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c217 unsigned long next_client_index; in ishtp_hbm_prop_req() local
222 next_client_index = find_next_bit(dev->fw_clients_map, in ishtp_hbm_prop_req()
226 if (next_client_index == ISHTP_CLIENTS_MAX) { in ishtp_hbm_prop_req()
238 dev->fw_clients[client_num].client_id = next_client_index; in ishtp_hbm_prop_req()
246 prop_req->address = next_client_index; in ishtp_hbm_prop_req()
255 dev->fw_client_index = next_client_index; in ishtp_hbm_prop_req()