| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | device.h | 266 struct nvkm_device *_device = (d); \ 267 u32 _addr = (a), _temp = nvkm_rd32(_device, _addr); \ 268 nvkm_wr32(_device, _addr, (_temp & ~(m)) | (v)); \ 284 const struct nvkm_device *_device = (d); \ 285 if (_device->debug >= (l)) \ 286 dev_##p(_device->dev, f, ##a); \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | device.h | 38 struct nvif_device *_device = (a); \ 42 } *_udevice = _device->object.priv; \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_buffer_proxy.cpp | 67 , _device (device) in V4l2BufferProxy() 84 if (_device.ptr () && v4l2_data.ptr ()) in ~V4l2BufferProxy() 85 _device->return_buffer (v4l2_data); in ~V4l2BufferProxy()
|
| H A D | v4l2_buffer_proxy.h | 196 SmartPtr<V4l2Device> _device;
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/include/linux/amba/ |
| H A D | bus.h | 187 struct amba_device name##_device = { \ 198 struct amba_device name##_device = { \
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | card.h | 118 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument 121 _vendor, _device, \
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-hw.c | 329 #define DDB_DEVID(_device, _subdevice, _info) { \ argument 331 .device = _device, \
|
| H A D | ddbridge-main.c | 257 #define DDB_DEVICE_ANY(_device) \ argument 258 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | configure.txt | 291 _device files_, that allow userspace applications to access the 292 hardware devices managed by the Linux kernel. Without these _device 306 creates a standard set of device files using a _device table_, the 309 generates the final root filesystem image, and the _device files_ 313 device table, so that additional _device files_ are created by 315 _device file_ is missing in your system, you can for example create 317 that contains the description of your additional _device files_, 328 filesystem will automatically make _device files_ appear and
|
| H A D | customize-device-permission-tables.txt | 20 syntax, in so-called _device tables_. To use this feature, set config
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | usb-serial-simple.c | 25 static struct usb_serial_driver vendor##_device = { \
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/ |
| H A D | camss.h | 33 ((const struct ptr_module##_device (*)[]) &(ptr_module[-(index)]))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | drv.c | 592 #define _IWL_DEV_INFO(_device, _subdevice, _mac_type, _mac_step, _rf_type, \ argument 594 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 599 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument 600 _IWL_DEV_INFO(_device, _subdevice, IWL_CFG_ANY, IWL_CFG_ANY, \
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_pxa.c | 210 struct serial_device serial_##uart##_device = \
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H 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()
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | 0002-fix-build-with-gcc-10.x.patch | 61 -_device devices[NUMBER_OF_MODEMS]; // Modem devices 123 +extern _device devices[NUMBER_OF_MODEMS]; // Modem devices 415 +_device devices[NUMBER_OF_MODEMS]; // Modem devices
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-querycap.rst | 135 .. _device-capabilities:
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_verbs.h | 749 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 751 (_ptr)->device = _device; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | main.c | 5516 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5518 (pdev->device == _device) && \
|