Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ttpci/
H A Dbudget-ci.c66 #define SLOTSTATUS_RESET 4 macro
68 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
310 budget_ci->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset()
377 } else if (budget_ci->slot_status & SLOTSTATUS_RESET) { in ciintf_interrupt()
420 if (budget_ci->slot_status & SLOTSTATUS_RESET) { in ciintf_poll_slot_status()
H A Dbudget-av.c47 #define SLOTSTATUS_RESET 4 macro
49 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
210 budget_av->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset()
310 if (budget_av->slot_status == SLOTSTATUS_RESET) { in ciintf_poll_slot_status()