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

/linux-4.1.27/drivers/media/pci/ttpci/
H A Dbudget-ci.c81 #define SLOTSTATUS_RESET 4 macro
83 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
324 budget_ci->slot_status = SLOTSTATUS_RESET; ciintf_slot_reset()
390 } else if (budget_ci->slot_status & SLOTSTATUS_RESET) { ciintf_interrupt()
434 if (budget_ci->slot_status & SLOTSTATUS_RESET) { ciintf_poll_slot_status()
H A Dbudget-av.c63 #define SLOTSTATUS_RESET 4 macro
65 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
226 budget_av->slot_status = SLOTSTATUS_RESET; ciintf_slot_reset()
322 if (budget_av->slot_status == SLOTSTATUS_RESET) { ciintf_poll_slot_status()

Completed in 109 milliseconds