| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | device.h | 132 struct nvkm_device *_device = (d); \ 133 u32 _addr = (a), _temp = nvkm_rd32(_device, _addr); \ 134 nvkm_wr32(_device, _addr, (_temp & ~(m)) | (v)); \ 153 const struct nvkm_device *_device = (d); \ 154 if (_device->debug >= (l)) \ 155 dev_##p(_device->dev, f, ##a); \
|
| /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 | 202 static void fsi_device_release(struct device *_device) in fsi_device_release() argument 204 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 | 792 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ 794 (_ptr)->device = _device; \ 789 INIT_IB_EVENT_HANDLER(_ptr,_device,_handler) global() argument
|
| /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) && \
|