| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| H A D | pad.h | 61 #define PAD_MSG(p,l,f,a...) do { \ argument 65 #define PAD_ERR(p,f,a...) PAD_MSG((p), error, f, ##a) argument 66 #define PAD_DBG(p,f,a...) PAD_MSG((p), debug, f, ##a) argument 67 #define PAD_TRACE(p,f,a...) PAD_MSG((p), trace, f, ##a) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | fc0013-priv.h | 14 #define err(f, arg...) printk(KERN_ERR LOG_PREFIX": " f "\n" , ## arg) argument 16 #define info(f, arg...) printk(KERN_INFO LOG_PREFIX": " f "\n" , ## arg) argument 18 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | w100fb.h | 248 struct wrap_top_dir_t f; member 258 struct wrap_start_dir_t f; member 287 struct cif_cntl_t f; member 297 struct cfgreg_base_t f; member 318 struct cif_io_t f; member 350 struct cif_read_dbg_t f; member 383 struct cif_write_dbg_t f; member 400 struct intf_cntl_t f; member 416 struct cpu_defaults_t f; member 428 struct crtc_total_t f; member [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nfnetlink_osf.c | 65 const struct nf_osf_user_finger *f, in nf_osf_match_one() 203 const struct nf_osf_user_finger *f; in nf_osf_match() local 266 const struct nf_osf_user_finger *f; in nf_osf_find() local 304 struct nf_osf_user_finger *f; in nfnl_osf_add_callback() local 352 struct nf_osf_user_finger *f; in nfnl_osf_remove_callback() local 422 struct nf_osf_finger *f; in nfnl_osf_fini() local
|
| H A D | nft_set_pipapo.h | 25 #define NFT_PIPAPO_GROUPS_PER_BYTE(f) (BITS_PER_BYTE / (f)->bb) argument 43 #define NFT_PIPAPO_GROUPS_PADDED_SIZE(f) \ argument 45 #define NFT_PIPAPO_GROUPS_PADDING(f) \ argument 150 struct nft_pipapo_field f[]; member 190 static inline void pipapo_and_field_buckets_4bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_4bit() 218 static inline void pipapo_and_field_buckets_8bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_8bit()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_flow.c | 299 struct flow_filter *f; in flow_classify() local 346 struct flow_filter *f = from_timer(f, t, perturb_timer); in flow_perturbation() local 368 static void __flow_destroy_filter(struct flow_filter *f) in __flow_destroy_filter() 379 struct flow_filter *f = container_of(to_rcu_work(work), in flow_destroy_filter_work() local 570 struct flow_filter *f = arg; in flow_delete() local 595 struct flow_filter *f, *next; in flow_destroy() local 610 struct flow_filter *f; in flow_get() local 621 struct flow_filter *f = fh; in flow_dump() local 683 struct flow_filter *f; in flow_walk() local
|
| H A D | sch_fq.c | 144 static void fq_flow_set_detached(struct fq_flow *f) in fq_flow_set_detached() 149 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached() 157 static bool fq_flow_is_throttled(const struct fq_flow *f) in fq_flow_is_throttled() 172 static void fq_flow_unset_throttled(struct fq_sched_data *q, struct fq_flow *f) in fq_flow_unset_throttled() 179 static void fq_flow_set_throttled(struct fq_sched_data *q, struct fq_flow *f) in fq_flow_set_throttled() 211 static bool fq_gc_candidate(const struct fq_flow *f) in fq_gc_candidate() 223 struct fq_flow *f; in fq_gc() local 266 struct fq_flow *f; in fq_classify() local 446 struct fq_flow *f; in fq_enqueue() local 516 struct fq_flow *f = rb_entry(p, struct fq_flow, rate_node); in fq_check_throttled() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | falcon.h | 24 #define FLCN_PRINTK(t,f,fmt,a...) do { \ argument 30 #define FLCN_DBG(f,fmt,a...) FLCN_PRINTK(debug, (f), fmt, ##a) argument 31 #define FLCN_ERR(f,fmt,a...) FLCN_PRINTK(error, (f), fmt, ##a) argument
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | getopt.h | 38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument 65 #define SANDBOX_CMDLINE_OPT(f, ha, h) _SANDBOX_CMDLINE_OPT(f, 0, ha, h) argument 70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.h | 48 #define OUTP_MSG(o,l,f,a...) do { \ argument 53 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a) argument 54 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) argument 55 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a) argument
|
| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/ |
| H A D | atomic.h | 22 #define _atomic_spin_lock_irqsave(l,f) do { \ argument 28 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument 36 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument 37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) 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 D | for_each.hpp | 33 for_each_linear(First const& first, Last const& last, F const& f, mpl::false_) in for_each_linear() 44 for_each_dispatch(Sequence& seq, F const& f, Tag) in for_each_dispatch() 131 for_each_dispatch(Sequence& seq, F const& f, random_access_traversal_tag) in for_each_dispatch() 141 for_each(Sequence& seq, F const& f, mpl::false_) // unsegmented implementation in for_each()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/algorithm/ |
| H A D | any_if_ns.hpp | 49 , Last1 const& last1, Last2 const& last2, F& f, mpl::false_) in any_if_ns() 64 any_if_ns(Sequence1 const& seq1, Sequence2& seq2, F f, Pred) in any_if_ns() 77 any_if_ns(Sequence const& seq, unused_type const, F f, Pred) in any_if_ns()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-empress.c | 89 struct v4l2_fmtdesc *f) in empress_enum_fmt_vid_cap() 99 struct v4l2_format *f) in empress_g_fmt_vid_cap() 118 struct v4l2_format *f) in empress_s_fmt_vid_cap() 137 struct v4l2_format *f) in empress_try_fmt_vid_cap()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | fs.c | 35 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_setattr() local 243 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_evict_inode() local 254 struct jffs2_inode_info *f; in jffs2_iget() local 427 struct jffs2_inode_info *f; in jffs2_new_inode() local 616 struct jffs2_inode_info *f) in jffs2_gc_release_inode()
|
| H A D | write.c | 23 int jffs2_do_new_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_new_inode() 59 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dnode() 205 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dirent() 340 int jffs2_write_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_inode_range() 442 struct jffs2_inode_info *f, struct jffs2_raw_inode *ri, in jffs2_do_create()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxnv40.h | 92 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 93 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 94 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0) argument 101 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument 108 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | imx-pxp.c | 171 static struct pxp_fmt *find_format(struct v4l2_format *f) in find_format() 1035 static int pxp_enum_fmt(struct v4l2_fmtdesc *f, u32 type) in pxp_enum_fmt() 1067 struct v4l2_fmtdesc *f) in pxp_enum_fmt_vid_cap() 1073 struct v4l2_fmtdesc *f) in pxp_enum_fmt_vid_out() 1078 static int pxp_g_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_g_fmt() 1104 struct v4l2_format *f) in pxp_g_fmt_vid_out() 1110 struct v4l2_format *f) in pxp_g_fmt_vid_cap() 1135 static int pxp_try_fmt(struct v4l2_format *f, struct pxp_fmt *fmt) in pxp_try_fmt() 1172 struct v4l2_format *f) in pxp_try_fmt_vid_cap() 1200 struct v4l2_format *f) in pxp_try_fmt_vid_out() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_thor.c | 38 static inline struct f_thor *func_to_thor(struct usb_function *f) in func_to_thor() 632 thor_func_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in thor_func_setup() 747 static int thor_func_bind(struct usb_configuration *c, struct usb_function *f) in thor_func_bind() 861 static void thor_unbind(struct usb_configuration *c, struct usb_function *f) in thor_unbind() 872 static void thor_func_disable(struct usb_function *f) in thor_func_disable() 898 static int thor_eps_setup(struct usb_function *f) in thor_eps_setup() 970 static int thor_func_set_alt(struct usb_function *f, in thor_func_set_alt()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.c | 530 struct v4l2_format *f) in vivid_g_fmt_vid_cap() 559 struct v4l2_format *f) in vivid_try_fmt_vid_cap() 672 struct v4l2_format *f) in vivid_s_fmt_vid_cap() 808 struct v4l2_format *f) in vidioc_g_fmt_vid_cap_mplane() 818 struct v4l2_format *f) in vidioc_try_fmt_vid_cap_mplane() 828 struct v4l2_format *f) in vidioc_s_fmt_vid_cap_mplane() 838 struct v4l2_format *f) in vidioc_g_fmt_vid_cap() 848 struct v4l2_format *f) in vidioc_try_fmt_vid_cap() 858 struct v4l2_format *f) in vidioc_s_fmt_vid_cap() 1052 int type, struct v4l2_fract *f) in vivid_vid_cap_g_pixelaspect() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttv-vbi.c | 233 static int try_fmt(struct v4l2_vbi_format *f, const struct bttv_tvnorm *tvnorm, in try_fmt() 300 int bttv_try_fmt_vbi_cap(struct file *file, void *f, struct v4l2_format *frt) in bttv_try_fmt_vbi_cap() 318 int bttv_s_fmt_vbi_cap(struct file *file, void *f, struct v4l2_format *frt) in bttv_s_fmt_vbi_cap() 366 int bttv_g_fmt_vbi_cap(struct file *file, void *f, struct v4l2_format *frt) in bttv_g_fmt_vbi_cap() 407 void bttv_vbi_fmt_reset(struct bttv_vbi_fmt *f, unsigned int norm) in bttv_vbi_fmt_reset()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-lite-reg.c | 127 void flite_hw_set_source_format(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_source_format() 158 void flite_hw_set_window_offset(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_window_offset() 229 static void flite_hw_set_out_order(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_out_order() 247 void flite_hw_set_dma_window(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_dma_window() 297 void flite_hw_set_output_dma(struct fimc_lite *dev, struct flite_frame *f, in flite_hw_set_output_dma()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_table.c | 73 #define DN_FIB_SCAN(f, fp) \ argument 76 #define DN_FIB_SCAN_KEY(f, fp, key) \ argument 127 struct dn_fib_node *f, **fp, *next; in dn_rebuild_zone() local 180 static void dn_free_node(struct dn_fib_node *f) in dn_free_node() 382 static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, u32 tb_id, in dn_rtmsg_fib() 413 struct dn_fib_node *f) in dn_hash_dump_bucket() 533 struct dn_fib_node *new_f, *f, **fp, **del_fp; in dn_fib_table_insert() local 670 struct dn_fib_node **fp, **del_fp, *f; in dn_fib_table_delete() local 751 struct dn_fib_node *f; in dn_flush_list() local 798 struct dn_fib_node *f; in dn_fib_table_lookup() local
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson-axg-pmx.h | 24 #define BANK_PMX(n, f, l, r, o) \ argument 37 #define PMX_DATA(f) \ argument 42 #define GROUP(grp, f) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_tcm.c | 39 static inline struct f_uas *to_f_uas(struct usb_function *f) in to_f_uas() 389 struct usb_function *f = &fu->function; in bot_set_alt() local 419 static int usbg_bot_setup(struct usb_function *f, in usbg_bot_setup() 846 struct usb_function *f = &fu->function; in uasp_set_alt() local 1993 static int tcm_bind(struct usb_configuration *c, struct usb_function *f) in tcm_bind() 2103 static int tcm_get_alt(struct usb_function *f, unsigned intf) in tcm_get_alt() 2113 static int tcm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in tcm_set_alt() 2132 static void tcm_disable(struct usb_function *f) in tcm_disable() 2143 static int tcm_setup(struct usb_function *f, in tcm_setup() 2176 static void tcm_free_inst(struct usb_function_instance *f) in tcm_free_inst() [all …]
|