Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 1566) sorted by relevance

12345678910>>...63

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_common.c13 bool rga_is_rgb_format(uint32_t format) in rga_is_rgb_format()
42 bool rga_is_yuv_format(uint32_t format) in rga_is_yuv_format()
76 bool rga_is_alpha_format(uint32_t format) in rga_is_alpha_format()
97 bool rga_is_yuv420_packed_format(uint32_t format) in rga_is_yuv420_packed_format()
110 bool rga_is_yuv420_planar_format(uint32_t format) in rga_is_yuv420_planar_format()
121 bool rga_is_yuv420_semi_planar_format(uint32_t format) in rga_is_yuv420_semi_planar_format()
134 bool rga_is_yuv422_packed_format(uint32_t format) in rga_is_yuv422_packed_format()
147 bool rga_is_yuv422_planar_format(uint32_t format) in rga_is_yuv422_planar_format()
158 bool rga_is_yuv422_semi_planar_format(uint32_t format) in rga_is_yuv422_semi_planar_format()
171 bool rga_is_yuv8bit_format(uint32_t format) in rga_is_yuv8bit_format()
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Delantech.rst395 Parity checking and packet re-synchronization
425 One/Three finger touch
482 Two finger touch
570 One/Three finger touch
635 Native absolute mode 6 byte packet format section in Hardware version 4
656 Status packet
695 Head packet
739 Motion packet
802 Status Packet
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_log.h9 #define aw_dev_err(dev, format, ...) \ argument
14 #define aw_dev_info(dev, format, ...) \ argument
19 #define aw_dev_info(dev, format, ...) \ argument
25 #define aw_dev_dbg(dev, format, ...) \ argument
30 #define aw_pr_err(format, ...) \ argument
35 #define aw_pr_info(format, ...) \ argument
41 #define aw_pr_info(format, ...) \ argument
47 #define aw_pr_dbg(format, ...) \ argument
/OK3568_Linux_fs/external/xserver/os/
H A Dxprintf.c96 Xvasprintf(char **ret, const char *_X_RESTRICT_KYWD format, va_list va) in Xvasprintf()
133 Xasprintf(char **ret, const char *_X_RESTRICT_KYWD format, ...) in Xasprintf()
156 XNFvasprintf(char **ret, const char *_X_RESTRICT_KYWD format, va_list va) in XNFvasprintf()
178 XNFasprintf(char **ret, const char *_X_RESTRICT_KYWD format, ...) in XNFasprintf()
202 Xvscnprintf(char *s, int n, const char *format, va_list args) in Xvscnprintf()
223 int Xscnprintf(char *s, int n, const char *format, ...) in Xscnprintf()
235 Xvprintf(const char *format, va_list va) in Xvprintf()
246 Xprintf(const char *format, ...) in Xprintf()
259 XNFvprintf(const char *format, va_list va) in XNFvprintf()
269 XNFprintf(const char *format, ...) in XNFprintf()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_misc.c45 static bool valid_format(snd_pcm_format_t format) in valid_format()
264 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed()
282 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned()
299 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear()
312 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian()
330 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian()
348 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width()
366 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width()
385 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size()
400 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format) in snd_pcm_format_silence_64()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxlog.c76 ErrorF(const char *format, ...) in ErrorF()
91 VFatalError(const char *format, va_list args) in VFatalError()
101 VErrorF(const char *format, va_list args) in VErrorF()
113 VFatalError(const char *format, va_list args) in VFatalError()
172 dmxMessage(dmxLogLevel logLevel, const char *format, va_list args) in dmxMessage()
185 dmxLog(dmxLogLevel logLevel, const char *format, ...) in dmxLog()
197 dmxLogCont(dmxLogLevel logLevel, const char *format, ...) in dmxLogCont()
211 dmxLogOutput(DMXScreenInfo * dmxScreen, const char *format, ...) in dmxLogOutput()
224 dmxLogOutputCont(DMXScreenInfo * dmxScreen, const char *format, ...) in dmxLogOutputCont()
237 dmxLogOutputWarning(DMXScreenInfo * dmxScreen, const char *format, ...) in dmxLogOutputWarning()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h50 #define mlx5_core_dbg(__dev, format, ...) \ argument
55 #define mlx5_core_dbg_once(__dev, format, ...) \ argument
61 #define mlx5_core_dbg_mask(__dev, mask, format, ...) \ argument
67 #define mlx5_core_err(__dev, format, ...) \ argument
72 #define mlx5_core_err_rl(__dev, format, ...) \ argument
78 #define mlx5_core_warn(__dev, format, ...) \ argument
83 #define mlx5_core_warn_once(__dev, format, ...) \ argument
88 #define mlx5_core_warn_rl(__dev, format, ...) \ argument
94 #define mlx5_core_info(__dev, format, ...) \ argument
97 #define mlx5_core_info_rl(__dev, format, ...) \ argument
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_log.h43 #define RT_LOGD_IF(condition, format, ...) if (condition > 0) LOG_TRACE(RT_LOG_DEBUG, format, ##__V… argument
44 #define RT_LOGE_IF(condition, format, ...) if (condition > 0) LOG_ERROR(RT_LOG_ERR, format, ##__VA_… argument
47 #define RT_LOGP(format, ...) LOG_ERROR(RT_LOG_PRINT, format, ##__VA_ARGS__) argument
48 #define RT_LOGF(format, ...) LOG_ERROR(RT_LOG_FATAL, format, ##__VA_ARGS__) argument
49 #define RT_LOGE(format, ...) LOG_ERROR(RT_LOG_ERR, format, ##__VA_ARGS__) argument
50 #define RT_LOGW(format, ...) LOG_TRACE(RT_LOG_WARN, format, ##__VA_ARGS__) argument
51 #define RT_LOGI(format, ...) LOG_TRACE(RT_LOG_INFO, format, ##__VA_ARGS__) argument
52 #define RT_LOGD(format, ...) LOG_TRACE(RT_LOG_DEBUG, format, ##__VA_ARGS__) argument
53 #define RT_LOGV(format, ...) LOG_TRACE(RT_LOG_VERBOSE, format, ##__VA_ARGS__) argument
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dusb.rst747 Topology info
777 Bandwidth info
800 Device descriptor info & Product ID info
828 String descriptor info
855 Configuration descriptor info
879 Interface descriptor info (can be multiple per Config)
905 Endpoint descriptor info (can be multiple per Interface)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h186 #define hw_dbg(hw, format, arg...) \ argument
188 #define hw_err(hw, format, arg...) \ argument
190 #define e_dev_info(format, arg...) \ argument
192 #define e_dev_warn(format, arg...) \ argument
194 #define e_dev_err(format, arg...) \ argument
196 #define e_dev_notice(format, arg...) \ argument
198 #define e_info(msglvl, format, arg...) \ argument
200 #define e_err(msglvl, format, arg...) \ argument
202 #define e_warn(msglvl, format, arg...) \ argument
204 #define e_crit(msglvl, format, arg...) \ argument
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A DRGA2_API.h20 #define DBG(format, args...) printk(KERN_DEBUG "%s: " format, DRIVER_NAME, ## args) argument
21 #define ERR(format, args...) printk(KERN_ERR "%s: " format, DRIVER_NAME, ## args) argument
22 #define WARNING(format, args...) printk(KERN_WARN "%s: " format, DRIVER_NAME, ## args) argument
23 #define INFO(format, args...) printk(KERN_INFO "%s: " format, DRIVER_NAME, ## args) argument
25 #define DBG(format, args...) argument
26 #define ERR(format, args...) argument
27 #define WARNING(format, args...) argument
28 #define INFO(format, args...) argument
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dbug.h127 #define WARN(condition, format...) ({ \ argument
135 #define WARN_TAINT(condition, taint, format...) ({ \ argument
155 #define WARN_ONCE(condition, format...) ({ \ argument
166 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument
194 #define WARN(condition, format...) ({ \ argument
202 #define WARN_ONCE(condition, format...) WARN(condition, format) argument
203 #define WARN_TAINT(condition, taint, format...) WARN(condition, format) argument
204 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_osd_afbcd.c58 static int meson_gxm_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_pixel_fmt()
71 static bool meson_gxm_afbcd_supported_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_supported_fmt()
206 static int meson_g12a_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_g12a_afbcd_pixel_fmt()
235 static int meson_g12a_afbcd_bpp(uint32_t format) in meson_g12a_afbcd_bpp()
254 static int meson_g12a_afbcd_fmt_to_blk_mode(u64 modifier, uint32_t format) in meson_g12a_afbcd_fmt_to_blk_mode()
273 static bool meson_g12a_afbcd_supported_fmt(u64 modifier, uint32_t format) in meson_g12a_afbcd_supported_fmt()
343 u32 format = meson_g12a_afbcd_pixel_fmt(priv->afbcd.modifier, in meson_g12a_afbcd_setup() local
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dlib.c138 void bt_info(const char *format, ...) in bt_info()
154 void bt_warn(const char *format, ...) in bt_warn()
170 void bt_err(const char *format, ...) in bt_err()
199 void bt_dbg(const char *format, ...) in bt_dbg()
219 void bt_warn_ratelimited(const char *format, ...) in bt_warn_ratelimited()
235 void bt_err_ratelimited(const char *format, ...) in bt_err_ratelimited()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.c102 #define GST_MPP_GET_FORMAT(type, format) ({ \ argument
129 gst_mpp_video_format_to_string (GstVideoFormat format) in gst_mpp_video_format_to_string()
140 struct gst_mpp_format *format = GST_MPP_GET_FORMAT (mpp, in gst_mpp_mpp_format_to_gst_format() local
148 struct gst_mpp_format *format = GST_MPP_GET_FORMAT (gst, gst_format); in gst_mpp_gst_format_to_mpp_format() local
156 struct gst_mpp_format *format = GST_MPP_GET_FORMAT (mpp, in gst_mpp_mpp_format_to_rga_format() local
164 struct gst_mpp_format *format = GST_MPP_GET_FORMAT (gst, gst_format); in gst_mpp_gst_format_to_rga_format() local
172 struct gst_mpp_format *format = GST_MPP_GET_FORMAT (rga, rga_format); in gst_mpp_set_rga_info() local
214 GstVideoFormat format = GST_VIDEO_INFO_FORMAT (vinfo); in gst_mpp_rga_info_from_video_info() local
338 gst_mpp_video_info_update_format (GstVideoInfo * info, GstVideoFormat format, in gst_mpp_video_info_update_format()
412 struct gst_mpp_format *format = GST_MPP_GET_FORMAT (gst, gst_format); in gst_mpp_get_pixel_stride() local
/OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/
H A Dxilinx-vip.c58 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code() local
81 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_fourcc() local
122 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_of_get_format() local
147 void xvip_set_format_size(struct v4l2_mbus_framefmt *format, in xvip_set_format_size()
252 struct v4l2_mbus_framefmt *format; in xvip_enum_mbus_code() local
290 struct v4l2_mbus_framefmt *format; in xvip_enum_frame_size() local
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbtext.c76 XkbAtomText(Atom atm, unsigned format) in XkbAtomText()
107 XkbVModIndexText(XkbDescPtr xkb, unsigned ndx, unsigned format) in XkbVModIndexText()
147 unsigned modMask, unsigned mask, unsigned format) in XkbVModMaskText()
234 XkbModIndexText(unsigned ndx, unsigned format) in XkbModIndexText()
261 XkbModMaskText(unsigned mask, unsigned format) in XkbModMaskText()
307 XkbConfigText(unsigned config, unsigned format) in XkbConfigText()
354 XkbKeysymText(KeySym sym, unsigned format) in XkbKeysymText()
366 XkbKeyNameText(char *name, unsigned format) in XkbKeyNameText()
396 XkbSIMatchText(unsigned type, unsigned format) in XkbSIMatchText()
442 XkbIMWhichStateMaskText(unsigned use_which, unsigned format) in XkbIMWhichStateMaskText()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dprint_support.h37 #define PWARN(format, ...) ia_css_print("warning: ", ##__VA_ARGS__) argument
38 #define PRINT(format, ...) ia_css_print(format, ##__VA_ARGS__) argument
39 #define PERROR(format, ...) ia_css_print("error: " format, ##__VA_ARGS__) argument
40 #define PDEBUG(format, ...) ia_css_print("debug: " format, ##__VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A Dusbatm.h29 #define usb_err(instance, format, arg...) \ argument
31 #define usb_info(instance, format, arg...) \ argument
33 #define usb_warn(instance, format, arg...) \ argument
35 #define usb_dbg(instance, format, arg...) \ argument
39 #define atm_printk(level, instance, format, arg...) \ argument
43 #define atm_err(instance, format, arg...) \ argument
45 #define atm_info(instance, format, arg...) \ argument
47 #define atm_warn(instance, format, arg...) \ argument
49 #define atm_dbg(instance, format, ...) \ argument
52 #define atm_rldbg(instance, format, ...) \ argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.h65 #define mlx5_fpga_dbg(__adev, format, ...) \ argument
69 #define mlx5_fpga_err(__adev, format, ...) \ argument
73 #define mlx5_fpga_warn(__adev, format, ...) \ argument
77 #define mlx5_fpga_warn_ratelimited(__adev, format, ...) \ argument
81 #define mlx5_fpga_notice(__adev, format, ...) \ argument
84 #define mlx5_fpga_info(__adev, format, ...) \ argument
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dutil.c9 static int perf_stdio__error(const char *format, va_list args) in perf_stdio__error()
16 static int perf_stdio__warning(const char *format, va_list args) in perf_stdio__warning()
32 int ui__error(const char *format, ...) in ui__error()
44 int ui__warning(const char *format, ...) in ui__warning()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dwarn.h43 #define WARN(format, ...) \ argument
48 #define WARN_FUNC(format, sec, offset, ...) \ argument
55 #define BT_FUNC(format, insn, ...) \ argument
63 #define WARN_ELF(format, ...) \ argument
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Di8042.h63 #define dbg(format, arg...) \ argument
70 #define filter_dbg(filter, data, format, args...) \ argument
82 #define dbg(format, arg...) \ argument
88 #define filter_dbg(filter, data, format, args...) do { } while (0) argument
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument

12345678910>>...63