Searched refs:_device (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | vfio_pci_device.h | 49 #define vfio_pci_config_read(_device, _offset, _type) ({ \ argument 51 vfio_pci_config_access((_device), false, _offset, sizeof(__data), &__data); \ 59 #define vfio_pci_config_write(_device, _offset, _value, _type) do { \ argument 61 vfio_pci_config_access((_device), true, _offset, sizeof(_type), &__data); \
|
| /linux/include/linux/ |
| H A D | isapnp.h | 37 #define ISAPNP_CARD_ID(_va, _vb, _vc, _device) \ argument 38 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device)
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-hw.c | 320 #define DDB_DEVID(_device, _subdevice, _info) { \ argument 322 .device = _device, \
|
| H A D | ddbridge-main.c | 248 #define DDB_DEVICE_ANY(_device) \ argument 249 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
|
| /linux/drivers/usb/serial/ |
| H A D | usb-serial-simple.c | 25 static struct usb_serial_driver vendor##_device = { \
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_int.h | 1977 #define get_ldev_if_state(_device, _min_state) \ argument 1978 (_get_ldev_if_state((_device), (_min_state)) ? \ 1980 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
|
| /linux/drivers/fsi/ |
| H A D | fsi-core.c | 147 static void fsi_device_release(struct device *_device) in fsi_device_release() argument 149 struct fsi_device *device = to_fsi_dev(_device); in fsi_device_release()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-querycap.rst | 137 .. _device-capabilities:
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 789 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 791 (_ptr)->device = _device; \
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | main.c | 5523 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5525 (pdev->device == _device) && \
|