Searched refs:IS_CARDSLOT_INSERT_REMOVE_EV (Results 1 – 2 of 2) sorted by relevance
115 #define IS_CARDSLOT_INSERT_REMOVE_EV(x) (0 <= (x) && (x) <= 3) macro
245 if (IS_CARDSLOT_INSERT_REMOVE_EV(ce->ce_type)) { in cardslot_process_event()