Home
last modified time | relevance | path

Searched defs:f (Results 426 – 450 of 2134) sorted by relevance

1...<<11121314151617181920>>...86

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/
H A Dlib.c156 FILE *f; in parse_proc_maps() local
195 FILE *f; in require_paranoia_below() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c172 static int bpf_map_update_value(struct bpf_map *map, struct fd f, void *key, in bpf_map_update_value()
535 static fmode_t map_get_sys_perms(struct bpf_map *map, struct fd f) in map_get_sys_perms()
918 struct bpf_map *__bpf_map_get(struct fd f) in __bpf_map_get()
945 struct fd f = fdget(ufd); in bpf_map_get() local
960 struct fd f = fdget(ufd); in bpf_map_get_with_uref() local
1024 struct fd f; in map_lookup_elem() local
1091 struct fd f; in map_update_elem() local
1155 struct fd f; in map_delete_elem() local
1212 struct fd f; in map_get_next_key() local
1331 struct fd f; in generic_map_update_batch() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c397 struct v4l2_fmtdesc *f) in delta_enum_fmt_stream()
411 struct v4l2_fmtdesc *f) in delta_enum_fmt_frame()
425 struct v4l2_format *f) in delta_g_fmt_stream()
453 static int delta_g_fmt_frame(struct file *file, void *fh, struct v4l2_format *f) in delta_g_fmt_frame()
492 struct v4l2_format *f) in delta_try_fmt_stream()
546 struct v4l2_format *f) in delta_try_fmt_frame()
606 struct v4l2_format *f) in delta_s_fmt_stream()
642 static int delta_s_fmt_frame(struct file *file, void *fh, struct v4l2_format *f) in delta_s_fmt_frame()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_accessory.c323 static inline struct acc_dev *func_to_dev(struct usb_function *f) in func_to_dev()
1110 struct usb_function *f, bool configfs) in __acc_function_bind()
1173 struct usb_function *f) { in acc_function_bind_configfs()
1208 acc_function_unbind(struct usb_configuration *c, struct usb_function *f) in acc_function_unbind()
1342 static int acc_function_set_alt(struct usb_function *f, in acc_function_set_alt()
1377 static void acc_function_disable(struct usb_function *f) in acc_function_disable()
1539 static void acc_free(struct usb_function *f) in acc_free()
1546 int acc_ctrlrequest_configfs(struct usb_function *f, in acc_ctrlrequest_configfs()
H A Df_fs.c81 static struct ffs_function *ffs_func_from_usb(struct usb_function *f) in ffs_func_from_usb()
3076 static inline struct f_fs_opts *ffs_do_functionfs_bind(struct usb_function *f, in ffs_do_functionfs_bind()
3126 struct usb_function *f) in _ffs_func_bind()
3290 struct usb_function *f) in ffs_func_bind()
3316 static int ffs_func_set_alt(struct usb_function *f, in ffs_func_set_alt()
3355 static void ffs_func_disable(struct usb_function *f) in ffs_func_disable()
3360 static int ffs_func_setup(struct usb_function *f, in ffs_func_setup()
3420 static bool ffs_func_req_match(struct usb_function *f, in ffs_func_req_match()
3442 static void ffs_func_suspend(struct usb_function *f) in ffs_func_suspend()
3448 static void ffs_func_resume(struct usb_function *f) in ffs_func_resume()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dworkqueue.h190 #define __WORK_INITIALIZER(n, f) { \ argument
197 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ argument
203 #define DECLARE_WORK(n, f) \ argument
206 #define DECLARE_DELAYED_WORK(n, f) \ argument
209 #define DECLARE_DEFERRABLE_WORK(n, f) \ argument
/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Dpn533.h52 #define PN533_STD_FRAME_CHECKSUM(f) (f->data[f->datalen]) argument
53 #define PN533_STD_FRAME_POSTAMBLE(f) (f->data[f->datalen + 1]) argument
57 #define PN533_EXT_FRAME_CHECKSUM(f) (f->data[be16_to_cpu(f->datalen)]) argument
63 #define PN533_STD_FRAME_IDENTIFIER(f) (f->data[0]) /* TFI */ argument
68 #define PN533_FRAME_CMD(f) (f->data[1]) argument
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac.h244 #define MC_CLKDIV(f, m) ((f / (2 * m)) - 1) argument
245 #define MC_CLKDIV_25(f) MC_CLKDIV(f, 2500000) argument
246 #define MC_CLKDIV_20(f) MC_CLKDIV(f, 2000000) argument
247 #define MC_CLKDIV_15(f) MC_CLKDIV(f, 1500000) argument
248 #define MC_CLKDIV_10(f) MC_CLKDIV(f, 1000000) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dfold.hpp134 detail::as_callable<Fun, Data> f(d); in operator ()() local
196 detail::as_callable<Fun, Data> f(d); in operator ()() local
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h454 #define IA_CSS_ACC_OFFSET(t, f, n) ((t)((uint8_t *)(f) + (f->header.n))) argument
455 #define IA_CSS_ACC_SP_PROG_NAME(f) IA_CSS_ACC_OFFSET(const char *, f, \ argument
457 #define IA_CSS_ACC_ISP_PROG_NAME(f) IA_CSS_ACC_OFFSET(const char *, f, \ argument
459 #define IA_CSS_ACC_SP_CODE(f) IA_CSS_ACC_OFFSET(uint8_t *, f, \ argument
461 #define IA_CSS_ACC_SP_DATA(f) (IA_CSS_ACC_SP_CODE(f) + \ argument
463 #define IA_CSS_ACC_ISP_CODE(f) IA_CSS_ACC_OFFSET(uint8_t*, f,\ argument
465 #define IA_CSS_ACC_ISP_SIZE(f) ((f)->header.isp_size) argument
468 #define IA_CSS_EXT_ISP_PROG_NAME(f) ((const char *)(f) + (f)->blob.prog_name_offset) argument
469 #define IA_CSS_EXT_ISP_MEM_OFFSETS(f) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c98 struct dma_fence *f) in amdgpu_ib_free()
126 struct dma_fence **f) in amdgpu_ib_schedule()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Didreg-override.c97 const struct ftr_set_desc *reg, int f, u64 *v) in find_field()
116 int f; in match_options() local
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Drga_im2d_slt.cpp68 static int get_buf_size_by_w_h_f(int w, int h, int f) { in get_buf_size_by_w_h_f()
76 int read_image_from_path(void *buf, const char *path, int f, int sw, int sh, int index, int mode) { in read_image_from_path()
100 static int write_image_to_path(void *buf, const char *path, int f, int sw, int sh, int index, int m… in write_image_to_path()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_v4l.c399 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency()
415 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f) in vidioc_s_frequency()
543 struct v4l2_format *f) in vidioc_g_fmt_sliced_vbi_out()
561 struct v4l2_format *f) in vidioc_s_fmt_sliced_vbi_out()
/OK3568_Linux_fs/kernel/samples/v4l/
H A Dv4l2-pci-skeleton.c352 struct v4l2_format *f) in skeleton_try_fmt_vid_cap()
370 struct v4l2_format *f) in skeleton_s_fmt_vid_cap()
392 struct v4l2_format *f) in skeleton_g_fmt_vid_cap()
401 struct v4l2_fmtdesc *f) in skeleton_enum_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c299 struct v4l2_fmtdesc *f) in gsc_m2m_enum_fmt()
305 struct v4l2_format *f) in gsc_m2m_g_fmt_mplane()
313 struct v4l2_format *f) in gsc_m2m_try_fmt_mplane()
321 struct v4l2_format *f) in gsc_m2m_s_fmt_mplane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_combrxphy.c337 int f, u32 rd_offset) in rk628_combrxphy_sample_edge_procedure()
515 int f) in rk628_combrxphy_set_hdmi_mode_for_cable()
709 u32 val, data_a, data_b, f, val2 = 0; in rk628_combrxphy_set_hdmi_mode() local
885 int f = phy_get_bus_width(phy); in rk628_combrxphy_power_on() local
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-fec.c488 struct dm_verity_fec *f = io->v->fec; in verity_fec_finish_io() local
545 struct dm_verity_fec *f = v->fec; in verity_fec_dtr() local
656 struct dm_verity_fec *f; in verity_fec_ctr_alloc() local
674 struct dm_verity_fec *f = v->fec; in verity_fec_ctr() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_fence.c362 static bool radeon_fence_is_signaled(struct dma_fence *f) in radeon_fence_is_signaled()
392 static bool radeon_fence_enable_signaling(struct dma_fence *f) in radeon_fence_enable_signaling()
1044 static const char *radeon_fence_get_timeline_name(struct dma_fence *f) in radeon_fence_get_timeline_name()
1079 static signed long radeon_fence_default_wait(struct dma_fence *f, bool intr, in radeon_fence_default_wait()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dwrite.c85 unsigned f, from = pos & (PAGE_SIZE - 1); in afs_write_begin() local
169 unsigned int f, from = pos & (PAGE_SIZE - 1); in afs_write_end() local
502 unsigned n, offset, to, f, t; in afs_write_back_from_locked_page() local
918 unsigned int f, t; in afs_launder_page() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodings.h625 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Encode) }; in Encode() local
632 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(EncodeUnsafe) }; in EncodeUnsafe() local
639 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) }; in Decode() local
646 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) }; in Validate() local
/OK3568_Linux_fs/kernel/drivers/media/pci/tw68/
H A Dtw68-video.c572 struct v4l2_format *f) in tw68_g_fmt_vid_cap()
589 struct v4l2_format *f) in tw68_try_fmt_vid_cap()
644 struct v4l2_format *f) in tw68_s_fmt_vid_cap()
761 struct v4l2_fmtdesc *f) in tw68_enum_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap/
H A Domap_vout.c597 struct v4l2_format *f) in vidioc_g_fmt_vid_out()
607 struct v4l2_format *f) in vidioc_try_fmt_vid_out()
633 struct v4l2_format *f) in vidioc_s_fmt_vid_out()
699 struct v4l2_format *f) in vidioc_try_fmt_vid_overlay()
719 struct v4l2_format *f) in vidioc_s_fmt_vid_overlay()
766 struct v4l2_format *f) in vidioc_g_fmt_vid_overlay()
/OK3568_Linux_fs/kernel/drivers/media/usb/airspy/
H A Dairspy.c618 struct v4l2_fmtdesc *f) in airspy_enum_fmt_sdr_cap()
629 struct v4l2_format *f) in airspy_g_fmt_sdr_cap()
641 struct v4l2_format *f) in airspy_s_fmt_sdr_cap()
669 struct v4l2_format *f) in airspy_try_fmt_sdr_cap()
728 struct v4l2_frequency *f) in airspy_g_frequency()
751 const struct v4l2_frequency *f) in airspy_s_frequency()
/OK3568_Linux_fs/kernel/drivers/media/radio/si4713/
H A Dsi4713.c58 #define si4713_to_v4l2(f) ((f * FREQDEV_UNIT) / FREQV4L2_MULTI) argument
59 #define v4l2_to_si4713(f) ((f * FREQV4L2_MULTI) / FREQDEV_UNIT) argument
906 u16 f = 0; in si4713_update_tune_status() local
1054 struct v4l2_frequency f; in si4713_setup() local
1346 static int si4713_g_frequency(struct v4l2_subdev *sd, struct v4l2_frequency *f) in si4713_g_frequency()
1371 static int si4713_s_frequency(struct v4l2_subdev *sd, const struct v4l2_frequency *f) in si4713_s_frequency()

1...<<11121314151617181920>>...86