actual_frame 250 drivers/usb/host/fhci-hcd.c kfree(usb->actual_frame); actual_frame 266 drivers/usb/host/fhci-hcd.c usb->actual_frame = kzalloc(sizeof(*usb->actual_frame), GFP_KERNEL); actual_frame 267 drivers/usb/host/fhci-hcd.c if (!usb->actual_frame) { actual_frame 272 drivers/usb/host/fhci-hcd.c INIT_LIST_HEAD(&usb->actual_frame->tds_list); actual_frame 48 drivers/usb/host/fhci-sched.c td = fhci_remove_td_from_frame(usb->actual_frame); actual_frame 68 drivers/usb/host/fhci-sched.c td_next->start_frame = usb->actual_frame->frame_num; actual_frame 136 drivers/usb/host/fhci-sched.c while ((td = fhci_peek_td_from_frame(usb->actual_frame)) != NULL) { actual_frame 143 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_status = FRAME_END_TRANSMISSION; actual_frame 194 drivers/usb/host/fhci-sched.c if (usb->actual_frame->total_bytes + len + PROTOCOL_OVERHEAD >= actual_frame 197 drivers/usb/host/fhci-sched.c "%d %d %d\n", usb->actual_frame->total_bytes, len, actual_frame 203 drivers/usb/host/fhci-sched.c if (usb->actual_frame->frame_status != FRAME_IS_PREPARED && actual_frame 204 drivers/usb/host/fhci-sched.c (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION || actual_frame 231 drivers/usb/host/fhci-sched.c usb->actual_frame->total_bytes += (len + PROTOCOL_OVERHEAD); actual_frame 232 drivers/usb/host/fhci-sched.c fhci_add_td_to_frame(usb->actual_frame, td); actual_frame 247 drivers/usb/host/fhci-sched.c usb->actual_frame->total_bytes -= (len + PROTOCOL_OVERHEAD); actual_frame 304 drivers/usb/host/fhci-sched.c (((usb->actual_frame->frame_num - actual_frame 312 drivers/usb/host/fhci-sched.c td->start_frame = usb->actual_frame->frame_num; actual_frame 315 drivers/usb/host/fhci-sched.c if (usb->actual_frame->total_bytes >= actual_frame 317 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_status = actual_frame 324 drivers/usb/host/fhci-sched.c if (usb->actual_frame->total_bytes >= frame_part[list_type]) actual_frame 339 drivers/usb/host/fhci-sched.c if (!list_empty(&usb->actual_frame->tds_list)) { actual_frame 341 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_num) & 0x7ff) > 5) actual_frame 347 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_status = FRAME_IS_PREPARED; actual_frame 348 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_num = in_be16(&fhci->pram->frame_num) & 0x7ff; actual_frame 349 drivers/usb/host/fhci-sched.c usb->actual_frame->total_bytes = 0; actual_frame 362 drivers/usb/host/fhci-sched.c if (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION) actual_frame 366 drivers/usb/host/fhci-sched.c if (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION) actual_frame 369 drivers/usb/host/fhci-sched.c if (usb->actual_frame->total_bytes == 0) { actual_frame 418 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_status = FRAME_IS_TRANSMITTED; actual_frame 514 drivers/usb/host/fhci-sched.c if (usb->actual_frame->frame_status == FRAME_IS_TRANSMITTED) { actual_frame 515 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_status = FRAME_TIMER_END_TRANSMISSION; actual_frame 567 drivers/usb/host/fhci-tds.c usb->actual_frame->frame_status = FRAME_TIMER_END_TRANSMISSION; actual_frame 585 drivers/usb/host/fhci-tds.c (usb->actual_frame->frame_status & FRAME_END_TRANSMISSION)) && actual_frame 586 drivers/usb/host/fhci-tds.c (list_empty(&usb->actual_frame->tds_list))) actual_frame 432 drivers/usb/host/fhci.h struct fhci_time_frame *actual_frame;