| /linux/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 303 struct nf_osf_user_finger *f; in nfnl_osf_add_callback() local 357 struct nf_osf_user_finger *f; in nfnl_osf_remove_callback() local 429 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 189 pipapo_and_field_buckets_4bit(const struct nft_pipapo_field * f,unsigned long * dst,const u8 * data) pipapo_and_field_buckets_4bit() argument 217 pipapo_and_field_buckets_8bit(const struct nft_pipapo_field * f,unsigned long * dst,const u8 * data) pipapo_and_field_buckets_8bit() argument 293 const struct nft_pipapo_field *f = m->f; pipapo_resmap_init() local [all...] |
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.c | 263 nouveau_fence_wait_legacy(struct dma_fence *f, bool intr, long wait) in nouveau_fence_wait_legacy() 362 struct nouveau_fence *f; in nouveau_fence_sync() local 443 static const char *nouveau_fence_get_timeline_name(struct dma_fence *f) in nouveau_fence_get_timeline_name() 457 static bool nouveau_fence_is_signaled(struct dma_fence *f) in nouveau_fence_is_signaled() 473 static bool nouveau_fence_no_signaling(struct dma_fence *f) in nouveau_fence_no_signaling() 498 static void nouveau_fence_release(struct dma_fence *f) in nouveau_fence_release() 516 static bool nouveau_fence_enable_signaling(struct dma_fence *f) in nouveau_fence_enable_signaling()
|
| H A D | nouveau_drv.h | 335 #define NV_PRINTK(l,c,f,a...) do { \ argument 340 #define NV_PRINTK_(l,drm,f,a...) do { \ argument 343 #define NV_FATAL(drm,f,a...) NV_PRINTK_(crit, (drm), f, ##a) argument 344 #define NV_ERROR(drm,f,a...) NV_PRINTK_(err, (drm), f, ##a) argument 345 #define NV_WARN(drm,f,a...) NV_PRINTK_(warn, (drm), f, ##a) argument 346 #define NV_INFO(drm,f,a...) NV_PRINTK_(info, (drm), f, ##a) argument 348 #define NV_DEBUG(drm,f,a...) do { \ argument 352 #define NV_ATOMIC(drm,f,a...) do { \ argument 357 #define NV_PRINTK_ONCE(l,c,f,a...) NV_PRINTK(l##_once,c,f, ##a) argument 359 #define NV_ERROR_ONCE(drm,f,a...) NV_PRINTK_ONCE(err, &(drm)->client, f, ##a) argument [all …]
|
| /linux/net/sched/ |
| H A D | cls_flow.c | 301 struct flow_filter *f; in flow_classify() local 348 struct flow_filter *f = timer_container_of(f, t, perturb_timer); in flow_perturbation() local 371 static void __flow_destroy_filter(struct flow_filter *f) in __flow_destroy_filter() 382 struct flow_filter *f = container_of(to_rcu_work(work), in flow_destroy_filter_work() local 573 struct flow_filter *f = arg; in flow_delete() local 598 struct flow_filter *f, *next; in flow_destroy() local 613 struct flow_filter *f; in flow_get() local 624 struct flow_filter *f = fh; in flow_dump() local 686 struct flow_filter *f; in flow_walk() local
|
| /linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
| H A D | vchiq_debugfs.c | 20 static int debugfs_usecount_show(struct seq_file *f, void *offset) in debugfs_usecount_show() 32 static int debugfs_trace_show(struct seq_file *f, void *offset) in debugfs_trace_show() 43 static int vchiq_dump_show(struct seq_file *f, void *offset) in vchiq_dump_show() 62 struct seq_file *f = (struct seq_file *)file->private_data; in debugfs_trace_write() local
|
| /linux/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
|
| /linux/drivers/hid/ |
| H A D | hid-wiimote-debug.c | 23 static ssize_t wiidebug_eeprom_read(struct file *f, char __user *u, size_t s, in wiidebug_eeprom_read() 98 static int wiidebug_drm_show(struct seq_file *f, void *p) in wiidebug_drm_show() 119 static int wiidebug_drm_open(struct inode *i, struct file *f) in wiidebug_drm_open() 124 static ssize_t wiidebug_drm_write(struct file *f, const char __user *u, in wiidebug_drm_write()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | falcon.h | 81 #define FLCN_PRINTK(f,l,p,fmt,a...) ({ \ argument 87 #define FLCN_DBG(f,fmt,a...) FLCN_PRINTK((f), DEBUG, info, " "fmt"\n", ##a) argument 88 #define FLCN_ERR(f,fmt,a...) FLCN_PRINTK((f), ERROR, err, " "fmt"\n", ##a) argument 89 #define FLCN_ERRON(f,c,fmt,a...) \ argument 168 #define FLCNFW_PRINTK(f,l,p,fmt,a...) FLCN_PRINTK((f)->falcon, l, p, "%s: "fmt, (f)->fw.name, ##a) argument 169 #define FLCNFW_DBG(f,fmt,a...) FLCNFW_PRINTK((f), DEBUG, info, fmt"\n", ##a) argument 170 #define FLCNFW_ERR(f,fmt,a...) FLCNFW_PRINTK((f), ERROR, err, fmt"\n", ##a) argument
|
| /linux/include/linux/mmc/ |
| H A D | sdio_func.h | 62 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) argument 64 #define sdio_func_set_present(f) ((f)->state |= SDIO_STATE_PRESENT) argument 66 #define sdio_func_id(f) (dev_name(&(f)->dev)) argument 68 #define sdio_get_drvdata(f) dev_get_drvdata(&(f)->dev) argument 69 #define sdio_set_drvdata(f,d) dev_set_drvdata(&(f)->dev, d) argument
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_matchall.c | 15 struct tc_cls_matchall_offload *f) in prestera_mall_prio_check() 56 struct tc_cls_matchall_offload *f) in prestera_mall_prio_update() 63 struct tc_cls_matchall_offload *f) in prestera_mall_replace()
|
| /linux/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
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-rcg.c | 198 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 533 const struct freq_tbl *f; in clk_rcg_set_floor_rate() local 566 struct freq_tbl f = { 0 }; in clk_rcg_bypass2_set_rate() local 638 struct freq_tbl f = { 0 }; in clk_rcg_pixel_set_rate() local 709 struct freq_tbl f = { 0 }; in clk_rcg_esc_set_rate() local [all …]
|
| /linux/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
|
| /linux/fs/jffs2/ |
| H A D | fs.c | 35 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_setattr() local 244 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_evict_inode() local 255 struct jffs2_inode_info *f; in jffs2_iget() local 428 struct jffs2_inode_info *f; in jffs2_new_inode() local 617 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()
|
| H A D | file.c | 84 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_readpage_nolock() local 117 struct jffs2_inode_info *f = JFFS2_INODE_INFO(folio->mapping->host); in jffs2_read_folio() local 133 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_begin() local 250 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_end() local
|
| H A D | debug.h | 220 #define jffs2_dbg_fragtree_paranoia_check(f) \ argument 222 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) \ argument 231 #define jffs2_dbg_fragtree_paranoia_check(f) argument 232 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) argument 247 #define jffs2_dbg_dump_fragtree(f) \ argument 249 #define jffs2_dbg_dump_fragtree_nolock(f) \ argument 260 #define jffs2_dbg_dump_fragtree(f) argument 261 #define jffs2_dbg_dump_fragtree_nolock(f) argument
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_queue.c | 107 pvr_queue_fence_get_driver_name(struct dma_fence *f) in pvr_queue_fence_get_driver_name() 120 static void pvr_queue_fence_release(struct dma_fence *f) in pvr_queue_fence_release() 129 pvr_queue_job_fence_get_timeline_name(struct dma_fence *f) in pvr_queue_job_fence_get_timeline_name() 152 pvr_queue_cccb_fence_get_timeline_name(struct dma_fence *f) in pvr_queue_cccb_fence_get_timeline_name() 190 to_pvr_queue_job_fence(struct dma_fence *f) in to_pvr_queue_job_fence() 218 static void pvr_queue_fence_put(struct dma_fence *f) in pvr_queue_fence_put() 270 pvr_queue_fence_init(struct dma_fence *f, in pvr_queue_fence_init() 475 struct dma_fence *f; in pvr_queue_get_paired_frag_job_dep() local 894 bool pvr_queue_fence_is_ufo_backed(struct dma_fence *f) in pvr_queue_fence_is_ufo_backed()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 356 struct vxlan_fdb f = { in vxlan_ip_miss() local 369 struct vxlan_fdb f = { in vxlan_fdb_miss() local 399 struct vxlan_fdb *f; in vxlan_find_mac_tx() local 415 struct vxlan_fdb *f; in vxlan_find_mac() local 427 static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f, in vxlan_fdb_find_rdst() 450 struct vxlan_fdb *f; in vxlan_fdb_find_uc() local 479 const struct vxlan_fdb *f, in vxlan_fdb_notify_one() 498 struct vxlan_fdb *f; in vxlan_fdb_replay() local 529 struct vxlan_fdb *f; in vxlan_fdb_clear_offload() local 548 static int vxlan_fdb_replace(struct vxlan_fdb *f, in vxlan_fdb_replace() [all …]
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-lite-reg.c | 127 void flite_hw_set_source_format(struct fimc_lite *dev, const struct flite_frame *f) in flite_hw_set_source_format() 158 void flite_hw_set_window_offset(struct fimc_lite *dev, const struct flite_frame *f) in flite_hw_set_window_offset() 230 const struct flite_frame *f) in flite_hw_set_out_order() 248 void flite_hw_set_dma_window(struct fimc_lite *dev, const struct flite_frame *f) in flite_hw_set_dma_window() 298 void flite_hw_set_output_dma(struct fimc_lite *dev, const struct flite_frame *f, in flite_hw_set_output_dma()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_vxlan.c | 20 struct flow_cls_offload *f) in mlx5e_tc_tun_check_udp_dport_vxlan() 48 struct flow_cls_offload *f, in mlx5e_tc_tun_parse_udp_ports_vxlan() 112 struct flow_cls_offload *f) in mlx5e_tc_tun_parse_vxlan_gbp_option() 159 struct flow_cls_offload *f, in mlx5e_tc_tun_parse_vxlan()
|
| /linux/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
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_uac1.c | 51 static inline struct f_uac1 *func_to_uac1(struct usb_function *f) in func_to_uac1() 760 static int ac_rq_in(struct usb_function *f, in ac_rq_in() 793 static int audio_set_endpoint_req(struct usb_function *f, in audio_set_endpoint_req() 838 static int audio_get_endpoint_req(struct usb_function *f, in audio_get_endpoint_req() 884 f_audio_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in f_audio_setup() 933 static int f_audio_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in f_audio_set_alt() 987 static int f_audio_get_alt(struct usb_function *f, unsigned intf) in f_audio_get_alt() 1008 static void f_audio_disable(struct usb_function *f) in f_audio_disable() 1022 f_audio_suspend(struct usb_function *f) in f_audio_suspend() 1232 static int f_audio_bind(struct usb_configuration *c, struct usb_function *f) in f_audio_bind() [all …]
|
| H A D | f_tcm.c | 40 static inline struct f_uas *to_f_uas(struct usb_function *f) in to_f_uas() 392 struct usb_function *f = &fu->function; in bot_set_alt() local 422 static int usbg_bot_setup(struct usb_function *f, in usbg_bot_setup() 966 struct usb_function *f = &fu->function; in uasp_set_alt() local 2271 static int tcm_bind(struct usb_configuration *c, struct usb_function *f) in tcm_bind() 2377 static int tcm_get_alt(struct usb_function *f, unsigned intf) in tcm_get_alt() 2392 static int tcm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in tcm_set_alt() 2414 static void tcm_disable(struct usb_function *f) in tcm_disable() 2425 static int tcm_setup(struct usb_function *f, in tcm_setup() 2458 static void tcm_free_inst(struct usb_function_instance *f) in tcm_free_inst() [all …]
|