Searched refs:nboot_acl (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thunderbolt/ |
| A D | domain.c | 130 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show() 140 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show() 147 for (ret = 0, i = 0; i < tb->nboot_acl; i++) { in boot_acl_show() 153 i < tb->nboot_acl - 1 ? "," : "\n"); in boot_acl_show() 178 if (count > (UUID_STRING_LEN + 1) * tb->nboot_acl + 1) in boot_acl_store() 180 if (count < tb->nboot_acl - 1) in boot_acl_store() 187 acl = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_store() 194 while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) { in boot_acl_store() 210 if (s || i < tb->nboot_acl) { in boot_acl_store() 221 ret = tb->cm_ops->set_boot_acl(tb, acl, tb->nboot_acl); in boot_acl_store() [all …]
|
| A D | icm.c | 111 u8 *proto_version, size_t *nboot_acl, bool *rpm); 456 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_fr_driver_ready() argument 1015 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_tr_driver_ready() argument 1034 if (nboot_acl) in icm_tr_driver_ready() 1035 *nboot_acl = (reply.info & ICM_TR_INFO_BOOT_ACL_MASK) >> in icm_tr_driver_ready() 1491 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_ar_driver_ready() argument 1621 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_icl_driver_ready() argument 1753 u8 *proto_version, size_t *nboot_acl, bool *rpm) in __icm_driver_ready() argument 1971 &tb->nboot_acl, &icm->rpm); in icm_driver_ready() 1979 if (tb->nboot_acl > icm->max_boot_acl) in icm_driver_ready() [all …]
|
| /linux/include/linux/ |
| A D | thunderbolt.h | 85 size_t nboot_acl; member
|
Completed in 16 milliseconds