Searched refs:SLOTSTATUS_READY (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/pci/ttpci/
H A Dbudget-ci.c82 #define SLOTSTATUS_READY 8 macro
83 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
392 budget_ci->slot_status = SLOTSTATUS_READY; ciintf_interrupt()
395 } else if (budget_ci->slot_status & SLOTSTATUS_READY) { ciintf_interrupt()
436 budget_ci->slot_status = SLOTSTATUS_READY; ciintf_poll_slot_status()
444 if (budget_ci->slot_status & SLOTSTATUS_READY) { ciintf_poll_slot_status()
H A Dbudget-av.c64 #define SLOTSTATUS_READY 8 macro
65 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
325 budget_av->slot_status = SLOTSTATUS_READY; ciintf_poll_slot_status()
331 if (budget_av->slot_status & SLOTSTATUS_READY) { ciintf_poll_slot_status()

Completed in 83 milliseconds