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

/drivers/media/dvb/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;
390 } else if (budget_ci->slot_status & SLOTSTATUS_RESET) {
434 if (budget_ci->slot_status & SLOTSTATUS_RESET) {
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;
322 if (budget_av->slot_status == SLOTSTATUS_RESET) {

Completed in 39 milliseconds