| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | domain.c | 127 uuid_t *uuids; in boot_acl_show() local 131 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show() 132 if (!uuids) in boot_acl_show() 141 ret = tb->cm_ops->get_boot_acl(tb, uuids, tb->nboot_acl); in boot_acl_show() 149 if (!uuid_is_null(&uuids[i])) in boot_acl_show() 151 &uuids[i]); in boot_acl_show() 160 kfree(uuids); in boot_acl_show()
|
| 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 1518 u32 *uuid = (u32 *)&uuids[i]; in icm_ar_get_boot_acl() 1537 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl() argument 1550 const u32 *uuid = (const u32 *)&uuids[i]; in icm_ar_set_boot_acl() 1552 if (uuid_is_null(&uuids[i])) { in icm_ar_set_boot_acl()
|
| 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);
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | super.c | 440 bch_bio_map(bio, c->uuids); in uuid_io() 451 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io() 454 u - c->uuids, u->uuid, u->label, in uuid_io() 471 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read() 472 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read() 541 for (u = c->uuids; in uuid_find() 542 u < c->uuids + c->nr_uuids; u++) in uuid_find() 834 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach() 1305 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach() 1570 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run() [all …]
|
| H A D | alloc.c | 574 if (UUID_FLASH_ONLY(&c->uuids[KEY_INODE(&ret->key)]) != in pick_data_bucket() 575 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
|
| H A D | sysfs.c | 399 memcpy(dc->disk.c->uuids[dc->disk.id].label, in STORE() 533 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW() 552 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
|
| H A D | bcache.h | 671 struct uuid_entry *uuids; member
|
| H A D | request.c | 607 !UUID_FLASH_ONLY(&s->d->c->uuids[s->d->id])) { in cache_lookup() 1154 if (UUID_FLASH_ONLY(&c->uuids[i])) in quit_max_writeback_rate()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 91 u8 (*uuids)[16]; member 503 struct list_head uuids; member 780 kfree(hdev->discovery.uuids); in hci_discovery_filter_clear() 781 hdev->discovery.uuids = NULL; in hci_discovery_filter_clear()
|
| H A D | mgmt.h | 513 __u8 uuids[][16]; member
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_debugfs.c | 177 list_for_each_entry(uuid, &hdev->uuids, list) { in uuids_show() 194 DEFINE_SHOW_ATTRIBUTE(uuids);
|
| H A D | mgmt.c | 2126 list_add_tail(&uuid->list, &hdev->uuids); in add_uuid() 2212 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) { in remove_uuid() 4838 hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16, in start_service_discovery() 4840 if (!hdev->discovery.uuids) { in start_service_discovery() 8648 static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16]) in has_uuid() 8653 if (!memcmp(uuid, uuids[i], 16)) in has_uuid() 8660 static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16]) in eir_has_uuids() 8682 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 8694 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() 8702 if (has_uuid(uuid, uuid_count, uuids)) in eir_has_uuids() [all …]
|
| H A D | hci_request.c | 482 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid16_list() 524 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid32_list() 557 list_for_each_entry(uuid, &hdev->uuids, list) { in create_uuid128_list() 2559 list_for_each_entry(uuid, &hdev->uuids, list) in get_service_classes()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | drbd_genl.h | 212 __bin_field(7, DRBD_GENLA_F_MANDATORY, uuids, (UI_SIZE*sizeof(__u64)))
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | .string.o.cmd | |
| H A D | .linux_string.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | .u-boot-spl.lds.cmd | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | .u-boot.lds.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | .lowlevel_init.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | .u-boot-spl.lds.cmd | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | .linux_string.o.cmd | |
| H A D | .string.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/arch/arm/lib/ |
| H A D | .setjmp_aarch64.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/ |
| H A D | .setjmp_aarch64.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/lib/libfdt/ |
| H A D | .fdt.o.cmd | |