Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h32 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/
Dtimer.h41 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/
Ddevice.h258 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/
Disapnp.h52 #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/
Dbus.h145 struct amba_device name##_device = { \
156 struct amba_device name##_device = { \
/Linux-v4.19/drivers/mmc/core/
Dcard.h121 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument
124 _vendor, _device, \
/Linux-v4.19/drivers/media/pci/ddbridge/
Dddbridge-hw.c329 #define DDB_DEVID(_device, _subdevice, _info) { \ argument
331 .device = _device, \
Dddbridge-main.c257 #define DDB_DEVICE_ANY(_device) \ argument
258 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
/Linux-v4.19/drivers/media/platform/qcom/camss/
Dcamss.h34 ((const struct ptr_module##_device (*)[]) &(ptr_module[-(index)]))
/Linux-v4.19/drivers/usb/serial/
Dusb-serial-simple.c25 static struct usb_serial_driver vendor##_device = { \
/Linux-v4.19/Documentation/block/
Dcfq-iosched.txt150 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/
Ddrbd_int.h2128 #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/
Dfsi-core.c163 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/
Dblkio-controller.txt177 - blkio.leaf_weight[_device]
178 - Equivalents of blkio.weight[_device] for the purpose of
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-querycap.rst138 .. _device-capabilities:
/Linux-v4.19/include/rdma/
Dib_verbs.h665 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
667 (_ptr)->device = _device; \
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dmain.c5541 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument
5543 (pdev->device == _device) && \
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt1325 _device tree_ hierarchy.