Home
last modified time | relevance | path

Searched refs:_device (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/vfio/lib/include/libvfio/
H A Dvfio_pci_device.h49 #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 Disapnp.h37 #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 Dddbridge-hw.c320 #define DDB_DEVID(_device, _subdevice, _info) { \ argument
322 .device = _device, \
H A Dddbridge-main.c248 #define DDB_DEVICE_ANY(_device) \ argument
249 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
/linux/drivers/usb/serial/
H A Dusb-serial-simple.c25 static struct usb_serial_driver vendor##_device = { \
/linux/drivers/block/drbd/
H A Ddrbd_int.h1977 #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 Dfsi-core.c147 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 Dvidioc-querycap.rst137 .. _device-capabilities:
/linux/include/rdma/
H A Dib_verbs.h789 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
791 (_ptr)->device = _device; \
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.c5523 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument
5525 (pdev->device == _device) && \