Home
last modified time | relevance | path

Searched defs:f (Results 176 – 200 of 2134) sorted by relevance

12345678910>>...86

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dresource_img.c102 static void resource_dump(struct resource_file *f) in resource_dump()
117 struct resource_file *f; in resource_add_file() local
412 struct resource_file *f; in resource_get_file() local
430 struct resource_file *f; in rockchip_read_resource_file() local
464 struct resource_file *f = NULL; in rockchip_read_resource_dtb() local
498 struct resource_file *f; in do_dump_resource() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_tunnel.h35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM) argument
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) argument
37 #define GRE_IS_KEY(f) ((f) & GRE_KEY) argument
38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ) argument
39 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT) argument
40 #define GRE_IS_REC(f) ((f) & GRE_REC) argument
41 #define GRE_IS_ACK(f) ((f) & GRE_ACK) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_tunnel.h35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM) argument
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) argument
37 #define GRE_IS_KEY(f) ((f) & GRE_KEY) argument
38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ) argument
39 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT) argument
40 #define GRE_IS_REC(f) ((f) & GRE_REC) argument
41 #define GRE_IS_ACK(f) ((f) & GRE_ACK) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_tunnel.h35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM) argument
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) argument
37 #define GRE_IS_KEY(f) ((f) & GRE_KEY) argument
38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ) argument
39 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT) argument
40 #define GRE_IS_REC(f) ((f) & GRE_REC) argument
41 #define GRE_IS_ACK(f) ((f) & GRE_ACK) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/
H A Dfold.hpp244 BOOST_FUSION_FOLD_NAME(Seq& seq, State const& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
256 BOOST_FUSION_FOLD_NAME(Seq const& seq, State const& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
268 BOOST_FUSION_FOLD_NAME(Seq& seq, State& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
280 BOOST_FUSION_FOLD_NAME(Seq const& seq, State& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/
H A Dsched_entity.c200 static void drm_sched_entity_kill_jobs_cb(struct dma_fence *f, in drm_sched_entity_kill_jobs_cb()
222 struct dma_fence *f; in drm_sched_entity_kill_jobs() local
317 static void drm_sched_entity_clear_dep(struct dma_fence *f, in drm_sched_entity_clear_dep()
331 static void drm_sched_entity_wakeup(struct dma_fence *f, in drm_sched_entity_wakeup()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dproc-fns.h114 #define PROC_VTABLE(f) cpu_vtable[smp_processor_id()]->f argument
115 #define PROC_TABLE(f) cpu_vtable[0]->f argument
126 #define PROC_VTABLE(f) processor.f argument
127 #define PROC_TABLE(f) processor.f argument
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dfile.c82 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_readpage_nolock() local
123 struct jffs2_inode_info *f = JFFS2_INODE_INFO(pg->mapping->host); in jffs2_readpage() local
138 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_begin() local
254 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_end() local
H A Ddebug.h219 #define jffs2_dbg_fragtree_paranoia_check(f) \ argument
221 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) \ argument
230 #define jffs2_dbg_fragtree_paranoia_check(f) argument
231 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) argument
246 #define jffs2_dbg_dump_fragtree(f) \ argument
248 #define jffs2_dbg_dump_fragtree_nolock(f) \ argument
259 #define jffs2_dbg_dump_fragtree(f) argument
260 #define jffs2_dbg_dump_fragtree_nolock(f) argument
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c148 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format()
279 static int vidioc_enum_fmt(struct file *file, struct v4l2_fmtdesc *f, in vidioc_enum_fmt()
304 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
310 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_out()
316 static int vidioc_g_fmt(struct file *file, void *priv, struct v4l2_format *f) in vidioc_g_fmt()
371 static int vidioc_try_fmt(struct file *file, void *priv, struct v4l2_format *f) in vidioc_try_fmt()
407 static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f) in vidioc_s_fmt()
1187 struct v4l2_format f; in s5p_mfc_dec_init() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp262 QGeoServiceProvider::GeocodingFeatures f = in supportsGeocoding() local
302 QGeoServiceProvider::MappingFeatures f = in supportsMapping() local
351 QGeoServiceProvider::RoutingFeatures f = in supportsRouting() local
409 QGeoServiceProvider::PlacesFeatures f = in supportsPlaces() local
446 QGeoServiceProvider::NavigationFeatures f = in supportsNavigation() local
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Ddebugfs.c20 tasks_show(struct seq_file *f, void *v) in tasks_show()
42 tasks_start(struct seq_file *f, loff_t *ppos) in tasks_start()
57 tasks_next(struct seq_file *f, void *v, loff_t *pos) in tasks_next()
72 tasks_stop(struct seq_file *f, void *v) in tasks_stop()
174 xprt_info_show(struct seq_file *f, void *v) in xprt_info_show()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-rcg.c198 static int configure_bank(struct clk_dyn_rcg *rcg, const struct freq_tbl *f) in configure_bank()
296 struct freq_tbl f = { 0 }; in clk_dyn_rcg_set_parent() local
399 static int _freq_tbl_determine_rate(struct clk_hw *hw, const struct freq_tbl *f, in _freq_tbl_determine_rate()
463 const struct freq_tbl *f = rcg->freq_tbl; in clk_rcg_bypass_determine_rate() local
474 static int __clk_rcg_set_rate(struct clk_rcg *rcg, const struct freq_tbl *f) in __clk_rcg_set_rate()
520 const struct freq_tbl *f; in clk_rcg_set_rate() local
553 struct freq_tbl f = { 0 }; in clk_rcg_bypass2_set_rate() local
624 struct freq_tbl f = { 0 }; in clk_rcg_pixel_set_rate() local
695 struct freq_tbl f = { 0 }; in clk_rcg_esc_set_rate() local
748 const struct freq_tbl *f; in clk_rcg_lcc_set_rate() local
[all …]
H A Dclk-rcg2.c192 static int _freq_tbl_determine_rate(struct clk_hw *hw, const struct freq_tbl *f, in _freq_tbl_determine_rate()
265 static int __clk_rcg2_configure(struct clk_rcg2 *rcg, const struct freq_tbl *f) in __clk_rcg2_configure()
311 static int clk_rcg2_configure(struct clk_rcg2 *rcg, const struct freq_tbl *f) in clk_rcg2_configure()
326 const struct freq_tbl *f; in __clk_rcg2_set_rate() local
422 struct freq_tbl f = *rcg->freq_tbl; in clk_edp_pixel_set_rate() local
468 const struct freq_tbl *f = rcg->freq_tbl; in clk_edp_pixel_determine_rate() local
522 const struct freq_tbl *f = rcg->freq_tbl; in clk_byte_determine_rate() local
546 struct freq_tbl f = *rcg->freq_tbl; in clk_byte_set_rate() local
603 struct freq_tbl f = { 0 }; in clk_byte2_set_rate() local
682 struct freq_tbl f = { 0 }; in clk_pixel_set_rate() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c578 static const struct imgu_fmt *find_format(struct v4l2_format *f, u32 type) in find_format()
605 static int enum_fmts(struct v4l2_fmtdesc *f, u32 type) in enum_fmts()
629 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
638 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_out()
648 struct v4l2_format *f) in imgu_vidioc_g_fmt()
662 struct v4l2_format *f, bool try) in imgu_fmt()
769 static int imgu_try_fmt(struct file *file, void *fh, struct v4l2_format *f) in imgu_try_fmt()
790 struct v4l2_format *f) in imgu_vidioc_try_fmt()
808 static int imgu_vidioc_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in imgu_vidioc_s_fmt()
857 struct v4l2_format *f) in imgu_vidioc_g_meta_fmt()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c81 static inline struct amdgpu_fence *to_amdgpu_fence(struct dma_fence *f) in to_amdgpu_fence()
137 int amdgpu_fence_emit(struct amdgpu_ring *ring, struct dma_fence **f, in amdgpu_fence_emit()
635 static const char *amdgpu_fence_get_timeline_name(struct dma_fence *f) in amdgpu_fence_get_timeline_name()
649 static bool amdgpu_fence_enable_signaling(struct dma_fence *f) in amdgpu_fence_enable_signaling()
671 struct dma_fence *f = container_of(rcu, struct dma_fence, rcu); in amdgpu_fence_free() local
684 static void amdgpu_fence_release(struct dma_fence *f) in amdgpu_fence_release()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/
H A Dvim2m.c665 static int enum_fmt(struct v4l2_fmtdesc *f, u32 type) in enum_fmt()
697 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
703 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_out()
729 static int vidioc_g_fmt(struct vim2m_ctx *ctx, struct v4l2_format *f) in vidioc_g_fmt()
757 struct v4l2_format *f) in vidioc_g_fmt_vid_out()
763 struct v4l2_format *f) in vidioc_g_fmt_vid_cap()
768 static int vidioc_try_fmt(struct v4l2_format *f, struct vim2m_fmt *fmt) in vidioc_try_fmt()
796 struct v4l2_format *f) in vidioc_try_fmt_vid_cap()
821 struct v4l2_format *f) in vidioc_try_fmt_vid_out()
843 static int vidioc_s_fmt(struct vim2m_ctx *ctx, struct v4l2_format *f) in vidioc_s_fmt()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_bitfields.c38 unsigned f: 30; /* this gets aligned on 4-byte boundary */ member
65 int f; member
85 int f(struct { in f() function
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dapc.c79 static int apc_open(struct inode *inode, struct file *f) in apc_open()
84 static int apc_release(struct inode *inode, struct file *f) in apc_release()
89 static long apc_ioctl(struct file *f, unsigned int cmd, unsigned long __arg) in apc_ioctl()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_core_read.h240 #define ___last7(a, b, c, d, e, f, x) x argument
241 #define ___last8(a, b, c, d, e, f, g, x) x argument
242 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
243 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
251 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
252 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
253 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
254 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
262 #define ___arrow6(a, b, c, d, e, f) a->b->c->d->e->f argument
263 #define ___arrow7(a, b, c, d, e, f, g) a->b->c->d->e->f->g argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_fence.c107 struct msm_fence *f = to_msm_fence(fence); in msm_fence_get_timeline_name() local
113 struct msm_fence *f = to_msm_fence(fence); in msm_fence_signaled() local
126 struct msm_fence *f; in msm_fence_alloc() local
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1225 struct v4l2_format *f) in saa7134_try_get_set_fmt_vbi_cap()
1245 struct v4l2_format *f) in saa7134_g_fmt_vid_cap()
1265 struct v4l2_format *f) in saa7134_g_fmt_vid_overlay()
1295 struct v4l2_format *f) in saa7134_try_fmt_vid_cap()
1348 struct v4l2_format *f) in saa7134_try_fmt_vid_overlay()
1363 struct v4l2_format *f) in saa7134_s_fmt_vid_cap()
1380 struct v4l2_format *f) in saa7134_s_fmt_vid_overlay()
1600 int type, struct v4l2_fract *f) in saa7134_g_pixelaspect()
1619 static int saa7134_g_selection(struct file *file, void *f, struct v4l2_selection *sel) in saa7134_g_selection()
1643 static int saa7134_s_selection(struct file *file, void *f, struct v4l2_selection *sel) in saa7134_s_selection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c457 struct vxlan_fdb f = { in vxlan_ip_miss() local
470 struct vxlan_fdb f = { in vxlan_fdb_miss() local
522 struct vxlan_fdb *f; in __vxlan_find_mac() local
541 struct vxlan_fdb *f; in vxlan_find_mac() local
551 static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f, in vxlan_fdb_find_rdst()
574 struct vxlan_fdb *f; in vxlan_fdb_find_uc() local
602 const struct vxlan_fdb *f, in vxlan_fdb_notify_one()
621 struct vxlan_fdb *f; in vxlan_fdb_replay() local
656 struct vxlan_fdb *f; in vxlan_fdb_clear_offload() local
676 static int vxlan_fdb_replace(struct vxlan_fdb *f, in vxlan_fdb_replace()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/detail/
H A Dany.hpp37 linear_any(First const& first, Last const& last, F& f, mpl::false_) in linear_any()
51 any(Sequence const& seq, F f, Tag) in any()
130 any(Sequence const& seq, F f, random_access_traversal_tag) in any()
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-v4l.c386 static void pwc_vidioc_fill_fmt(struct v4l2_format *f, in pwc_vidioc_fill_fmt()
409 static int pwc_vidioc_try_fmt(struct pwc_device *pdev, struct v4l2_format *f) in pwc_vidioc_try_fmt()
449 static int pwc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_s_fmt_vid_cap()
867 static int pwc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in pwc_enum_fmt_vid_cap()
886 static int pwc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_g_fmt_vid_cap()
899 static int pwc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_try_fmt_vid_cap()

12345678910>>...86