Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 96) sorted by relevance

1234

/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_storage.c55 const io_entity_t *entity = (io_entity_t *)handle; in is_valid_entity() local
56 int result = (entity != NULL) && in is_valid_entity()
57 (is_valid_dev((uintptr_t)entity->dev_handle)); in is_valid_entity()
86 static void set_handle(uintptr_t *handle, io_entity_t *entity) in set_handle() argument
89 *handle = (uintptr_t)entity; in set_handle()
94 static int find_first_entity(const io_entity_t *entity, unsigned int *index_out) in find_first_entity() argument
98 if (entity_map[index] == entity) { in find_first_entity()
109 static int allocate_entity(io_entity_t **entity) in allocate_entity() argument
112 assert(entity != NULL); in allocate_entity()
118 *entity = entity_map[index] = &entity_pool[index]; in allocate_entity()
[all …]
Dio_semihosting.c25 io_entity_t *entity);
26 static int sh_file_seek(io_entity_t *entity, int mode, ssize_t offset);
27 static int sh_file_len(io_entity_t *entity, size_t *length);
28 static int sh_file_read(io_entity_t *entity, uintptr_t buffer, size_t length,
30 static int sh_file_write(io_entity_t *entity, const uintptr_t buffer,
32 static int sh_file_close(io_entity_t *entity);
71 const uintptr_t spec, io_entity_t *entity) in sh_file_open() argument
78 assert(entity != NULL); in sh_file_open()
83 entity->info = (uintptr_t)sh_result; in sh_file_open()
91 static int sh_file_seek(io_entity_t *entity, int mode, ssize_t offset) in sh_file_seek() argument
[all …]
Dio_memmap.c39 io_entity_t *entity);
40 static int memmap_block_seek(io_entity_t *entity, int mode,
42 static int memmap_block_len(io_entity_t *entity, size_t *length);
43 static int memmap_block_read(io_entity_t *entity, uintptr_t buffer,
45 static int memmap_block_write(io_entity_t *entity, const uintptr_t buffer,
47 static int memmap_block_close(io_entity_t *entity);
99 io_entity_t *entity) in memmap_block_open() argument
110 assert(entity != NULL); in memmap_block_open()
117 entity->info = (uintptr_t)&current_file; in memmap_block_open()
128 static int memmap_block_seek(io_entity_t *entity, int mode, ssize_t offset) in memmap_block_seek() argument
[all …]
Dio_dummy.c30 io_entity_t *entity);
31 static int dummy_block_len(io_entity_t *entity, size_t *length);
32 static int dummy_block_read(io_entity_t *entity, uintptr_t buffer,
34 static int dummy_block_close(io_entity_t *entity);
82 io_entity_t *entity) in dummy_block_open() argument
89 assert(entity != NULL); in dummy_block_open()
93 entity->info = (uintptr_t)&current_file; in dummy_block_open()
105 static int dummy_block_len(io_entity_t *entity, size_t *length) in dummy_block_len() argument
107 assert(entity != NULL); in dummy_block_len()
110 *length = ((struct file_state *)entity->info)->size; in dummy_block_len()
[all …]
Dio_fip.c48 io_entity_t *entity);
49 static int fip_file_len(io_entity_t *entity, size_t *length);
50 static int fip_file_read(io_entity_t *entity, uintptr_t buffer, size_t length,
52 static int fip_file_close(io_entity_t *entity);
178 io_entity_t *entity) in fip_file_open() argument
187 assert(entity != NULL); in fip_file_open()
241 entity->info = (uintptr_t)&current_file; in fip_file_open()
257 static int fip_file_len(io_entity_t *entity, size_t *length) in fip_file_len() argument
259 assert(entity != NULL); in fip_file_len()
262 *length = ((file_state_t *)entity->info)->entry.size; in fip_file_len()
[all …]
Dio_block.c29 io_entity_t *entity);
30 static int block_seek(io_entity_t *entity, int mode, ssize_t offset);
31 static int block_read(io_entity_t *entity, uintptr_t buffer, size_t length,
33 static int block_write(io_entity_t *entity, const uintptr_t buffer,
35 static int block_close(io_entity_t *entity);
124 io_entity_t *entity) in block_open() argument
131 (entity->info == (uintptr_t)NULL)); in block_open()
142 entity->info = (uintptr_t)cur; in block_open()
147 static int block_seek(io_entity_t *entity, int mode, ssize_t offset) in block_seek() argument
151 assert(entity->info != (uintptr_t)NULL); in block_seek()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
Dsmcall.h19 #define SMC_NR(entity, fn, fastcall, smc64) \ argument
22 (((entity) & 0x3F) << 24) | \
26 #define SMC_FASTCALL_NR(entity, fn) SMC_NR((entity), (fn), 1, 0) argument
27 #define SMC_FASTCALL64_NR(entity, fn) SMC_NR((entity), (fn), 1, 1) argument
28 #define SMC_YIELDCALL_NR(entity, fn) SMC_NR((entity), (fn), 0, 0) argument
29 #define SMC_YIELDCALL64_NR(entity, fn) SMC_NR((entity), (fn), 0, 1) argument
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
Dio_driver.h41 io_entity_t *entity);
42 int (*seek)(io_entity_t *entity, int mode, ssize_t offset);
43 int (*size)(io_entity_t *entity, size_t *length);
44 int (*read)(io_entity_t *entity, uintptr_t buffer, size_t length,
46 int (*write)(io_entity_t *entity, const uintptr_t buffer,
48 int (*close)(io_entity_t *entity);
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1598 struct media_entity_desc entity; in get_sensor_info() local
1605 memset(&entity, 0, sizeof(entity)); in get_sensor_info()
1606 entity.id = num_entities++; in get_sensor_info()
1607 rc = ioctl(dev_fd, MEDIA_IOC_ENUM_ENTITIES, &entity); in get_sensor_info()
1613 if(entity.type == MEDIA_ENT_T_V4L2_SUBDEV && in get_sensor_info()
1614 entity.group_id == MSM_CAMERA_SUBDEV_SENSOR) { in get_sensor_info()
1615 temp = entity.flags >> 8; in get_sensor_info()
1618 type = ((entity.flags & CAM_SENSOR_TYPE_MASK) ? in get_sensor_info()
1620 is_yuv = ((entity.flags & CAM_SENSOR_FORMAT_MASK) ? in get_sensor_info()
1835 struct media_entity_desc entity; in get_num_of_cameras() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c293 ENTITY *entity; member
334 processInternalEntity(XML_Parser parser, ENTITY *entity,
2226 ENTITY *entity; in doContent() local
2242 entity = (ENTITY *)lookup(&dtd->generalEntities, name, 0); in doContent()
2249 if (!entity) in doContent()
2251 else if (!entity->is_internal) in doContent()
2254 else if (!entity) { in doContent()
2261 if (entity->open) in doContent()
2263 if (entity->notation) in doContent()
2265 if (entity->textPtr) { in doContent()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c293 ENTITY *entity; member
334 processInternalEntity(XML_Parser parser, ENTITY *entity,
2226 ENTITY *entity; in doContent() local
2242 entity = (ENTITY *)lookup(&dtd->generalEntities, name, 0); in doContent()
2249 if (!entity) in doContent()
2251 else if (!entity->is_internal) in doContent()
2254 else if (!entity) { in doContent()
2261 if (entity->open) in doContent()
2263 if (entity->notation) in doContent()
2265 if (entity->textPtr) { in doContent()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c295 ENTITY *entity; member
336 processInternalEntity(XML_Parser parser, ENTITY *entity,
2310 ENTITY *entity; in doContent() local
2326 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0); in doContent()
2333 if (!entity) in doContent()
2335 else if (!entity->is_internal) in doContent()
2338 else if (!entity) { in doContent()
2345 if (entity->open) in doContent()
2347 if (entity->notation) in doContent()
2349 if (entity->textPtr) { in doContent()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dexpatbuilder.py676 entity = doctype.entities.item(i)
679 s = "%s<!ENTITY %s" % (s, entity.nodeName)
680 if entity.publicId:
682 % (s, entity.publicId, entity.systemId)
683 elif entity.systemId:
684 s = '%s SYSTEM "%s"' % (s, entity.systemId)
686 s = '%s "%s"' % (s, entity.firstChild.data)
687 if entity.notationName:
688 s = "%s NOTATION %s" % (s, entity.notationName)
Dminidom.py1266 entity = Entity(e.nodeName, e.publicId, e.systemId,
1268 entity.actualEncoding = e.actualEncoding
1269 entity.encoding = e.encoding
1270 entity.version = e.version
1271 clone.entities._seq.append(entity)
1272 e._call_user_data_handler(operation, n, entity)
1867 entity = Entity(e.nodeName, e.publicId, e.systemId,
1869 entity.actualEncoding = e.actualEncoding
1870 entity.encoding = e.encoding
1871 entity.version = e.version
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dexpatbuilder.py676 entity = doctype.entities.item(i)
679 s = "%s<!ENTITY %s" % (s, entity.nodeName)
680 if entity.publicId:
682 % (s, entity.publicId, entity.systemId)
683 elif entity.systemId:
684 s = '%s SYSTEM "%s"' % (s, entity.systemId)
686 s = '%s "%s"' % (s, entity.firstChild.data)
687 if entity.notationName:
688 s = "%s NOTATION %s" % (s, entity.notationName)
Dminidom.py1270 entity = Entity(e.nodeName, e.publicId, e.systemId,
1272 entity.actualEncoding = e.actualEncoding
1273 entity.encoding = e.encoding
1274 entity.version = e.version
1275 clone.entities._seq.append(entity)
1276 e._call_user_data_handler(operation, n, entity)
1871 entity = Entity(e.nodeName, e.publicId, e.systemId,
1873 entity.actualEncoding = e.actualEncoding
1874 entity.encoding = e.encoding
1875 entity.version = e.version
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py1003 def entity(): function
1626 parser.entity.update(ENTITIES)
/device/google/contexthub/util/
DNOTICE24 "Licensor" shall mean the copyright owner or entity authorized by
27 "Legal Entity" shall mean the union of the acting entity and all
29 control with that entity. For the purposes of this definition,
31 direction or management of such entity, whether by contract or
33 outstanding shares, or (iii) beneficial ownership of such entity.
94 institute patent litigation against any entity (including a
/device/generic/goldfish/audio/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/device/generic/goldfish/ril/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/device/google/marlin/liblight/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/device/google/wahoo/liblight/
DNOTICE25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
95 institute patent litigation against any entity (including a
/device/linaro/hikey/mali/bifrost/
DAPACHE_LICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
18 control with that entity. For the purposes of this definition,
20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
83 institute patent litigation against any entity (including a
/device/google/contexthub/firmware/
DNOTICE24 "Licensor" shall mean the copyright owner or entity authorized by
27 "Legal Entity" shall mean the union of the acting entity and all
29 control with that entity. For the purposes of this definition,
31 direction or management of such entity, whether by contract or
33 outstanding shares, or (iii) beneficial ownership of such entity.
94 institute patent litigation against any entity (including a
/device/linaro/bootloader/edk2/IntelFspPkg/
DContributions.txt119 entity authorized by the copyright owner that is making a
121 controlled by, or are under common control with that entity are
124 cause the direction or management of such entity, whether by
127 of such entity.

1234