Searched refs:MB_NO (Results 1 – 2 of 2) sorted by relevance
153 return MB_NO; in keylargo_mb_content() 372 * "MB_NO", we force a pass by "MB_NO" to make sure in poll_media_bay() 375 if ((id != MB_NO) && (bay->content_id != MB_NO)) { in poll_media_bay() 376 id = MB_NO; in poll_media_bay() 377 pr_debug("mediabay%d: forcing MB_NO\n", bay->index); in poll_media_bay() 380 set_mb_power(bay, id != MB_NO); in poll_media_bay() 382 if (id >= MB_NO || id < 0) in poll_media_bay() 396 return MB_NO; in check_media_bay() [all...]
19 #define MB_NO 7 /* media bay contains nothing */ macro 25 /* Check the content type of the bay, returns MB_NO if the bay is still40 return MB_NO; in check_media_bay()