| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | deflate.c | 42 static int deflate_comp_init(struct deflate_ctx *ctx, int format) in deflate_comp_init() 71 static int deflate_decomp_init(struct deflate_ctx *ctx, int format) in deflate_decomp_init() 108 static int __deflate_init(void *ctx, int format) in __deflate_init() 122 static void *gen_deflate_alloc_ctx(struct crypto_scomp *tfm, int format) in gen_deflate_alloc_ctx()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-unavailable.c | 37 #define err_at_line(status, errnum, format, ...) \ argument 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) argument 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | dev.c | 35 int is_supported_format(struct sp_plane* plane, uint32_t format) { in is_supported_format() 45 static int get_supported_format(struct sp_plane* plane, uint32_t* format) { in get_supported_format()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_video.c | 191 const struct v4l2_mbus_framefmt *format; in vsp1_video_calculate_partition() local 255 const struct v4l2_mbus_framefmt *format; in vsp1_video_pipeline_setup_partitions() local 712 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; in vsp1_video_queue_setup() local 738 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; in vsp1_video_buffer_prepare() local 969 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_get_format() 985 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_try_format() 997 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_set_format()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_buffer_proxy.cpp | 26 V4l2Buffer::V4l2Buffer (const struct v4l2_buffer &buf, const struct v4l2_format &format) in V4l2Buffer() 91 const struct v4l2_format &format, VideoBufferInfo &info) in v4l2_format_to_video_info()
|
| /OK3568_Linux_fs/kernel/sound/soc/spear/ |
| H A D | spdif_in.c | 31 u32 format; member 77 static void spdif_in_format(struct spdif_in_dev *host, u32 format) in spdif_in_format() 99 u32 format; in spdif_in_hw_params() local
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/tui/ |
| H A D | util.c | 244 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() 261 static int perf_tui__error(const char *format, va_list args) in perf_tui__error() 266 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 95 #define PRINT_FAIL(format...) \ argument 102 #define _CHECK(condition, tag, duration, format...) ({ \ argument 128 #define CHECK(condition, tag, format...) \ argument 130 #define CHECK_ATTR(condition, tag, format...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpci_hotplug_core.c | 32 #define dbg(format, arg...) \ argument 38 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 39 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptodev.h | 26 #define dprintk(level, severity, format, a...) \ argument 34 #define derr(level, format, a...) dprintk(level, KERN_ERR, format, ##a) argument 35 #define dwarning(level, format, a...) dprintk(level, KERN_WARNING, format, ##a) argument 36 #define dinfo(level, format, a...) dprintk(level, KERN_INFO, format, ##a) argument 37 #define ddebug(level, format, a...) dprintk(level, KERN_DEBUG, format, ##a) argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| H A D | frame.c | 126 enum ia_css_frame_format format, in ia_css_frame_allocate() 278 enum ia_css_frame_format format, in ia_css_frame_allocate_contiguous() 494 enum ia_css_frame_format format) in ia_css_frame_info_set_format() 505 enum ia_css_frame_format format, in ia_css_frame_info_init() 817 enum ia_css_frame_format format, in frame_allocate_with_data() 855 enum ia_css_frame_format format, in frame_create()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_r3964.c | 83 #define TRACE(format, args...) printk("r3964: " format "\n" , ## args) argument 86 #define TRACE_M(format, args...) printk("r3964: " format "\n" , ## args) argument 91 #define TRACE_PS(format, args...) printk("r3964: " format "\n" , ## args) argument 96 #define TRACE_PE(format, args...) printk("r3964: " format "\n" , ## args) argument 101 #define TRACE_L(format, args...) printk("r3964: " format "\n" , ## args) argument 106 #define TRACE_Q(format, args...) printk("r3964: " format "\n" , ## args) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispcsi2.c | 845 struct v4l2_mbus_framefmt *format; in csi2_try_format() local 900 struct v4l2_mbus_framefmt *format; in csi2_enum_mbus_code() local 937 struct v4l2_mbus_framefmt format; in csi2_enum_frame_size() local 973 struct v4l2_mbus_framefmt *format; in csi2_get_format() local 994 struct v4l2_mbus_framefmt *format; in csi2_set_format() local 1025 struct v4l2_subdev_format format; in csi2_init_formats() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/ |
| H A D | iss_csi2.c | 846 struct v4l2_mbus_framefmt *format; in csi2_try_format() local 901 struct v4l2_mbus_framefmt *format; in csi2_enum_mbus_code() local 938 struct v4l2_mbus_framefmt format; in csi2_enum_frame_size() local 975 struct v4l2_mbus_framefmt *format; in csi2_get_format() local 997 struct v4l2_mbus_framefmt *format; in csi2_set_format() local 1045 struct v4l2_subdev_format format; in csi2_init_formats() local
|
| H A D | iss_video.c | 245 struct v4l2_mbus_framefmt *format) in __iss_video_get_format() 274 struct v4l2_mbus_framefmt format; in iss_video_check_format() local 546 struct v4l2_mbus_framefmt format; in iss_video_enum_format() local 576 iss_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_get_format() 592 iss_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_set_format() 617 iss_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_try_format() 648 struct v4l2_subdev_format format; in iss_video_get_selection() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ratelimit.h | 53 #define WARN_RATELIMIT(condition, format, ...) \ argument 71 #define WARN_RATELIMIT(condition, format, ...) \ argument
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | pmu.c | 99 struct test_format *format = &test_formats[i]; in test_format_dir_get() local 142 char *format = test_format_dir_get(); in test__pmu() local
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | vnic.h | 140 #define v_dbg(format, arg...) \ argument 142 #define v_err(format, arg...) \ argument 144 #define v_info(format, arg...) \ argument
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | mpoa_proc.c | 26 #define dprintk(format, args...) \ argument 29 #define dprintk(format, args...) \ argument 39 #define ddprintk(format, args...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_fb.c | 20 const struct msm_format *format; member 139 const struct msm_format *format; in msm_framebuffer_init() local 207 msm_alloc_stolen_fb(struct drm_device *dev, int w, int h, int p, uint32_t format) in msm_alloc_stolen_fb()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/ |
| H A D | camss-csid.c | 650 const struct csid_format *format = csid_get_fmt_entry( in csid_set_stream() local 685 const struct csid_format *format = csid_get_fmt_entry( in csid_set_stream() local 896 struct v4l2_mbus_framefmt format; in csid_enum_frame_size() local 934 struct v4l2_mbus_framefmt *format; in csid_get_format() local 958 struct v4l2_mbus_framefmt *format; in csid_set_format() local 991 struct v4l2_subdev_format format = { in csid_init_formats() local 1245 struct v4l2_subdev_format format = { 0 }; in csid_link_setup() local
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/mt8183/ |
| H A D | mt8183-dai-tdm.c | 72 static unsigned int get_hdmi_wlen(snd_pcm_format_t format) in get_hdmi_wlen() 78 static unsigned int get_tdm_wlen(snd_pcm_format_t format) in get_tdm_wlen() 84 static unsigned int get_tdm_channel_bck(snd_pcm_format_t format) in get_tdm_channel_bck() 90 static unsigned int get_tdm_lrck_width(snd_pcm_format_t format) in get_tdm_lrck_width() 477 snd_pcm_format_t format = params_format(params); in mtk_dai_tdm_hw_params() local
|
| /OK3568_Linux_fs/u-boot/drivers/qe/ |
| H A D | uec_phy.c | 26 #define ugphy_printk(format, arg...) \ argument 29 #define ugphy_dbg(format, arg...) \ argument 31 #define ugphy_err(format, arg...) \ argument 33 #define ugphy_info(format, arg...) \ argument 35 #define ugphy_warn(format, arg...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000.h | 315 #define e_dbg(format, arg...) \ argument 317 #define e_err(msglvl, format, arg...) \ argument 319 #define e_info(msglvl, format, arg...) \ argument 321 #define e_warn(msglvl, format, arg...) \ argument 323 #define e_notice(msglvl, format, arg...) \ argument 325 #define e_dev_info(format, arg...) \ argument 327 #define e_dev_warn(format, arg...) \ argument 329 #define e_dev_err(format, arg...) \ argument
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | pmu.c | 86 static int pmu_format(const char *name, struct list_head *format) in pmu_format() 867 struct perf_pmu_format *format; in perf_pmu__warn_invalid_formats() local 957 struct perf_pmu_format *format; in pmu_find_format() local 968 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() local 983 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_type() local 995 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value() 1012 static __u64 pmu_format_max_value(const unsigned long *format) in pmu_format_max_value() 1054 struct perf_pmu_format *format; in pmu_formats_string() local 1085 struct perf_pmu_format *format; in pmu_config_term() local 1348 struct perf_pmu_format *format; in perf_pmu__new_format() local [all …]
|