Searched refs:USBPRN_MINOR_TO_INSTANCE (Results 1 – 2 of 2) sorted by relevance
255 int instance = USBPRN_MINOR_TO_INSTANCE(minor); in usbprn_info()950 USBPRN_MINOR_TO_INSTANCE(getminor(*devp))); in usbprn_open()1047 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_close()1098 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_read()1145 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_write()1241 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_poll()1265 USBPRN_MINOR_TO_INSTANCE(getminor(bp->b_edev))); in usbprn_strategy()1333 USBPRN_MINOR_TO_INSTANCE(getminor(dev))); in usbprn_ioctl()1612 USBPRN_MINOR_TO_INSTANCE(getminor(bp->b_edev))); in usbprn_minphys()
189 #define USBPRN_MINOR_TO_INSTANCE(minor) \ macro