Searched defs:_device (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | isapnp.h | 52 #define ISAPNP_CARD_ID(_va, _vb, _vc, _device) \ argument
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.h | 48 #define AP_MKQID(_device, _queue) (((_device) & 63) << 8 | ((_queue) & 255)) argument
|
/linux-4.1.27/include/linux/mmc/ |
D | card.h | 387 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_int.h | 2083 #define get_ldev_if_state(_device, _min_state) \ argument 2086 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 5560 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 432 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|