Searched refs:nboot_acl (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | domain.c | 128 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show() 138 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show() 145 for (ret = 0, i = 0; i < tb->nboot_acl; i++) { in boot_acl_show() 149 ret += sysfs_emit_at(buf, ret, "%s", i < tb->nboot_acl - 1 ? "," : "\n"); in boot_acl_show() 174 if (count > (UUID_STRING_LEN + 1) * tb->nboot_acl + 1) in boot_acl_store() 176 if (count < tb->nboot_acl - 1) in boot_acl_store() 183 acl = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_store() 190 while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) { in boot_acl_store() 206 if (s || i < tb->nboot_acl) { in boot_acl_store() 217 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 1758 u8 *proto_version, size_t *nboot_acl, bool *rpm) in __icm_driver_ready() argument 1976 &tb->nboot_acl, &icm->rpm); in icm_driver_ready() 1984 if (tb->nboot_acl > icm->max_boot_acl) in icm_driver_ready() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | thunderbolt.h | 85 size_t nboot_acl; member
|
Completed in 10 milliseconds