| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/ |
| H A D | mdp_format.c | 149 const struct mdp_format *f = &formats[i]; in mdp_get_formats() local 168 const struct mdp_format *f = &formats[i]; in mdp_get_format() local
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | spinlock.h | 19 #define spin_lock_irqsave(x, f) (void)f, pthread_mutex_lock(x) argument 20 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | if_tun.h | 48 static inline struct socket *tun_get_socket(struct file *f) in tun_get_socket() 52 static inline struct ptr_ring *tun_get_tx_ring(struct file *f) in tun_get_tx_ring()
|
| H A D | ptr_ring.h | 425 #define __PTR_RING_PEEK_CALL(r, f) ((f)(__ptr_ring_peek(r))) argument 427 #define PTR_RING_PEEK_CALL(r, f) ({ \ argument 436 #define PTR_RING_PEEK_CALL_IRQ(r, f) ({ \ argument 445 #define PTR_RING_PEEK_CALL_BH(r, f) ({ \ argument 454 #define PTR_RING_PEEK_CALL_ANY(r, f) ({ \ argument
|
| /OK3568_Linux_fs/kernel/tools/io_uring/ |
| H A D | io_uring-bench.c | 147 struct file *f; in init_io() local 222 static int get_file_size(struct file *f) in get_file_size() 252 struct file *f; in reap_events() local 471 struct file *f = &s->files[i]; in file_depths() local 499 struct file *f; in main() local
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox_i.h | 257 #define EFFECT(f) extern sox_effect_handler_t const * lsx_##f##_effect_fn(void); argument 333 #define LSX_DLENTRIES_APPLY__(entries, f, x) entries(f, x) argument 393 #define LSX_DLENTRY_STATIC(f,x, ret, func, args) f(x, ret, func, args, func, NULL, func) argument 399 #define LSX_DLENTRY_DYNAMIC(f,x, ret, func, args) f(x, ret, func, args, NULL, NULL, func) argument 409 #define LSX_DLENTRY_STUB(f,x, ret, func, args) f(x, ret, func, args, NULL, func##_stub, func) argument
|
| H A D | flanger.c | 119 priv_t * f = (priv_t *) effp->priv; in start() local 168 priv_t * f = (priv_t *) effp->priv; in flow() local 222 priv_t * f = (priv_t *) effp->priv; in stop() local
|
| H A D | formats.c | 380 static void incr_pipe_size(FILE *f) in incr_pipe_size() 429 FILE * f = NULL; in xfopen() local 443 FILE * f = NULL; in xfopen() local 1217 #define FORMAT(f) f, argument 1234 #define FORMAT(f) extern sox_format_handler_t const * lsx_##f##_format_fn(void); argument 1239 #define FORMAT(f) {NULL, lsx_##f##_format_fn}, argument 1329 size_t f, n; in sox_find_format() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_mplsoudp.c | 49 struct flow_cls_offload *f, in parse_udp_ports() 58 struct flow_cls_offload *f, in parse_tunnel()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | pass_container.hpp | 354 F f; member 367 make_pass_container(F const& f, Attr& attr) in make_pass_container() 375 make_sequence_pass_container(F const& f, Attr& attr) in make_sequence_pass_container()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-capture.c | 154 struct v4l2_fmtdesc *f) in capture_enum_fmt_vid_cap() 197 struct v4l2_format *f) in capture_g_fmt_vid_cap() 208 struct v4l2_format *f, in __capture_try_fmt_vid_cap() 268 struct v4l2_format *f) in capture_try_fmt_vid_cap() 284 struct v4l2_format *f) in capture_s_fmt_vid_cap() 541 struct v4l2_format f; in capture_validate_fmt() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | vdec.c | 493 struct v4l2_format *f) in vdec_try_fmt_common() 560 static int vdec_try_fmt(struct file *file, void *fh, struct v4l2_format *f) in vdec_try_fmt() 570 static int vdec_g_fmt(struct file *file, void *fh, struct v4l2_format *f) in vdec_g_fmt() 598 static int vdec_s_fmt(struct file *file, void *fh, struct v4l2_format *f) in vdec_s_fmt() 660 static int vdec_enum_fmt(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vdec_enum_fmt() 775 struct v4l2_fract *f) in vdec_g_pixelaspect()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-parser.y | 310 FILE *f = srcfile_relative_open($4.val, NULL); variable 326 FILE *f = srcfile_relative_open($4.val, NULL); variable
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_sourcesink.c | 53 static inline struct f_sourcesink *func_to_ss(struct usb_function *f) in func_to_ss() 317 sourcesink_bind(struct usb_configuration *c, struct usb_function *f) in sourcesink_bind() 449 sourcesink_free_func(struct usb_function *f) in sourcesink_free_func() 737 static int sourcesink_set_alt(struct usb_function *f, in sourcesink_set_alt() 747 static int sourcesink_get_alt(struct usb_function *f, unsigned intf) in sourcesink_get_alt() 754 static void sourcesink_disable(struct usb_function *f) in sourcesink_disable() 763 static int sourcesink_setup(struct usb_function *f, in sourcesink_setup()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | severity.c | 426 static void *s_start(struct seq_file *f, loff_t *pos) in s_start() 433 static void *s_next(struct seq_file *f, void *data, loff_t *pos) in s_next() 440 static void s_stop(struct seq_file *f, void *data) in s_stop() 444 static int s_show(struct seq_file *f, void *data) in s_show()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-ibm_iic.c | 70 # define DBG(f,x...) printk(KERN_DEBUG "ibm-iic" f, ##x) argument 72 # define DBG(f,x...) ((void)0) argument 75 # define DBG2(f,x...) DBG(f, ##x) argument 77 # define DBG2(f,x...) ((void)0) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | trace_helpers.c | 27 FILE *f = fopen("/proc/kallsyms", "r"); in load_kallsyms() local 101 FILE *f; in kallsyms_find() local
|
| /OK3568_Linux_fs/kernel/samples/connector/ |
| H A D | ucon.c | 38 #define ulog(f, a...) fprintf(stdout, f, ##a) argument 40 #define ulog(f, a...) do {} while (0) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/ |
| H A D | filter_iterator.hpp | 57 filter_iterator(Predicate f, Iterator x, Iterator end_ = Iterator()) in filter_iterator() 113 make_filter_iterator(Predicate f, Iterator x, Iterator end = Iterator()) in make_filter_iterator()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | encodedstream.h | 148 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) }; variable 251 static const PutFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Put) }; in AutoUTFOutputStream() local 276 static const PutBOMFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(PutBOM) }; in PutBOM() local
|
| /OK3568_Linux_fs/kernel/arch/arm/nwfpe/ |
| H A D | fpa11_cpdt.c | 95 float32 f; in storeSingle() member 121 float64 f; in storeDouble() member 154 floatx80 f; in storeExtended() member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| H A D | qmgr.h | 85 #define FLCNQ_PRINTK(t,q,f,a...) \ argument 87 #define FLCNQ_DBG(q,f,a...) FLCNQ_PRINTK(debug, (q), f, ##a) argument 88 #define FLCNQ_ERR(q,f,a...) FLCNQ_PRINTK(error, (q), f, ##a) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_gp.c | 107 u32 *f = frame->frame; in lima_gp_task_validate() local 132 u32 *f = frame->frame; in lima_gp_task_run() local 220 u32 *f = frame->frame; in lima_gp_task_recover() local
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | test.c | 105 static int vhost_test_open(struct inode *inode, struct file *f) in vhost_test_open() 157 static int vhost_test_release(struct inode *inode, struct file *f) in vhost_test_release() 318 static long vhost_test_ioctl(struct file *f, unsigned int ioctl, in vhost_test_ioctl()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | bootloader.c | 163 FILE* f = fopen(MISC_PARTITION_NAME_BLOCK, "rb"); in get_bootloader_message_block() local 186 FILE* f = fopen(MISC_PARTITION_NAME_BLOCK, "wb"); in set_bootloader_message_block() local
|