HomeSort by relevance Sort by last modified time
    Searched defs:priv_data (Results 1 - 14 of 14) sorted by null

  /device/google/dragon/recovery/updater/
flash_device.c 39 void *priv_data; member in struct:flash_device
68 dev->priv_data = dev->ops->open(params);
69 if (!dev->priv_data)
75 dev->total_size = dev->ops->get_size(dev->priv_data);
76 dev->write_size = dev->ops->get_write_size(dev->priv_data);
77 dev->erase_size = dev->ops->get_erase_size(dev->priv_data);
89 dev->ops->close(dev->priv_data);
99 return dev->ops->read(dev->priv_data, off, buff, len);
109 return dev->ops->write(dev->priv_data, off, buff, len);
120 return dev->ops->erase(dev->priv_data, off, len)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
brel.h 32 void *priv_data; member in struct:ext2_block_relocation_table
irel.h 30 void *priv_data; member in struct:ext2_inode_relocation_table
block.c 29 void *priv_data);
37 void *priv_data; member in struct:block_context
74 ref_offset, ctx->priv_data);
102 ctx->priv_data);
118 ctx->priv_data);
142 ref_offset, ctx->priv_data);
163 ref_offset, ctx->priv_data);
228 ref_offset, ctx->priv_data);
249 ref_offset, ctx->priv_data);
314 ref_offset, ctx->priv_data);
    [all...]
dblist.c 200 void *priv_data),
203 void *priv_data)
216 ret = (*func)(dblist->fs, &dblist->list[i], priv_data);
226 void *priv_data),
227 void *priv_data)
230 priv_data);
320 void *priv_data);
321 void *priv_data; member in struct:iterate_passthrough
326 void *priv_data)
328 struct iterate_passthrough *p = priv_data;
    [all...]
ext2fsP.h 60 void *priv_data);
61 void *priv_data; member in struct:dir_context
89 void *priv_data);
95 void *priv_data);
ext2fs.h 255 void * priv_data; member in struct:struct_ext2_filsys
944 void *priv_data),
945 void *priv_data);
955 void *priv_data),
956 void *priv_data);
966 void *priv_data),
967 void *priv_data);
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.c 681 void *priv_data)
693 while (i < count && compare(configs[i], configs[pivot], priv_data) < 0)
695 while (compare(configs[j], configs[pivot], priv_data) > 0)
710 _eglSortConfigs(configs, j, compare, priv_data);
711 _eglSortConfigs(configs + i, count - i, compare, priv_data);
725 void *priv_data)
735 (_EGLArrayForEach) match, priv_data);
747 (_EGLArrayForEach) match, priv_data); local
752 compare, priv_data);
767 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data)
    [all...]
  /external/syslinux/gpxe/src/include/
nic.h 49 void *priv_data; /* driver private data */ member in struct:nic
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 169 void *priv_data; member in struct:gdb_symbol_callbacks
275 void *priv_data; member in struct:gdb_unwind_callbacks
334 void *priv_data; member in struct:gdb_reader_funcs
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 169 void *priv_data; member in struct:gdb_symbol_callbacks
275 void *priv_data; member in struct:gdb_unwind_callbacks
334 void *priv_data; member in struct:gdb_reader_funcs
  /external/libdrm/nouveau/
nouveau.h 167 uint32_t priv_data; member in struct:nouveau_bufref
  /external/e2fsprogs/misc/
e2image.c 370 void *priv_data EXT2FS_ATTR((unused))) function
374 p = (struct process_block_struct *) priv_data;
388 void *priv_data EXT2FS_ATTR((unused))) function
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 383 void *priv_data; member in struct:e2fsck_struct

Completed in 248 milliseconds