| /OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun4i-csi/ |
| H A D | sun4i_v4l2.c | 98 const struct sun4i_csi_format *_fmt; in _sun4i_csi_try_fmt() local 102 _fmt = sun4i_csi_find_format(&pix->pixelformat, NULL); in _sun4i_csi_try_fmt() 103 if (!_fmt) in _sun4i_csi_try_fmt() 104 _fmt = &sun4i_csi_formats[0]; in _sun4i_csi_try_fmt() 113 pix->num_planes = _fmt->num_planes; in _sun4i_csi_try_fmt() 114 pix->pixelformat = _fmt->fourcc; in _sun4i_csi_try_fmt() 119 width = ALIGN(pix->width, _fmt->hsub); in _sun4i_csi_try_fmt() 120 height = ALIGN(pix->height, _fmt->vsub); in _sun4i_csi_try_fmt() 123 pix->width = clamp(width, _fmt->hsub, CSI_MAX_WIDTH); in _sun4i_csi_try_fmt() 124 pix->height = clamp(height, _fmt->vsub, CSI_MAX_HEIGHT); in _sun4i_csi_try_fmt() [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | format.c | 34 u64 format, void *_fmt) in parse_audio_format_i_type() argument 42 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() 52 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() 66 struct uac3_as_header_descriptor *as = _fmt; in parse_audio_format_i_type() 528 void *_fmt) in parse_audio_format_i() argument 538 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 569 fp->formats = parse_audio_format_i_type(chip, fp, format, _fmt); in parse_audio_format_i() 582 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 611 u64 format, void *_fmt) in parse_audio_format_ii() argument 637 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | debug.h | 116 #define ATH5K_DBG(_sc, _m, _fmt, ...) do { \ argument 118 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \ 122 #define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt, ...) do { \ argument 124 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
|
| H A D | ath5k.h | 87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ argument 88 _ath5k_printk(_sc, _level, _fmt, ##__VA_ARGS__) 90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ argument 93 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \ 96 #define ATH5K_INFO(_sc, _fmt, ...) \ argument 97 ATH5K_PRINTK(_sc, KERN_INFO, _fmt, ##__VA_ARGS__) 99 #define ATH5K_WARN(_sc, _fmt, ...) \ argument 100 ATH5K_PRINTK_LIMIT(_sc, KERN_WARNING, _fmt, ##__VA_ARGS__) 102 #define ATH5K_ERR(_sc, _fmt, ...) \ argument 103 ATH5K_PRINTK_LIMIT(_sc, KERN_ERR, _fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_lnode.h | 216 #define csio_ln_dbg(_ln, _fmt, ...) \ argument 217 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 220 #define csio_ln_err(_ln, _fmt, ...) \ argument 221 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 224 #define csio_ln_warn(_ln, _fmt, ...) \ argument 225 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | debug.h | 246 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument 256 _fmt, ## __VA_ARGS__); \ 376 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument 386 _fmt, ## __VA_ARGS__);\
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | log.h | 96 #define log(_cat, _level, _fmt, _args...) ({ \ argument 101 pr_fmt(_fmt), ##_args); \
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 68 + guint32 _fmt; 71 + _fmt = DRM_FORMAT_YUV420_8BIT; 75 + _fmt = DRM_FORMAT_YUV420_10BIT; 79 + _fmt = DRM_FORMAT_YUYV; 84 + ret = drmModeAddFB2WithModifiers (alloc->priv->fd, w, h, _fmt, _handles,
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 60 + guint32 _fmt; 63 + _fmt = DRM_FORMAT_YUV420_8BIT; 67 + _fmt = DRM_FORMAT_YUV420_10BIT; 71 + _fmt = DRM_FORMAT_YUYV; 76 + ret = drmModeAddFB2WithModifiers (alloc->priv->fd, w, h, _fmt, _handles,
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsallocator.c | 485 guint32 _fmt; in gst_kms_allocator_add_fb() local 488 _fmt = DRM_FORMAT_YUV420_8BIT; in gst_kms_allocator_add_fb() 492 _fmt = DRM_FORMAT_YUV420_10BIT; in gst_kms_allocator_add_fb() 496 _fmt = DRM_FORMAT_YUYV; in gst_kms_allocator_add_fb() 501 ret = drmModeAddFB2WithModifiers (alloc->priv->fd, w, h, _fmt, _handles, in gst_kms_allocator_add_fb()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 60 + guint32 _fmt; 63 + _fmt = DRM_FORMAT_YUV420_8BIT; 67 + _fmt = DRM_FORMAT_YUV420_10BIT; 71 + _fmt = DRM_FORMAT_YUYV; 76 + ret = drmModeAddFB2WithModifiers (alloc->priv->fd, w, h, _fmt, _handles,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_types.h | 166 #define _os_dbgdump(_fmt, ...) argument 167 #define _os_dbgdump_c(_fmt, ...) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_types.h | 190 #define _os_dbgdump(_fmt, ...) argument 191 #define _os_dbgdump_c(_fmt, ...) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | persistence.hpp | 829 int _fmt = traits::SafeFmt<_Tp>::fmt; in operator ()() local 830 char fmt[] = { (char)((_fmt >> 8) + '1'), (char)_fmt, '\0' }; in operator ()() 860 int _fmt = traits::SafeFmt<_Tp>::fmt; in operator ()() local 861 CV_Assert((_fmt >> 8) < 9); in operator ()() 862 char fmt[] = { (char)((_fmt >> 8)+'1'), (char)_fmt, '\0' }; in operator ()()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | persistence.hpp | 829 int _fmt = traits::SafeFmt<_Tp>::fmt; in operator ()() local 830 char fmt[] = { (char)((_fmt >> 8) + '1'), (char)_fmt, '\0' }; in operator ()() 860 int _fmt = traits::SafeFmt<_Tp>::fmt; in operator ()() local 861 CV_Assert((_fmt >> 8) < 9); in operator ()() 862 char fmt[] = { (char)((_fmt >> 8)+'1'), (char)_fmt, '\0' }; in operator ()()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | persistence.hpp | 829 int _fmt = traits::SafeFmt<_Tp>::fmt; in operator ()() local 830 char fmt[] = { (char)((_fmt >> 8) + '1'), (char)_fmt, '\0' }; in operator ()() 860 int _fmt = traits::SafeFmt<_Tp>::fmt; in operator ()() local 861 CV_Assert((_fmt >> 8) < 9); in operator ()() 862 char fmt[] = { (char)((_fmt >> 8)+'1'), (char)_fmt, '\0' }; in operator ()()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ct.c | 10 #define CT_ERROR(_ct, _fmt, ...) \ argument 11 DRM_DEV_ERROR(ct_to_dev(_ct), "CT: " _fmt, ##__VA_ARGS__) 13 #define CT_DEBUG(_ct, _fmt, ...) \ argument 14 DRM_DEV_DEBUG_DRIVER(ct_to_dev(_ct), "CT: " _fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-tseq.txt | 52 The _trace_seq_printf()_ function puts a formated string _fmt _with 55 The _trace_seq_vprintf()_ function puts a formated string _fmt _with
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | sil-sii8620.h | 996 #define VAL_TPI_FORMAT(_fmt, _qr) \ argument 997 (VAL_TPI_FORMAT_##_fmt | (VAL_TPI_QUAN_RANGE_##_qr << 2))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | msg.py | 110 …return "%s fmt='%s' color=%s" % (self.__class__.__name__, self._fmt, "True" if self.color_enabled …
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 1092 #define PAGE_0_ATTR(_name, _fmt, _expr) \ argument 1108 ret = sprintf(buf, _fmt, _expr); \
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-diff.c | 1665 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument 1669 container_of(_fmt, struct diff_hpp_fmt, fmt); in hpp__entry_global()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic.h | 2298 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument 2300 printk(KERN_INFO "%s: %s: " _fmt, \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 935 #define CHECK_BA_TRIGGER(_mvm, _trig, _tid_bm, _tid, _fmt...) \ argument 939 iwl_fw_dbg_collect_trig(&(_mvm)->fwrt, _trig, _fmt); \ 5057 #define CHECK_MLME_TRIGGER(_cnt, _fmt...) \ in iwl_mvm_event_mlme_callback() argument 5061 iwl_fw_dbg_collect_trig(&(mvm)->fwrt, trig, _fmt); \ in iwl_mvm_event_mlme_callback()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 97 #define dbg(_fmt, args...) do {} while (0) argument
|