Searched refs:SLOTSTATUS_READY (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/media/pci/ttpci/
H A Dbudget-av.c48 #define SLOTSTATUS_READY 8 macro
49 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
309 budget_av->slot_status = SLOTSTATUS_READY;
315 if (budget_av->slot_status & SLOTSTATUS_READY) {
H A Dbudget-ci.c65 #define SLOTSTATUS_READY 8 macro
66 #define SLOTSTATUS_OCCUPIED (SLOTSTATUS_PRESENT|SLOTSTATUS_RESET|SLOTSTATUS_READY)
377 budget_ci->slot_status = SLOTSTATUS_READY;
380 } else if (budget_ci->slot_status & SLOTSTATUS_READY) {
421 budget_ci->slot_status = SLOTSTATUS_READY;
429 if (budget_ci->slot_status & SLOTSTATUS_READY) {

Completed in 151 milliseconds