/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | device.h | 32 struct nvif_device *_device = (d); \ 33 u64 _nsecs = (n), _time0 = nvif_device_time(_device); \ 38 } while (_taken = nvif_device_time(_device) - _time0, _taken < _nsecs);\ 59 struct nvif_device *_device = (a); \ 63 } *_udevice = _device->object.priv; \
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | timer.h | 41 struct nvkm_device *_device = (d); \ 42 struct nvkm_timer *_tmr = _device->timer; \ 53 dev_WARN(_device->dev, "timeout\n"); \
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 258 struct nvkm_device *_device = (d); \ 259 u32 _addr = (a), _temp = nvkm_rd32(_device, _addr); \ 260 nvkm_wr32(_device, _addr, (_temp & ~(m)) | (v)); \ 276 const struct nvkm_device *_device = (d); \ 277 if (_device->debug >= (l)) \ 278 dev_##p(_device->dev, f, ##a); \
|
/Linux-v4.19/include/linux/ |
D | isapnp.h | 52 #define ISAPNP_CARD_ID(_va, _vb, _vc, _device) \ argument 53 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device)
|
/Linux-v4.19/include/linux/amba/ |
D | bus.h | 145 struct amba_device name##_device = { \ 156 struct amba_device name##_device = { \
|
/Linux-v4.19/drivers/mmc/core/ |
D | card.h | 121 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument 124 _vendor, _device, \
|
/Linux-v4.19/drivers/media/pci/ddbridge/ |
D | ddbridge-hw.c | 329 #define DDB_DEVID(_device, _subdevice, _info) { \ argument 331 .device = _device, \
|
D | ddbridge-main.c | 257 #define DDB_DEVICE_ANY(_device) \ argument 258 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss.h | 34 ((const struct ptr_module##_device (*)[]) &(ptr_module[-(index)]))
|
/Linux-v4.19/drivers/usb/serial/ |
D | usb-serial-simple.c | 25 static struct usb_serial_driver vendor##_device = { \
|
/Linux-v4.19/Documentation/block/ |
D | cfq-iosched.txt | 150 for configuration - weight[_device] and leaf_weight[_device]. 159 configured by leaf_weight[_device]. Let's assume a blkio hierarchy
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_int.h | 2128 #define get_ldev_if_state(_device, _min_state) \ argument 2129 (_get_ldev_if_state((_device), (_min_state)) ? \ 2131 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
|
/Linux-v4.19/drivers/fsi/ |
D | fsi-core.c | 163 static void fsi_device_release(struct device *_device) in fsi_device_release() argument 165 struct fsi_device *device = to_fsi_dev(_device); in fsi_device_release()
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 177 - blkio.leaf_weight[_device] 178 - Equivalents of blkio.weight[_device] for the purpose of
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-querycap.rst | 138 .. _device-capabilities:
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 665 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 667 (_ptr)->device = _device; \
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | main.c | 5541 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5543 (pdev->device == _device) && \
|
/Linux-v4.19/Documentation/devicetree/ |
D | booting-without-of.txt | 1325 _device tree_ hierarchy.
|