Searched refs:info (Results 1 – 5 of 5) sorted by relevance
54 info = struct.pack(BITMAPINFO_HEADER_FMT, variable69 f.write(info)
82 unsigned info; member105 unsigned info; member
127 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()
217 void info(unsigned c, unsigned s) in info() function258 info(c, s); in arm11_clock_test()
70 static void dump_fde(fdevent *fde, const char *info) in dump_fde() argument77 info); in dump_fde()82 #define dump_fde(fde, info) do { } while(0) argument