Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c194 unsigned long next_client_index; in ishtp_hbm_prop_req() local
199 next_client_index = find_next_bit(dev->fw_clients_map, in ishtp_hbm_prop_req()
203 if (next_client_index == ISHTP_CLIENTS_MAX) { in ishtp_hbm_prop_req()
215 dev->fw_clients[client_num].client_id = next_client_index; in ishtp_hbm_prop_req()
220 prop_req.address = next_client_index; in ishtp_hbm_prop_req()
229 dev->fw_client_index = next_client_index; in ishtp_hbm_prop_req()