Home
last modified time | relevance | path

Searched defs:f (Results 251 – 275 of 2134) sorted by relevance

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

/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821-video.c307 struct v4l2_fmtdesc *f) in cx25821_vidioc_enum_fmt_vid_cap()
318 struct v4l2_format *f) in cx25821_vidioc_g_fmt_vid_cap()
334 struct v4l2_format *f) in cx25821_vidioc_try_fmt_vid_cap()
372 struct v4l2_format *f) in vidioc_s_fmt_vid_cap()
534 struct v4l2_format *f) in cx25821_vidioc_try_fmt_vid_out()
553 struct v4l2_format *f) in vidioc_s_fmt_vid_out()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dfpclassify.hpp134 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return ::isnanq(f); } in is_nan_helper()
135 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return ::isnanq(f); } in is_nan_helper()
138 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return std::isnan(static_cast<do… in is_nan_helper()
139 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return std::isnan(static_cast<d… in is_nan_helper()
141 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return ::isnan(static_cast<doubl… in is_nan_helper()
142 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return ::isnan(static_cast<doub… in is_nan_helper()
/OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c687 struct v4l2_fmtdesc *f) in cobalt_enum_fmt_vid_cap()
707 struct v4l2_format *f) in cobalt_g_fmt_vid_cap()
734 struct v4l2_format *f) in cobalt_try_fmt_vid_cap()
793 struct v4l2_format *f) in cobalt_s_fmt_vid_cap()
827 struct v4l2_format *f) in cobalt_try_fmt_vid_out()
868 struct v4l2_format *f) in cobalt_g_fmt_vid_out()
888 struct v4l2_fmtdesc *f) in cobalt_enum_fmt_vid_out()
905 struct v4l2_format *f) in cobalt_s_fmt_vid_out()
1070 int type, struct v4l2_fract *f) in cobalt_g_pixelaspect()
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_dbg.c216 static void bpf_disasm(const struct sock_filter f, unsigned int i) in bpf_disasm()
438 static void bpf_dump_curr(struct bpf_regs *r, struct sock_filter *f) in bpf_dump_curr()
480 static void bpf_disasm_all(const struct sock_filter *f, unsigned int len) in bpf_disasm_all()
488 static void bpf_dump_all(const struct sock_filter *f, unsigned int len) in bpf_dump_all()
498 static bool bpf_runnable(struct sock_filter *f, unsigned int len) in bpf_runnable()
632 static void bpf_single_step(struct bpf_regs *r, struct sock_filter *f, in bpf_single_step()
854 static bool bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f, in bpf_handle_breakpoint()
866 static int bpf_run_all(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, in bpf_run_all()
886 static int bpf_run_stepping(struct sock_filter *f, uint16_t bpf_len, in bpf_run_stepping()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_printer.c96 static inline struct printer_dev *func_to_printer(struct usb_function *f) in func_to_printer()
939 static bool gprinter_req_match(struct usb_function *f, in gprinter_req_match()
981 static int printer_func_setup(struct usb_function *f, in printer_func_setup()
1062 struct usb_function *f) in printer_func_bind()
1173 static int printer_func_set_alt(struct usb_function *f, in printer_func_set_alt()
1185 static void printer_func_disable(struct usb_function *f) in printer_func_disable()
1337 static void gprinter_free_inst(struct usb_function_instance *f) in gprinter_free_inst()
1400 static void gprinter_free(struct usb_function *f) in gprinter_free()
1414 struct usb_function *f) in printer_func_unbind()
H A Df_hid.c82 static inline struct f_hidg *func_to_hidg(struct usb_function *f) in func_to_hidg()
639 static int hidg_setup(struct usb_function *f, in hidg_setup()
771 static void hidg_disable(struct usb_function *f) in hidg_disable()
801 static int hidg_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in hidg_set_alt()
910 static int hidg_bind(struct usb_configuration *c, struct usb_function *f) in hidg_bind()
1177 static void hidg_free_inst(struct usb_function_instance *f) in hidg_free_inst()
1236 static void hidg_free(struct usb_function *f) in hidg_free()
1249 static void hidg_unbind(struct usb_configuration *c, struct usb_function *f) in hidg_unbind()
H A Duvc.h57 #define uvcg_dbg(f, fmt, args...) \ argument
59 #define uvcg_info(f, fmt, args...) \ argument
61 #define uvcg_warn(f, fmt, args...) \ argument
63 #define uvcg_err(f, fmt, args...) \ argument
157 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc()
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dsigchain.c21 static int sigchain_push(int sig, sigchain_fun f) in sigchain_push()
47 void sigchain_push_common(sigchain_fun f) in sigchain_push_common()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dseqno-fence.c46 struct seqno_fence *f = to_seqno_fence(fence); in seqno_release() local
58 struct seqno_fence *f = to_seqno_fence(fence); in seqno_wait() local
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-yuv.c32 struct yuv_frame_info *f = &yi->new_frame_info[frame]; in ivtv_yuv_prep_user_dma() local
211 static void ivtv_yuv_handle_horizontal(struct ivtv *itv, struct yuv_frame_info *f) in ivtv_yuv_handle_horizontal()
373 static void ivtv_yuv_handle_vertical(struct ivtv *itv, struct yuv_frame_info *f) in ivtv_yuv_handle_vertical()
652 static u32 ivtv_yuv_window_setup(struct ivtv *itv, struct yuv_frame_info *f) in ivtv_yuv_window_setup()
800 struct yuv_frame_info f; in ivtv_yuv_work_handler() local
/OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_video.c330 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap()
353 struct v4l2_format *f) in sun6i_video_try_fmt()
379 static int sun6i_video_set_fmt(struct sun6i_video *video, struct v4l2_format *f) in sun6i_video_set_fmt()
393 struct v4l2_format *f) in vidioc_s_fmt_vid_cap()
404 struct v4l2_format *f) in vidioc_try_fmt_vid_cap()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dmap_in_map.c13 struct fd f; in bpf_map_meta_alloc() local
86 struct fd f; in bpf_map_fd_get_ptr() local
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dfunctions.c59 struct usb_function *f; in usb_get_function() local
82 void usb_put_function(struct usb_function *f) in usb_put_function()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7146/
H A Dmxb.c162 #define saa7111a_call(mxb, o, f, args...) \ argument
164 #define tda9840_call(mxb, o, f, args...) \ argument
166 #define tea6415c_call(mxb, o, f, args...) \ argument
168 #define tuner_call(mxb, o, f, args...) \ argument
170 #define call_all(dev, o, f, args...) \ argument
574 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency()
587 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f) in vidioc_s_frequency()
/OK3568_Linux_fs/kernel/sound/core/
H A Dcompress_offload.c81 static int snd_compr_open(struct inode *inode, struct file *f) in snd_compr_open()
147 static int snd_compr_free(struct inode *inode, struct file *f) in snd_compr_free()
285 static ssize_t snd_compr_write(struct file *f, const char __user *buf, in snd_compr_write()
336 static ssize_t snd_compr_read(struct file *f, char __user *buf, in snd_compr_read()
386 static int snd_compr_mmap(struct file *f, struct vm_area_struct *vma) in snd_compr_mmap()
399 static __poll_t snd_compr_poll(struct file *f, poll_table *wait) in snd_compr_poll()
966 static long snd_compr_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in snd_compr_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-capture.c183 struct fimc_frame *f = &cap->ctx->d_frame; in fimc_capture_irq_handler() local
723 struct v4l2_fmtdesc *f) in fimc_cap_enum_fmt()
890 struct v4l2_format *f) in fimc_cap_g_fmt_mplane()
904 struct v4l2_format *f, bool try, in __video_try_or_set_format()
985 struct v4l2_format *f) in fimc_cap_try_fmt_mplane()
1008 struct v4l2_format *f) in __fimc_capture_set_format()
1050 struct v4l2_format *f) in fimc_cap_s_fmt_mplane()
1263 struct fimc_frame *f = &ctx->s_frame; in fimc_cap_g_selection() local
1301 struct fimc_frame *f; in fimc_cap_s_selection() local
1582 struct fimc_frame *f = &ctx->s_frame; in fimc_subdev_get_selection() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Dmap0.hpp32 # define BOOST_MPL_AUX_MAP0_OVERLOAD(R, f, X, T) \ argument
36 # define BOOST_MPL_AUX_MAP_OVERLOAD(R, f, X, T) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.h47 #define HEAD_MSG(h,l,f,a...) do { \ argument
51 #define HEAD_WARN(h,f,a...) HEAD_MSG((h), warn, f, ##a) argument
52 #define HEAD_DBG(h,f,a...) HEAD_MSG((h), debug, f, ##a) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_sync_helper.c206 unsigned shared_count = 0, f; in drm_reservation_cb_add() local
276 static bool sw_fence_enable_signaling(struct fence *f) in sw_fence_enable_signaling()
286 static const char *sw_fence_get_timeline_name(struct fence *f) in sw_fence_get_timeline_name()
/OK3568_Linux_fs/kernel/fs/openpromfs/
H A Dinode.c67 static int property_show(struct seq_file *f, void *v) in property_show()
120 static void *property_start(struct seq_file *f, loff_t *pos) in property_start()
127 static void *property_next(struct seq_file *f, void *v, loff_t *pos) in property_next()
133 static void property_stop(struct seq_file *f, void *v) in property_stop()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h97 int *f, two = 2; in bpf_prog1() local
111 int len, *f, ret, zero = 0; in bpf_prog2() local
153 int err, *f, ret = SK_PASS; in bpf_prog3() local
268 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c122 usif_notify_new(struct drm_file *f, void *data, u32 size, void *argv, u32 argc) in usif_notify_new()
167 usif_notify_del(struct drm_file *f, void *data, u32 size, void *argv, u32 argc) in usif_notify_del()
190 usif_notify_get(struct drm_file *f, void *data, u32 size, void *argv, u32 argc) in usif_notify_get()
227 usif_notify_put(struct drm_file *f, void *data, u32 size, void *argv, u32 argc) in usif_notify_put()
264 usif_object_new(struct drm_file *f, void *data, u32 size, void *argv, u32 argc) in usif_object_new()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp210 Frustum f = createFrustum(m_viewExpansion); in updateGeometry() local
255 double f = m_screenSize.height(); in createFrustum() local
357 double f = (start.z() - z) / (start.z() - end.z()); in appendZIntersects() local
466 double f = (p1v - value) / (p1v - p2v); in splitPolygonAtAxisValue() local
647 double f = (t1 + i - p1) / (p2 - p1); in tileIntersections() local
652 double f = (t1 - i + 1 - p1) / (p2 - p1); in tileIntersections() local
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Defi.h62 #define __efi_nargs_check(f, n, ...) \ argument
64 #define __efi_nargs_check_(f, p, n) __efi_nargs_check__(f, p, n) argument
65 #define __efi_nargs_check__(f, p, n) ({ \ argument
84 #define arch_efi_call_virt(p, f, args...) p->f(args) argument
115 #define arch_efi_call_virt(p, f, args...) \ argument
271 #define __efi64_argmap_create_event(type, tpl, f, c, event) \ argument
/OK3568_Linux_fs/kernel/kernel/
H A Dauditfilter.c63 static void audit_free_lsm_field(struct audit_field *f) in audit_free_lsm_field()
152 struct audit_field *f) in audit_to_inode()
323 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid()
458 struct audit_field *f = &entry->rule.fields[i]; in audit_data_to_entry() local
642 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() local
1330 struct audit_field *f = &e->rule.fields[i]; in audit_filter() local

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