Lines Matching refs:todo
159 unsigned long todo; member
1174 if (!test_and_set_bit(ENABLE_IRQ, &max3421_hcd->todo)) in max3421_irq_handler()
1430 if (test_and_clear_bit(ENABLE_IRQ, &max3421_hcd->todo)) in max3421_spi_thread()
1445 if (test_and_clear_bit(RESET_HCD, &max3421_hcd->todo)) in max3421_spi_thread()
1448 if (test_and_clear_bit(RESET_PORT, &max3421_hcd->todo)) { in max3421_spi_thread()
1454 if (test_and_clear_bit(CHECK_UNLINK, &max3421_hcd->todo)) in max3421_spi_thread()
1456 if (test_and_clear_bit(IOPIN_UPDATE, &max3421_hcd->todo)) { in max3421_spi_thread()
1485 set_bit(RESET_PORT, &max3421_hcd->todo); in max3421_reset_port()
1498 set_bit(RESET_HCD, &max3421_hcd->todo); in max3421_reset()
1590 set_bit(CHECK_UNLINK, &max3421_hcd->todo); in max3421_urb_dequeue()
1691 set_bit(IOPIN_UPDATE, &max3421_hcd->todo); in max3421_gpout_set_value()