| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | asn1write.h | 28 #define MBEDTLS_ASN1_CHK_ADD(g, f) do { if( ( ret = f ) < 0 ) return( ret ); else \ argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | stfs.c | 17 float f; in stfs() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | asn1write.h | 35 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | asn1write.h | 35 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_job.c | 114 struct dma_fence *f; in amdgpu_job_free_resources() local 147 void *owner, struct dma_fence **f) in amdgpu_job_submit()
|
| H A D | amdgpu_vcn.c | 437 struct dma_fence *f = NULL; in amdgpu_vcn_dec_send_msg() local 607 struct dma_fence *f = NULL; in amdgpu_vcn_enc_get_create_msg() local 661 struct dma_fence *f = NULL; in amdgpu_vcn_enc_get_destroy_msg() local
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | tef6862.c | 91 static int tef6862_s_frequency(struct v4l2_subdev *sd, const struct v4l2_frequency *f) in tef6862_s_frequency() 117 static int tef6862_g_frequency(struct v4l2_subdev *sd, struct v4l2_frequency *f) in tef6862_g_frequency()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | sha256-spe-asm.S | 101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument 156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml_inline_defs.h | 110 static inline double dml_fmod(double f, int val) in dml_fmod() 115 static inline double dml_ceil_2(double f) in dml_ceil_2()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | sm3_generic.c | 44 static inline u32 gg(unsigned int n, u32 e, u32 f, u32 g) in gg() 78 u32 a, b, c, d, e, f, g, h; in sm3_compress() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | cif-tools.c | 132 struct v4l2_fmtdesc *f) in rkcif_tools_enum_fmt_vid_cap() 144 struct v4l2_format *f) in rkcif_tools_g_fmt_vid_cap_mplane() 187 void *priv, struct v4l2_format *f) in rkcif_tools_s_fmt_vid_cap_mplane() 235 struct v4l2_format *f) in rkcif_tools_try_fmt_vid_cap_mplane()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A D | cpia2_v4l.c | 293 struct v4l2_fmtdesc *f) in cpia2_enum_fmt_vid_cap() 314 struct v4l2_format *f) in cpia2_try_fmt_vid_cap() 375 struct v4l2_format *f) in cpia2_s_fmt_vid_cap() 425 struct v4l2_format *f) in cpia2_g_fmt_vid_cap()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | tlb.c | 656 static void flush_tlb_func_common(const struct flush_tlb_info *f, in flush_tlb_func_common() 775 const struct flush_tlb_info *f = info; in flush_tlb_func_local() local 782 const struct flush_tlb_info *f = info; in flush_tlb_func_remote() local 937 struct flush_tlb_info *f = info; in do_kernel_range_flush() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/ |
| H A D | gsc-core.c | 309 int gsc_enum_fmt(struct v4l2_fmtdesc *f) in gsc_enum_fmt() 390 int gsc_try_fmt_mplane(struct gsc_ctx *ctx, struct v4l2_format *f) in gsc_try_fmt_mplane() 479 int gsc_g_fmt_mplane(struct gsc_ctx *ctx, struct v4l2_format *f) in gsc_g_fmt_mplane() 520 struct gsc_frame *f; in gsc_try_selection() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | mock_drm.h | 40 static inline struct drm_file *to_drm_file(struct file *f) in to_drm_file()
|
| H A D | i915_selftest.c | 75 #define selftest(n, f) [mock_##n] = { .name = #n, { .mock = f } }, argument 81 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } }, argument 87 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } }, argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | memfd.h | 10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned long a) in memfd_fcntl()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | platform.c | 20 #define _F(r,f,a,b) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | au1100fb.h | 35 #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) argument 36 #define print_warn(f, arg...) printk(KERN_WARNING DRIVER_NAME ": " f "\n", ## arg) argument 37 #define print_info(f, arg...) printk(KERN_INFO DRIVER_NAME ": " f "\n", ## arg) argument 40 #define print_dbg(f, arg...) printk(__FILE__ ": " f "\n", ## arg) argument 42 #define print_dbg(f, arg...) do {} while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.h | 31 #define IL_ERR(f, a...) dev_err(&il->pci_dev->dev, f, ## a) argument 32 #define IL_WARN(f, a...) dev_warn(&il->pci_dev->dev, f, ## a) argument 33 #define IL_WARN_ONCE(f, a...) dev_warn_once(&il->pci_dev->dev, f, ## a) argument 34 #define IL_INFO(f, a...) dev_info(&il->pci_dev->dev, f, ## a) argument 3024 #define D_INFO(f, a...) IL_DBG(IL_DL_INFO, f, ## a) argument 3025 #define D_MAC80211(f, a...) IL_DBG(IL_DL_MAC80211, f, ## a) argument 3026 #define D_MACDUMP(f, a...) IL_DBG(IL_DL_MACDUMP, f, ## a) argument 3027 #define D_TEMP(f, a...) IL_DBG(IL_DL_TEMP, f, ## a) argument 3028 #define D_SCAN(f, a...) IL_DBG(IL_DL_SCAN, f, ## a) argument 3029 #define D_RX(f, a...) IL_DBG(IL_DL_RX, f, ## a) argument [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/mediactl/ |
| H A D | tools.h | 26 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) argument
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/pinctrl/ |
| H A D | r7s72100-pinctrl.h | 15 #define RZA1_PINMUX(b, p, f) ((b) * RZA1_PINS_PER_PORT + (p) | (f << 16)) argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/common/mediactl/ |
| H A D | tools.h | 26 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | object.h | 43 #define nvif_rd(a,f,b,c) ({ \ argument 52 #define nvif_wr(a,f,b,c,d) ({ \ argument 120 #define NVIF_WR32_(p,o,dr,f) nvif_wr32((p), (o) + (dr), (f)) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | atomic64_32.h | 26 #define __alternative_atomic64(f, g, out, in...) \ argument 32 #define __alternative_atomic64(f, g, out, in...) \ argument 45 #define alternative_atomic64(f, out, in...) \ argument
|