Lines Matching full:hosts
30 * in updates of the entry for each of the N hosts. Upon updating a state bit
74 * @hosts: context for each of the hosts
92 struct smsm_host *hosts; member
177 /* Iterate over all hosts to check whom wants a kick */ in smsm_update_bits()
179 hostp = &smsm->hosts[host]; in smsm_update_bits()
374 * sending the outgoing interrupts to a remove hosts - identified by @host_id.
378 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_mbox()
402 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc()
472 * Attempt to acquire the number of hosts and entries from the optional shared
504 "found custom size of smsm: %d entries %d hosts\n", in smsm_get_size_info()
539 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
543 if (!smsm->hosts) in qcom_smsm_probe()
656 mbox_free_channel(smsm->hosts[id].mbox_chan); in qcom_smsm_probe()
672 mbox_free_channel(smsm->hosts[id].mbox_chan); in qcom_smsm_remove()