/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/ |
A D | device.h | 121 struct nvkm_device *_device = (d); \ 122 u32 _addr = (a), _temp = nvkm_rd32(_device, _addr); \ 123 nvkm_wr32(_device, _addr, (_temp & ~(m)) | (v)); \ 139 const struct nvkm_device *_device = (d); \ 140 if (_device->debug >= (l)) \ 141 dev_##p(_device->dev, f, ##a); \
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/ |
A D | device.h | 38 struct nvif_device *_device = (a); \ 42 } *_udevice = _device->object.priv; \
|
/linux-6.3-rc2/include/linux/ |
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-6.3-rc2/include/linux/amba/ |
A D | bus.h | 161 struct amba_device name##_device = { \ 172 struct amba_device name##_device = { \
|
/linux-6.3-rc2/drivers/media/pci/ddbridge/ |
A D | ddbridge-hw.c | 320 #define DDB_DEVID(_device, _subdevice, _info) { \ argument 322 .device = _device, \
|
A D | ddbridge-main.c | 248 #define DDB_DEVICE_ANY(_device) \ argument 249 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
|
/linux-6.3-rc2/drivers/mmc/core/ |
A D | card.h | 120 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument 123 _vendor, _device, \
|
/linux-6.3-rc2/drivers/usb/serial/ |
A D | usb-serial-simple.c | 25 static struct usb_serial_driver vendor##_device = { \
|
/linux-6.3-rc2/drivers/media/platform/qcom/camss/ |
A D | camss.h | 33 ((const struct ptr_module##_device (*)[]) &(ptr_module[-(index)]))
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_int.h | 2006 #define get_ldev_if_state(_device, _min_state) \ argument 2007 (_get_ldev_if_state((_device), (_min_state)) ? \ 2009 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/pcie/ |
A D | drv.c | 515 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument 517 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 522 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument 523 _IWL_DEV_INFO(_device, _subdevice, IWL_CFG_ANY, IWL_CFG_ANY, \
|
/linux-6.3-rc2/drivers/fsi/ |
A D | fsi-core.c | 161 static void fsi_device_release(struct device *_device) in fsi_device_release() argument 163 struct fsi_device *device = to_fsi_dev(_device); in fsi_device_release()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-querycap.rst | 137 .. _device-capabilities:
|
/linux-6.3-rc2/include/rdma/ |
A D | ib_verbs.h | 771 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 773 (_ptr)->device = _device; \
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/ |
A D | main.c | 5517 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5519 (pdev->device == _device) && \
|