in_work_order 703 drivers/media/pci/cx18/cx18-driver.c cx->in_work_order[i].cx = cx; in_work_order 704 drivers/media/pci/cx18/cx18-driver.c cx->in_work_order[i].str = cx->epu_debug_str; in_work_order 705 drivers/media/pci/cx18/cx18-driver.c INIT_WORK(&cx->in_work_order[i].work, cx18_in_work_handler); in_work_order 1239 drivers/media/pci/cx18/cx18-driver.c cancel_work_sync(&cx->in_work_order[i].work); in_work_order 635 drivers/media/pci/cx18/cx18-driver.h struct cx18_in_work_order in_work_order[CX18_MAX_IN_WORK_ORDERS]; in_work_order 511 drivers/media/pci/cx18/cx18-mailbox.c if (atomic_read(&cx->in_work_order[i].pending) == 0) { in_work_order 512 drivers/media/pci/cx18/cx18-mailbox.c order = &cx->in_work_order[i];