Searched refs:CDEV_CANCEL (Results 1 – 3 of 3) sorted by relevance
218 case CDEV_CANCEL: in chardriver_reply()255 case CDEV_CANCEL: /* For cancel, this is a reply to the original request! */ in chardriver_reply()523 case CDEV_CANCEL: r = do_cancel(cdp, m_ptr); break; in chardriver_process()586 case CDEV_CANCEL: in chardriver_get_minor()
394 dev_mess.m_type = CDEV_CANCEL; in cdev_cancel()
931 #define CDEV_CANCEL (CDEV_RQ_BASE + 5) /* cancel suspended request */ macro