Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 1584) sorted by relevance

12345678910>>...64

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/
A Diwl-debug.h43 #define __IWL_ERR_DEV(d, mode, f, a...) \ argument
48 #define IWL_ERR_DEV(d, f, a...) \ argument
50 #define IWL_ERR(m, f, a...) \ argument
52 #define IWL_ERR_LIMIT(m, f, a...) \ argument
54 #define IWL_WARN(m, f, a...) \ argument
59 #define IWL_INFO(m, f, a...) \ argument
64 #define IWL_CRIT(m, f, a...) \ argument
193 #define IWL_DEBUG_DROP_LIMIT(p, f, a...) \ argument
197 #define IWL_DEBUG_RATE_LIMIT(p, f, a...) \ argument
199 #define IWL_DEBUG_ASSOC(p, f, a...) \ argument
[all …]
/linux-6.3-rc2/drivers/net/ethernet/ibm/emac/
A Ddebug.h32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
38 # define DBG(f,x...) ((void)0) argument
39 # define MAL_DBG(d,f,x...) ((void)0) argument
40 # define ZMII_DBG(d,f,x...) ((void)0) argument
41 # define RGMII_DBG(d,f,x...) ((void)0) argument
44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
49 # define DBG2(f,x...) ((void)0) argument
50 # define MAL_DBG2(d,f,x...) ((void)0) argument
51 # define ZMII_DBG2(d,f,x...) ((void)0) argument
[all …]
/linux-6.3-rc2/include/linux/
A Dindirect_call_wrapper.h17 #define INDIRECT_CALL_1(f, f1, ...) \ argument
21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument
26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument
31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument
37 #define INDIRECT_CALLABLE_DECLARE(f) f argument
39 #define EXPORT_INDIRECT_CALLABLE(f) EXPORT_SYMBOL(f) argument
42 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument
43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument
46 #define INDIRECT_CALLABLE_DECLARE(f) argument
48 #define EXPORT_INDIRECT_CALLABLE(f) argument
[all …]
/linux-6.3-rc2/arch/powerpc/kernel/
A Ddt_cpu_ftrs.c171 static int __init feat_enable(struct dt_cpu_feature *f) in feat_enable()
204 static int __init feat_disable(struct dt_cpu_feature *f) in feat_disable()
209 static int __init feat_enable_hv(struct dt_cpu_feature *f) in feat_enable_hv()
230 static int __init feat_enable_le(struct dt_cpu_feature *f) in feat_enable_le()
236 static int __init feat_enable_smt(struct dt_cpu_feature *f) in feat_enable_smt()
461 static int __init feat_enable_tm(struct dt_cpu_feature *f) in feat_enable_tm()
471 static int __init feat_enable_fp(struct dt_cpu_feature *f) in feat_enable_fp()
492 static int __init feat_enable_vsx(struct dt_cpu_feature *f) in feat_enable_vsx()
511 static int __init feat_enable_ebb(struct dt_cpu_feature *f) in feat_enable_ebb()
882 struct dt_cpu_feature *f; in process_cpufeatures_node() local
[all …]
A Dasm-offsets.c517 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f)) in main() argument
519 # define SVCPU_FIELD(x, f) in main() argument
521 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f)) in main() argument
523 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f)) in main() argument
524 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main() argument
/linux-6.3-rc2/drivers/dma-buf/
A Dst-dma-fence.c85 struct mock_fence *f; in mock_fence() local
99 struct dma_fence *f; in sanitycheck() local
115 struct dma_fence *f; in test_signaling() local
163 struct dma_fence *f; in test_add_callback() local
190 struct dma_fence *f; in test_late_add_callback() local
221 struct dma_fence *f; in test_rm_callback() local
253 struct dma_fence *f; in test_late_rm_callback() local
284 struct dma_fence *f; in test_status() local
312 struct dma_fence *f; in test_error() local
343 struct dma_fence *f; in test_wait() local
[all …]
A Dst-dma-resv.c16 static const char *fence_name(struct dma_fence *f) in fence_name()
28 struct dma_fence *f; in alloc_fence() local
41 struct dma_fence *f; in sanitycheck() local
67 struct dma_fence *f; in test_signaling() local
113 struct dma_fence *f, *fence; in test_for_each() local
174 struct dma_fence *f, *fence; in test_for_each_unlocked() local
247 struct dma_fence *f, **fences = NULL; in test_get_fences() local
/linux-6.3-rc2/include/linux/ceph/
A Dceph_frag.h27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits()
31 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value()
35 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask()
39 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift()
44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value()
49 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) in ceph_frag_make_child()
55 static inline bool ceph_frag_is_leftmost(__u32 f) in ceph_frag_is_leftmost()
59 static inline bool ceph_frag_is_rightmost(__u32 f) in ceph_frag_is_rightmost()
63 static inline __u32 ceph_frag_next(__u32 f) in ceph_frag_next()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
65 #define brcms_dbg_dma(core, f, a...) brcms_dbg(core, BRCM_DL_DMA, f, ##a) argument
[all …]
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_u32_parse.h45 static inline int cxgb4_fill_ipv4_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv4_tos()
54 static inline int cxgb4_fill_ipv4_frag(struct ch_filter_specification *f, in cxgb4_fill_ipv4_frag()
76 static inline int cxgb4_fill_ipv4_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv4_proto()
85 static inline int cxgb4_fill_ipv4_src_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_src_ip()
94 static inline int cxgb4_fill_ipv4_dst_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_dst_ip()
113 static inline int cxgb4_fill_ipv6_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv6_tos()
122 static inline int cxgb4_fill_ipv6_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv6_proto()
131 static inline int cxgb4_fill_ipv6_src_ip0(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip0()
140 static inline int cxgb4_fill_ipv6_src_ip1(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip1()
149 static inline int cxgb4_fill_ipv6_src_ip2(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip2()
[all …]
A Dcxgb4_filter.c362 struct filter_entry *f; in get_filter_count() local
552 struct filter_entry *f; in cxgb4_get_free_ftid() local
761 struct filter_entry *f; in del_filter_wr() local
796 struct filter_entry *f; in set_filter_wr() local
955 struct filter_entry *f; in delete_filter() local
1033 struct filter_entry *f; in clear_all_filters() local
1376 struct filter_entry *f; in cxgb4_set_hash_filter() local
1744 struct filter_entry *f; in cxgb4_del_hash_filter() local
1806 struct filter_entry *f; in __cxgb4_del_filter() local
1974 struct filter_entry *f; in hash_del_filter_rpl() local
[all …]
/linux-6.3-rc2/include/linux/mtd/
A Dsh_flctl.h18 #define FLCMNCR(f) (f->reg + 0x0) argument
19 #define FLCMDCR(f) (f->reg + 0x4) argument
20 #define FLCMCDR(f) (f->reg + 0x8) argument
21 #define FLADR(f) (f->reg + 0xC) argument
22 #define FLADR2(f) (f->reg + 0x3C) argument
23 #define FLDATAR(f) (f->reg + 0x10) argument
24 #define FLDTCNTR(f) (f->reg + 0x14) argument
26 #define FLBSYTMR(f) (f->reg + 0x1C) argument
27 #define FLBSYCNT(f) (f->reg + 0x20) argument
28 #define FLDTFIFO(f) (f->reg + 0x24) argument
[all …]
/linux-6.3-rc2/sound/core/seq/
A Dseq_fifo.c20 struct snd_seq_fifo *f; in snd_seq_fifo_new() local
51 struct snd_seq_fifo *f; in snd_seq_fifo_delete() local
83 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear()
101 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in()
142 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out()
162 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out()
199 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback()
217 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait()
225 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize()
269 int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f) in snd_seq_fifo_unused_cells()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dlinked_list_fail.c239 void *f; in obj_drop_non_zero_off() local
264 struct foo *f; in use_after_drop() local
292 struct foo *f; in direct_read_lock() local
303 struct foo *f; in direct_write_lock() local
315 struct foo *f; in direct_read_head() local
326 struct foo *f; in direct_write_head() local
338 struct foo *f; in direct_read_node() local
349 struct foo *f; in direct_write_node() local
361 struct foo *f; in use_after_unlock() local
389 struct foo *f; in list_double_add() local
[all …]
/linux-6.3-rc2/drivers/gpu/host1x/
A Dfence.c18 static const char *host1x_syncpt_fence_get_driver_name(struct dma_fence *f) in host1x_syncpt_fence_get_driver_name()
23 static const char *host1x_syncpt_fence_get_timeline_name(struct dma_fence *f) in host1x_syncpt_fence_get_timeline_name()
28 static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f) in to_host1x_fence()
33 static bool host1x_syncpt_fence_enable_signaling(struct dma_fence *f) in host1x_syncpt_fence_enable_signaling()
75 void host1x_fence_signal(struct host1x_syncpt_fence *f) in host1x_fence_signal()
101 struct host1x_syncpt_fence *f = in do_fence_timeout() local
147 void host1x_fence_cancel(struct dma_fence *f) in host1x_fence_cancel()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_sw_fence_work.c9 static void fence_complete(struct dma_fence_work *f) in fence_complete()
18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local
29 struct dma_fence_work *f = container_of(fence, typeof(*f), chain); in fence_notify() local
62 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in get_timeline_name() local
69 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in fence_release() local
83 void dma_fence_work_init(struct dma_fence_work *f, in dma_fence_work_init()
93 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal) in dma_fence_work_chain()
/linux-6.3-rc2/drivers/char/mwave/
A Dmwavedd.h74 #define PRINTK_1(f,s) \ argument
79 #define PRINTK_2(f,s,v1) \ argument
84 #define PRINTK_3(f,s,v1,v2) \ argument
115 #define PRINTK_1(f,s) argument
116 #define PRINTK_2(f,s,v1) argument
117 #define PRINTK_3(f,s,v1,v2) argument
118 #define PRINTK_4(f,s,v1,v2,v3) argument
119 #define PRINTK_5(f,s,v1,v2,v3,v4) argument
120 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) argument
121 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) argument
[all …]
/linux-6.3-rc2/drivers/w1/
A Dw1_family.c24 struct w1_family *f; in w1_register_family() local
57 struct w1_family *f; in w1_unregister_family() local
89 struct w1_family *f = NULL; in w1_family_registered() local
104 static void __w1_family_put(struct w1_family *f) in __w1_family_put()
109 void w1_family_put(struct w1_family *f) in w1_family_put()
125 void __w1_family_get(struct w1_family *f) in __w1_family_get()
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/
A Dionic_rx_filter.c27 struct ionic_rx_filter *f; in ionic_rx_filter_replay() local
109 struct ionic_rx_filter *f; in ionic_rx_filters_deinit() local
129 struct ionic_rx_filter *f = NULL; in ionic_rx_filter_save() local
187 struct ionic_rx_filter *f; in ionic_rx_filter_by_vlan() local
207 struct ionic_rx_filter *f; in ionic_rx_filter_by_addr() local
226 struct ionic_rx_filter *f; in ionic_rx_filter_rxsteer() local
259 struct ionic_rx_filter *f; in ionic_lif_list_addr() local
310 struct ionic_rx_filter *f; in ionic_lif_filter_add() local
477 struct ionic_rx_filter *f; in ionic_lif_filter_del() local
555 struct ionic_rx_filter f; member
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_amdkfd_fence.c85 struct amdgpu_amdkfd_fence *to_amdgpu_amdkfd_fence(struct dma_fence *f) in to_amdgpu_amdkfd_fence()
99 static const char *amdkfd_fence_get_driver_name(struct dma_fence *f) in amdkfd_fence_get_driver_name()
104 static const char *amdkfd_fence_get_timeline_name(struct dma_fence *f) in amdkfd_fence_get_timeline_name()
119 static bool amdkfd_fence_enable_signaling(struct dma_fence *f) in amdkfd_fence_enable_signaling()
147 static void amdkfd_fence_release(struct dma_fence *f) in amdkfd_fence_release()
171 bool amdkfd_fence_check_mm(struct dma_fence *f, struct mm_struct *mm) in amdkfd_fence_check_mm()
A Damdgpu_sync.c66 struct dma_fence *f) in amdgpu_sync_same_dev()
87 static void *amdgpu_sync_get_owner(struct dma_fence *f) in amdgpu_sync_get_owner()
133 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_add_later()
155 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_fence()
177 void *owner, struct dma_fence *f) in amdgpu_sync_test_fence()
239 struct dma_fence *f; in amdgpu_sync_resv() local
287 struct dma_fence *f = e->fence; in amdgpu_sync_peek_fence() local
323 struct dma_fence *f; in amdgpu_sync_get_fence() local
354 struct dma_fence *f; in amdgpu_sync_clone() local
382 struct dma_fence *f; in amdgpu_sync_push_to_job() local
/linux-6.3-rc2/drivers/media/test-drivers/visl/
A Dvisl-video.c250 struct v4l2_format *f = &ctx->coded_fmt; in visl_reset_coded_fmt() local
271 struct v4l2_format *f = &ctx->decoded_fmt; in visl_reset_decoded_fmt() local
323 struct v4l2_fmtdesc *f) in visl_enum_fmt_vid_cap()
335 struct v4l2_fmtdesc *f) in visl_enum_fmt_vid_out()
345 struct v4l2_format *f) in visl_g_fmt_vid_cap()
354 struct v4l2_format *f) in visl_g_fmt_vid_out()
363 struct v4l2_format *f) in visl_try_fmt_vid_cap()
393 struct v4l2_format *f) in visl_try_fmt_vid_out()
419 struct v4l2_format *f) in visl_s_fmt_vid_out()
459 struct v4l2_format *f) in visl_s_fmt_vid_cap()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dsubdev.h83 #define nvkm_printk__(s,l,p,f,a...) nvkm_printk___((s), (s), (l), p, f, ##a) argument
84 #define nvkm_printk_(s,l,p,f,a...) nvkm_printk__((s), (l), p, " "f, ##a) argument
85 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument
86 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument
87 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument
88 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument
89 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument
90 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument
91 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument
92 #define nvkm_spam(s,f,a...) nvkm_printk((s), SPAM, dbg, f, ##a) argument
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_flower.c285 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_meta()
328 struct flow_cls_offload *f) in mlxsw_sp_flower_parse_ipv4()
404 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_tcp()
435 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_ip()
469 struct flow_cls_offload *f) in mlxsw_sp_flower_parse()
602 struct flow_cls_offload *f) in mlxsw_sp_flower_mall_prio_check()
631 struct flow_cls_offload *f) in mlxsw_sp_flower_replace()
682 struct flow_cls_offload *f) in mlxsw_sp_flower_destroy()
704 struct flow_cls_offload *f) in mlxsw_sp_flower_stats()
743 struct flow_cls_offload *f) in mlxsw_sp_flower_tmplt_create()
[all …]
/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_serial.c33 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser()
146 static int gser_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in gser_set_alt()
172 static void gser_disable(struct usb_function *f) in gser_disable()
186 static int gser_bind(struct usb_configuration *c, struct usb_function *f) in gser_bind()
308 static void gser_free_inst(struct usb_function_instance *f) in gser_free_inst()
338 static void gser_free(struct usb_function *f) in gser_free()
346 static void gser_unbind(struct usb_configuration *c, struct usb_function *f) in gser_unbind()
355 static void gser_resume(struct usb_function *f) in gser_resume()
362 static void gser_suspend(struct usb_function *f) in gser_suspend()

Completed in 32 milliseconds

12345678910>>...64