Searched refs:_device (Results 1 – 4 of 4) sorted by relevance
48 #define AP_MKQID(_device, _queue) (((_device) & 63) << 8 | ((_queue) & 255)) argument
28 static struct usb_serial_driver vendor##_device = { \
2106 #define get_ldev_if_state(_device, _min_state) \ argument2107 (_get_ldev_if_state((_device), (_min_state)) ? \2109 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
5508 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument5510 (pdev->device == _device) && \