/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | device.h | 23 struct nvif_device *_device = (d); \ 24 u64 _nsecs = (n), _time0 = nvif_device_time(_device); \ 29 } while (_taken = nvif_device_time(_device) - _time0, _taken < _nsecs);\ 51 struct nvif_device *_device = (a); \ 55 } *_udevice = _device->object.priv; \
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | timer.h | 40 struct nvkm_device *_device = (d); \ 41 struct nvkm_timer *_tmr = _device->timer; \ 52 dev_warn(_device->dev, "timeout at %s:%d/%s()!\n", \
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 220 struct nvkm_device *_device = (d); \ 221 u32 _addr = (a), _temp = nvkm_rd32(_device, _addr); \ 222 nvkm_wr32(_device, _addr, (_temp & ~(m)) | (v)); \ 238 struct nvkm_device *_device = (d); \ 239 if (_device->debug >= (l)) \ 240 dev_##p(_device->dev, f, ##a); \
|
/linux-4.4.14/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-4.4.14/drivers/s390/crypto/ |
D | ap_bus.h | 47 #define AP_MKQID(_device, _queue) (((_device) & 63) << 8 | ((_queue) & 255)) argument
|
/linux-4.4.14/include/linux/amba/ |
D | bus.h | 139 struct amba_device name##_device = { \ 150 struct amba_device name##_device = { \
|
/linux-4.4.14/drivers/usb/serial/ |
D | usb-serial-simple.c | 28 static struct usb_serial_driver vendor##_device = { \
|
/linux-4.4.14/include/linux/mmc/ |
D | card.h | 391 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument 394 _vendor, _device, \
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 151 for configuration - weight[_device] and leaf_weight[_device]. 160 configured by leaf_weight[_device]. Let's assume a blkio hierarchy
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_int.h | 2084 #define get_ldev_if_state(_device, _min_state) \ argument 2085 (_get_ldev_if_state((_device), (_min_state)) ? \ 2087 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 67 static struct platform_device _name##_id##_device = { \ 79 static struct platform_device _name##_id##_device = { \ 98 .dev = &devname##_device.dev, \
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 178 - blkio.leaf_weight[_device] 179 - Equivalents of blkio.weight[_device] for the purpose of
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 498 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 500 (_ptr)->device = _device; \
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | main.c | 5556 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5558 (pdev->device == _device) && \
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 1305 _device tree_ hierarchy.
|