Lines Matching defs:entries
24 * The state bits are structured in entries of 32 bits, each belonging to one
40 * the number of entries in the state bitmap as well as number of columns in
66 * @num_entries: number of entries in the state map and rows in the subscription
72 * @entries: context for each of the entries
89 struct smsm_entry *entries;
437 * Attempt to acquire the number of hosts and entries from the optional shared
469 "found custom size of smsm: %d entries %d hosts\n",
497 smsm->entries = devm_kcalloc(&pdev->dev,
501 if (!smsm->entries)
573 /* Register handlers for remote processor entries of interest. */
585 entry = &smsm->entries[id];
607 if (smsm->entries[id].domain)
608 irq_domain_remove(smsm->entries[id].domain);
622 if (smsm->entries[id].domain)
623 irq_domain_remove(smsm->entries[id].domain);