Home
last modified time | relevance | path

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

12345678910>>...30

/drivers/net/wireless/intel/iwlwifi/
Diwl-debug.h52 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument
55 #define IWL_ERR_DEV(d, f, a...) \ argument
60 #define IWL_ERR(m, f, a...) \ argument
62 #define IWL_WARN(m, f, a...) \ argument
67 #define IWL_INFO(m, f, a...) \ argument
72 #define IWL_CRIT(m, f, a...) \ argument
183 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument
184 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument
185 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument
186 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument
[all …]
/drivers/net/ethernet/ibm/emac/
Ddebug.h37 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
38 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
39 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
40 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
43 # define DBG(f,x...) ((void)0) argument
44 # define MAL_DBG(d,f,x...) ((void)0) argument
45 # define ZMII_DBG(d,f,x...) ((void)0) argument
46 # define RGMII_DBG(d,f,x...) ((void)0) argument
49 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
50 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
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
61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, 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
[all …]
/drivers/net/ethernet/chelsio/cxgb4/
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 …]
Dcxgb4_filter.c182 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr() local
212 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr() local
319 int writable_filter(struct filter_entry *f) in writable_filter()
335 struct filter_entry *f; in delete_filter() local
354 void clear_filter(struct adapter *adap, struct filter_entry *f) in clear_filter()
377 struct filter_entry *f = &adapter->tids.ftid_tab[0]; in clear_all_filters() local
446 struct filter_entry *f; in __cxgb4_set_filter() local
580 struct filter_entry *f; in __cxgb4_del_filter() local
659 struct filter_entry *f = NULL; in filter_rpl() local
/drivers/char/mwave/
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
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
115 #define PRINTK_1(f,s) argument
116 #define PRINTK_2(f,s,v1) argument
[all …]
/drivers/gpu/drm/nouveau/include/nvkm/core/
Dsubdev.h35 #define nvkm_printk_(s,l,p,f,a...) do { \ argument
42 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument
43 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument
44 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument
45 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument
46 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument
47 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument
48 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument
49 #define nvkm_spam(s,f,a...) nvkm_printk((s), SPAM, dbg, f, ##a) argument
Dclient.h36 #define nvif_printk(o,l,p,f,a...) do { \ argument
43 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument
44 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument
45 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument
46 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument
47 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument
48 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
/drivers/w1/
Dw1_family.c33 struct w1_family *f; in w1_register_family() local
66 struct w1_family *f; in w1_unregister_family() local
98 struct w1_family *f = NULL; in w1_family_registered() local
113 static void __w1_family_put(struct w1_family *f) in __w1_family_put()
118 void w1_family_put(struct w1_family *f) in w1_family_put()
134 void __w1_family_get(struct w1_family *f) in __w1_family_get()
/drivers/staging/media/atomisp/pci/atomisp2/css2400/
Dcss_trace.h292 #define FIELD_VALUE_PACK(f) FIELD_PACK(f,FIELD_VALUE_MASK,FIELD_VALUE_OFFSET) argument
294 #define FIELD_VALUE_UNPACK(f) FIELD_UNPACK(f,FIELD_VALUE_MASK,FIELD_VALUE_OFFSET) argument
296 #define FIELD_VALUE_UNPACK(f) FIELD_UNPACK(f,FIELD_VALUE_MASK,FIELD_VALUE_OFFSET) argument
302 #define FIELD_MINOR_PACK(f) FIELD_PACK(f,FIELD_MINOR_MASK,FIELD_MINOR_OFFSET) argument
304 #define FIELD_MINOR_UNPACK(f) FIELD_UNPACK(f,FIELD_MINOR_MASK,FIELD_MINOR_OFFSET) argument
306 #define FIELD_MINOR_UNPACK(f) FIELD_UNPACK(f,FIELD_MINOR_MASK,FIELD_MINOR_OFFSET) argument
312 #define FIELD_MAJOR_PACK(f) FIELD_PACK(f,FIELD_MAJOR_MASK,FIELD_MAJOR_OFFSET) argument
314 #define FIELD_MAJOR_UNPACK(f) FIELD_UNPACK(f,FIELD_MAJOR_MASK,FIELD_MAJOR_OFFSET) argument
316 #define FIELD_MAJOR_UNPACK(f) FIELD_UNPACK(f,FIELD_MAJOR_MASK,FIELD_MAJOR_OFFSET) argument
323 #define FIELD_FORMAT_PACK(f) FIELD_PACK(f,FIELD_FORMAT_MASK,FIELD_FORMAT_OFFSET) argument
[all …]
/drivers/gpu/drm/virtio/
Dvirtgpu_fence.c29 static const char *virtio_get_driver_name(struct dma_fence *f) in virtio_get_driver_name()
34 static const char *virtio_get_timeline_name(struct dma_fence *f) in virtio_get_timeline_name()
39 static bool virtio_enable_signaling(struct dma_fence *f) in virtio_enable_signaling()
44 static bool virtio_signaled(struct dma_fence *f) in virtio_signaled()
53 static void virtio_fence_value_str(struct dma_fence *f, char *str, int size) in virtio_fence_value_str()
60 static void virtio_timeline_value_str(struct dma_fence *f, char *str, int size) in virtio_timeline_value_str()
/drivers/scsi/esas2r/
Desas2r_log.h81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
84 #define esas2r_debug(f, args ...) argument
85 #define esas2r_hdebug(f, args ...) argument
108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ argument
115 #define esas2r_trace(f, args ...) argument
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c127 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_parse_ipv4()
145 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_parse_ipv6()
177 struct tc_cls_flower_offload *f, in mlxsw_sp_flower_parse_ports()
205 struct tc_cls_flower_offload *f, in mlxsw_sp_flower_parse_tcp()
231 struct tc_cls_flower_offload *f, in mlxsw_sp_flower_parse_ip()
265 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_parse()
386 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_replace()
433 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_destroy()
455 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_stats()
/drivers/usb/gadget/function/
Df_subset.c59 static inline struct f_gether *func_to_geth(struct usb_function *f) in func_to_geth()
257 static int geth_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in geth_set_alt()
282 static void geth_disable(struct usb_function *f) in geth_disable()
296 geth_bind(struct usb_configuration *c, struct usb_function *f) in geth_bind()
421 static void geth_free_inst(struct usb_function_instance *f) in geth_free_inst()
455 static void geth_free(struct usb_function *f) in geth_free()
463 static void geth_unbind(struct usb_configuration *c, struct usb_function *f) in geth_unbind()
Df_serial.c36 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser()
149 static int gser_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in gser_set_alt()
175 static void gser_disable(struct usb_function *f) in gser_disable()
189 static int gser_bind(struct usb_configuration *c, struct usb_function *f) in gser_bind()
290 static void gser_free_inst(struct usb_function_instance *f) in gser_free_inst()
320 static void gser_free(struct usb_function *f) in gser_free()
328 static void gser_unbind(struct usb_configuration *c, struct usb_function *f) in gser_unbind()
Df_obex.c41 static inline struct f_obex *func_to_obex(struct usb_function *f) in func_to_obex()
193 static int obex_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in obex_set_alt()
245 static int obex_get_alt(struct usb_function *f, unsigned intf) in obex_get_alt()
252 static void obex_disable(struct usb_function *f) in obex_disable()
306 static int obex_bind(struct usb_configuration *c, struct usb_function *f) in obex_bind()
420 static void obex_free_inst(struct usb_function_instance *f) in obex_free_inst()
450 static void obex_free(struct usb_function *f) in obex_free()
458 static void obex_unbind(struct usb_configuration *c, struct usb_function *f) in obex_unbind()
Df_uac1.c32 static inline struct f_uac1 *func_to_uac1(struct usb_function *f) in func_to_uac1()
325 static int audio_set_endpoint_req(struct usb_function *f, in audio_set_endpoint_req()
361 static int audio_get_endpoint_req(struct usb_function *f, in audio_get_endpoint_req()
390 f_audio_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in f_audio_setup()
433 static int f_audio_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in f_audio_set_alt()
478 static int f_audio_get_alt(struct usb_function *f, unsigned intf) in f_audio_get_alt()
499 static void f_audio_disable(struct usb_function *f) in f_audio_disable()
512 static int f_audio_bind(struct usb_configuration *c, struct usb_function *f) in f_audio_bind()
718 static void f_audio_free_inst(struct usb_function_instance *f) in f_audio_free_inst()
750 static void f_audio_free(struct usb_function *f) in f_audio_free()
[all …]
Df_eem.c37 static inline struct f_eem *func_to_eem(struct usb_function *f) in func_to_eem()
170 static int eem_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in eem_setup()
187 static int eem_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in eem_set_alt()
230 static void eem_disable(struct usb_function *f) in eem_disable()
245 static int eem_bind(struct usb_configuration *c, struct usb_function *f) in eem_bind()
565 static void eem_free_inst(struct usb_function_instance *f) in eem_free_inst()
598 static void eem_free(struct usb_function *f) in eem_free()
611 static void eem_unbind(struct usb_configuration *c, struct usb_function *f) in eem_unbind()
/drivers/irqchip/
Dirq-ftintc010.c56 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_mask() local
66 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_unmask() local
76 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_ack() local
83 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_set_type() local
131 struct ft010_irq_data *f = &firq; in ft010_irqchip_handle_irq() local
144 struct ft010_irq_data *f = d->host_data; in ft010_irqdomain_map() local
169 struct ft010_irq_data *f = &firq; in ft010_of_init_irq() local
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c64 struct dma_fence *f) in amdgpu_sync_same_dev()
85 static void *amdgpu_sync_get_owner(struct dma_fence *f) in amdgpu_sync_get_owner()
122 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_add_later()
144 struct dma_fence *f) in amdgpu_sync_fence()
182 struct dma_fence *f; in amdgpu_sync_resv() local
244 struct dma_fence *f = e->fence; in amdgpu_sync_peek_fence() local
282 struct dma_fence *f; in amdgpu_sync_get_fence() local
/drivers/media/platform/s5p-g2d/
Dg2d.c80 static struct g2d_fmt *find_fmt(struct v4l2_format *f) in find_fmt()
109 struct g2d_frame *f = get_frame(ctx, vq->type); in g2d_queue_setup() local
126 struct g2d_frame *f = get_frame(ctx, vb->vb2_queue->type); in g2d_buf_prepare() local
306 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt()
317 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt()
339 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt()
369 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt()
413 struct g2d_frame *f; in vidioc_cropcap() local
430 struct g2d_frame *f; in vidioc_g_crop() local
447 struct g2d_frame *f; in vidioc_try_crop() local
[all …]
/drivers/video/fbdev/via/
Ddebug.h29 #define DEBUG_MSG(f, a...) printk(f, ## a) argument
31 #define DEBUG_MSG(f, a...) argument
36 #define WARN_MSG(f, a...) printk(f, ## a) argument
38 #define WARN_MSG(f, a...) argument
/drivers/gpu/drm/amd/scheduler/
Dsched_fence.c101 static const char *amd_sched_fence_get_timeline_name(struct dma_fence *f) in amd_sched_fence_get_timeline_name()
107 static bool amd_sched_fence_enable_signaling(struct dma_fence *f) in amd_sched_fence_enable_signaling()
121 struct dma_fence *f = container_of(rcu, struct dma_fence, rcu); in amd_sched_fence_free() local
136 static void amd_sched_fence_release_scheduled(struct dma_fence *f) in amd_sched_fence_release_scheduled()
150 static void amd_sched_fence_release_finished(struct dma_fence *f) in amd_sched_fence_release_finished()
/drivers/block/aoe/
Daoecmd.c82 struct frame *f; in getframe_deferred() local
98 struct frame *f; in getframe() local
193 aoe_freetframe(struct frame *f) in aoe_freetframe()
208 struct frame *f; in newtframe() local
252 struct frame *f; in newframe() local
308 fhash(struct frame *f) in fhash()
318 ata_rw_frameinit(struct frame *f) in ata_rw_frameinit()
371 struct frame *f; in aoecmd_ata_rw() local
453 resend(struct aoedev *d, struct frame *f) in resend()
500 tsince_hr(struct frame *f) in tsince_hr()
[all …]
/drivers/usb/gadget/
Dcomposite.c64 function_descriptors(struct usb_function *f, in function_descriptors()
150 struct usb_function *f, in config_ep_by_speed()
312 void usb_remove_function(struct usb_configuration *c, struct usb_function *f) in usb_remove_function()
459 struct usb_function *f; in config_buf() local
743 struct usb_function *f; in reset_config() local
800 struct usb_function *f = c->interface[tmp]; in set_config() local
919 struct usb_function *f; in usb_add_config() local
948 struct usb_function *f = config->interface[i]; in usb_add_config() local
972 struct usb_function *f; in remove_config() local
1065 struct usb_function *f; in get_string() local
[all …]

12345678910>>...30