Home
last modified time | relevance | path

Searched refs:info (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/
Droots.c78 RootInfo *info = &g_roots[i]; in get_root_info_for_path() local
79 if (strncmp(info->name, root_path, len) == 0) { in get_root_info_for_path()
80 return info; in get_root_info_for_path()
109 const RootInfo *info = get_root_info_for_path(root_path); in is_package_root_path() local
110 return info != NULL && info->filesystem == g_package_file; in is_package_root_path()
117 const RootInfo *info = get_root_info_for_path(root_path); in translate_package_root_path() local
118 if (info == NULL || info->filesystem != g_package_file) { in translate_package_root_path()
124 size_t root_len = strlen(info->name); in translate_package_root_path()
147 const RootInfo *info = get_root_info_for_path(root_path); in translate_root_path() local
148 if (info == NULL || info->mount_point == NULL) { in translate_root_path()
[all …]
/bootable/recovery/tools/ota/
Dconvert-to-bmp.py54 info = struct.pack(BITMAPINFO_HEADER_FMT, variable
69 f.write(info)
/bootable/bootloader/legacy/include/msm7k/
Dhsusb.h82 unsigned info; member
105 unsigned info; member
/bootable/bootloader/legacy/arch_msm7k/
Dhsusb.c127 item->info = INFO_BYTES(req->length) | INFO_IOC | INFO_ACTIVE; in usb_queue_req()
132 ept->head->info = 0; in usb_queue_req()
158 if(item->info & 0xff) { in handle_ept_complete()
162 ept->num, ept->in ? "in" : "out", item->info, item->page0); in handle_ept_complete()
164 actual = req->length - ((item->info >> 16) & 0x7fff); in handle_ept_complete()
406 ept->head->info = INFO_ACTIVE; in usb_poll()
Dclock.c217 void info(unsigned c, unsigned s) in info() function
258 info(c, s); in arm11_clock_test()