Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h266 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 Ddevice.h38 struct nvif_device *_device = (a); \
42 } *_udevice = _device->object.priv; \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_buffer_proxy.cpp67 , _device (device) in V4l2BufferProxy()
84 if (_device.ptr () && v4l2_data.ptr ()) in ~V4l2BufferProxy()
85 _device->return_buffer (v4l2_data); in ~V4l2BufferProxy()
H A Dv4l2_buffer_proxy.h196 SmartPtr<V4l2Device> _device;
/OK3568_Linux_fs/kernel/include/linux/
H A Disapnp.h37 #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 Dbus.h187 struct amba_device name##_device = { \
198 struct amba_device name##_device = { \
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcard.h118 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument
121 _vendor, _device, \
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-hw.c329 #define DDB_DEVID(_device, _subdevice, _info) { \ argument
331 .device = _device, \
H A Dddbridge-main.c257 #define DDB_DEVICE_ANY(_device) \ argument
258 { PCI_DEVICE_SUB(DDVID, _device, DDVID, PCI_ANY_ID) }
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dconfigure.txt291 _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 Dcustomize-device-permission-tables.txt20 syntax, in so-called _device tables_. To use this feature, set config
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dusb-serial-simple.c25 static struct usb_serial_driver vendor##_device = { \
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss.h33 ((const struct ptr_module##_device (*)[]) &(ptr_module[-(index)]))
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Ddrv.c592 #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 Dserial_pxa.c210 struct serial_device serial_##uart##_device = \
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_int.h2084 #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 Dfsi-core.c161 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 D0002-fix-build-with-gcc-10.x.patch61 -_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 Dvidioc-querycap.rst135 .. _device-capabilities:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch232 -_device devices[NUMBER_OF_MODEMS]; // Modem devices
268 +EXTERN _device devices[NUMBER_OF_MODEMS]; // Modem devices
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h749 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
751 (_ptr)->device = _device; \
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dmain.c5516 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument
5518 (pdev->device == _device) && \