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

/drivers/media/dvb/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;
395 } else if (budget_ci->slot_status & SLOTSTATUS_READY) {
436 budget_ci->slot_status = SLOTSTATUS_READY;
444 if (budget_ci->slot_status & SLOTSTATUS_READY) {
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;
331 if (budget_av->slot_status & SLOTSTATUS_READY) {

Completed in 36 milliseconds