Searched refs:nuuids (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tb.h | 387 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 388 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
|
H A D | icm.c | 1500 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument 1517 for (i = 0; i < nuuids; i++) { in icm_ar_get_boot_acl() 1538 size_t nuuids) in icm_ar_set_boot_acl() 1549 for (i = 0; i < nuuids; i++) { in icm_ar_set_boot_acl() 1537 icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, size_t nuuids) icm_ar_set_boot_acl() argument
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | icm.c | 1536 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl() argument 1553 for (i = 0; i < nuuids; i++) { in icm_ar_get_boot_acl() 1574 size_t nuuids) in icm_ar_set_boot_acl() 1585 for (i = 0; i < nuuids; i++) { in icm_ar_set_boot_acl() 1573 icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, size_t nuuids) icm_ar_set_boot_acl() argument
|
H A D | tb.h | 501 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 502 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
|
Completed in 11 milliseconds