Searched refs:entity_type (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu_mmc.c | 301 const char *entity_type; in dfu_fill_entity_mmc() local 320 entity_type = argv[0]; in dfu_fill_entity_mmc() 341 if (!strcmp(entity_type, "raw")) { in dfu_fill_entity_mmc() 356 } else if (!strcmp(entity_type, "part")) { in dfu_fill_entity_mmc() 372 } else if (!strcmp(entity_type, "fat")) { in dfu_fill_entity_mmc() 374 } else if (!strcmp(entity_type, "ext4")) { in dfu_fill_entity_mmc() 377 pr_err("Memory layout (%s) not supported!\n", entity_type); in dfu_fill_entity_mmc() 382 if (strcmp(entity_type, "raw")) { in dfu_fill_entity_mmc()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_lib_common.h | 36 u32 entity_type; member
|
| H A D | cxgb4_cudbg.c | 118 entity_hdr->entity_type = e->entity; in cxgb4_cudbg_collect_entity()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | messenger.h | 347 __u8 entity_type, __u64 entity_num,
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | messenger.c | 688 __u8 entity_type, __u64 entity_num, in ceph_con_open() argument 697 con->peer_name.type = (__u8) entity_type; in ceph_con_open()
|