Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c193 unsigned long next_client_index; in ishtp_hbm_prop_req() local
198 next_client_index = find_next_bit(dev->fw_clients_map, in ishtp_hbm_prop_req()
202 if (next_client_index == ISHTP_CLIENTS_MAX) { in ishtp_hbm_prop_req()
214 dev->fw_clients[client_num].client_id = next_client_index; in ishtp_hbm_prop_req()
219 prop_req.address = next_client_index; in ishtp_hbm_prop_req()
228 dev->fw_client_index = next_client_index; in ishtp_hbm_prop_req()