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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dbudget-ci.c82 #define SLOTSTATUS_READY 8 macro
83 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
383 budget_ci->slot_status = SLOTSTATUS_READY;
386 } else if (budget_ci->slot_status & SLOTSTATUS_READY) {
427 budget_ci->slot_status = SLOTSTATUS_READY;
435 if (budget_ci->slot_status & SLOTSTATUS_READY) {
H A Dbudget-av.c62 #define SLOTSTATUS_READY 8 macro
63 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
323 budget_av->slot_status = SLOTSTATUS_READY;
329 if (budget_av->slot_status & SLOTSTATUS_READY) {

Completed in 25 milliseconds