/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H 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); \
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | device.h | 38 struct nvif_device *_device = (a); \ 42 } *_udevice = _device->object.priv; \
|
/openbmc/linux/include/linux/ |
H 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)
|
/openbmc/linux/include/linux/amba/ |
H A D | bus.h | 161 struct amba_device name##_device = { \ 172 struct amba_device name##_device = { \
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-hw.c | 320 #define DDB_DEVID(_device, _subdevice, _info) { \ argument 322 .device = _device, \
|
H A D | ddbridge-main.c | 248 #define DDB_DEVICE_ANY(_device) \ argument 249 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
|
/openbmc/linux/drivers/mmc/core/ |
H A D | card.h | 131 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument 135 _vendor, _device, \
|
/openbmc/linux/drivers/usb/serial/ |
H A D | usb-serial-simple.c | 25 static struct usb_serial_driver vendor##_device = { \
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss.h | 33 ((const struct ptr_module##_device (*)[]) &(ptr_module[-(index)]))
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | device-manager.rst | 3 .. _device-manager:
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_pxa.c | 209 struct serial_device serial_##uart##_device = \
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_int.h | 2014 #define get_ldev_if_state(_device, _min_state) \ argument 2015 (_get_ldev_if_state((_device), (_min_state)) ? \ 2017 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | drv.c | 546 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument 548 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 553 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument 554 _IWL_DEV_INFO(_device, _subdevice, IWL_CFG_ANY, IWL_CFG_ANY, \
|
/openbmc/qemu/docs/system/ |
H A D | device-emulation.rst | 1 .. _device-emulation:
|
/openbmc/linux/drivers/fsi/ |
H A D | fsi-core.c | 147 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()
|
/openbmc/qemu/docs/devel/ |
H A D | multi-process.rst | 712 *kvm\_device* private field to it. 733 register *kvm\_io\_device\_ops* callbacks to be invoked when the guest 746 driver, as well as the *kvm\_device* structure itself. 803 kvm\_io\_device ops 808 matching *kvm\_io\_device* to see if the MMIO can be handled by the KVM
|
H A D | qom.rst | 433 .. _device-life-cycle:
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-querycap.rst | 137 .. _device-capabilities:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 232 -_device devices[NUMBER_OF_MODEMS]; // Modem devices 268 +EXTERN _device devices[NUMBER_OF_MODEMS]; // Modem devices
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 772 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ 774 (_ptr)->device = _device; \ 771 INIT_IB_EVENT_HANDLER(_ptr,_device,_handler) global() argument
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 5519 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5521 (pdev->device == _device) && \
|