Home
last modified time | relevance | path

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

12345678910>>...36

/drivers/net/wireless/intel/iwlwifi/
Diwl-debug.h40 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument
43 #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
175 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument
176 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument
[all …]
/drivers/net/ethernet/ibm/emac/
Ddebug.h32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, 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
[all …]
/drivers/dma-buf/
Dst-dma-fence.c22 } *to_mock_fence(struct dma_fence *f) { in to_mock_fence()
26 static const char *mock_name(struct dma_fence *f) in mock_name()
31 static void mock_fence_release(struct dma_fence *f) in mock_fence_release()
41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in mock_wakeup()
46 static long mock_wait(struct dma_fence *f, bool intr, long timeout) in mock_wait()
85 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
155 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb) in simple_callback()
163 struct dma_fence *f; in test_add_callback() local
[all …]
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
/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.c56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f, in set_tcb_field()
82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f, in set_tcb_tflag()
120 static void mk_set_tcb_ulp(struct filter_entry *f, in mk_set_tcb_ulp()
143 static int configure_filter_smac(struct adapter *adap, struct filter_entry *f) in configure_filter_smac()
164 static void set_nat_params(struct adapter *adap, struct filter_entry *f, in set_nat_params()
362 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
939 int writable_filter(struct filter_entry *f) in writable_filter()
[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/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/i915/
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()
/drivers/net/ethernet/pensando/ionic/
Dionic_rx_filter.c13 void ionic_rx_filter_free(struct ionic_lif *lif, struct ionic_rx_filter *f) in ionic_rx_filter_free()
27 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
[all …]
/drivers/gpu/drm/nouveau/include/nvkm/core/
Dsubdev.h52 #define nvkm_printk_(s,l,p,f,a...) do { \ argument
57 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument
58 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument
59 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument
60 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument
61 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument
62 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument
63 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument
64 #define nvkm_spam(s,f,a...) nvkm_printk((s), SPAM, dbg, f, ##a) argument
66 #define nvkm_error_ratelimited(s,f,a...) nvkm_printk((s), ERROR, err_ratelimited, 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/net/ethernet/mellanox/mlxsw/
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()
343 struct flow_cls_offload *f) in mlxsw_sp_flower_parse_ipv6()
377 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_ports()
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()
[all …]
/drivers/gpu/host1x/
Dfence.c34 static const char *host1x_syncpt_fence_get_driver_name(struct dma_fence *f) in host1x_syncpt_fence_get_driver_name()
39 static const char *host1x_syncpt_fence_get_timeline_name(struct dma_fence *f) in host1x_syncpt_fence_get_timeline_name()
44 static struct host1x_syncpt_fence *to_host1x_fence(struct dma_fence *f) in to_host1x_fence()
49 static bool host1x_syncpt_fence_enable_signaling(struct dma_fence *f) in host1x_syncpt_fence_enable_signaling()
92 static void host1x_syncpt_fence_release(struct dma_fence *f) in host1x_syncpt_fence_release()
109 void host1x_fence_signal(struct host1x_syncpt_fence *f) in host1x_fence_signal()
129 struct host1x_syncpt_fence *f = in do_fence_timeout() local
/drivers/w1/
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()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c72 static int amdgpu_debugfs_process_reg_op(bool read, struct file *f, in amdgpu_debugfs_process_reg_op()
192 static ssize_t amdgpu_debugfs_regs_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_read()
201 static ssize_t amdgpu_debugfs_regs_write(struct file *f, const char __user *buf, in amdgpu_debugfs_regs_write()
229 static ssize_t amdgpu_debugfs_regs2_op(struct file *f, char __user *buf, u32 offset, size_t size, i… in amdgpu_debugfs_regs2_op()
319 static long amdgpu_debugfs_regs2_ioctl(struct file *f, unsigned int cmd, unsigned long data) in amdgpu_debugfs_regs2_ioctl()
336 static ssize_t amdgpu_debugfs_regs2_read(struct file *f, char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_regs2_read()
341 static ssize_t amdgpu_debugfs_regs2_write(struct file *f, const char __user *buf, size_t size, loff… in amdgpu_debugfs_regs2_write()
359 static ssize_t amdgpu_debugfs_regs_pcie_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_pcie_read()
415 static ssize_t amdgpu_debugfs_regs_pcie_write(struct file *f, const char __user *buf, in amdgpu_debugfs_regs_pcie_write()
472 static ssize_t amdgpu_debugfs_regs_didt_read(struct file *f, char __user *buf, in amdgpu_debugfs_regs_didt_read()
[all …]
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()
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()
240 struct dma_fence *f; in amdgpu_sync_resv() local
280 struct dma_fence *f = e->fence; in amdgpu_sync_peek_fence() local
318 struct dma_fence *f; in amdgpu_sync_get_fence() local
349 struct dma_fence *f; in amdgpu_sync_clone() local
/drivers/usb/gadget/function/
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()
Df_subset.c55 static inline struct f_gether *func_to_geth(struct usb_function *f) in func_to_geth()
253 static int geth_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in geth_set_alt()
278 static void geth_disable(struct usb_function *f) in geth_disable()
292 geth_bind(struct usb_configuration *c, struct usb_function *f) in geth_bind()
417 static void geth_free_inst(struct usb_function_instance *f) in geth_free_inst()
451 static void geth_free(struct usb_function *f) in geth_free()
459 static void geth_unbind(struct usb_configuration *c, struct usb_function *f) in geth_unbind()
/drivers/staging/media/atomisp/pci/
Dcss_trace.h216 #define FIELD_VALUE_PACK(f) FIELD_PACK(f, FIELD_VALUE_MASK, FIELD_VALUE_OFFSET) argument
217 #define FIELD_VALUE_UNPACK(f) FIELD_UNPACK(f, FIELD_VALUE_MASK, FIELD_VALUE_OFFSET) argument
222 #define FIELD_MINOR_PACK(f) FIELD_PACK(f, FIELD_MINOR_MASK, FIELD_MINOR_OFFSET) argument
223 #define FIELD_MINOR_UNPACK(f) FIELD_UNPACK(f, FIELD_MINOR_MASK, FIELD_MINOR_OFFSET) argument
228 #define FIELD_MAJOR_PACK(f) FIELD_PACK(f, FIELD_MAJOR_MASK, FIELD_MAJOR_OFFSET) argument
229 #define FIELD_MAJOR_UNPACK(f) FIELD_UNPACK(f, FIELD_MAJOR_MASK, FIELD_MAJOR_OFFSET) argument
234 #define FIELD_FULL_MAJOR_PACK(f) FIELD_PACK(f, FIELD_FULL_MAJOR_MASK, FIELD_MAJOR_OFFSET) argument
243 #define FIELD_MAJOR_W_FMT_PACK(f) FIELD_PACK(f, FIELD_MAJOR_W_FMT_MASK, FIELD_MAJOR_W_FMT_OFFSET) argument
244 #define FIELD_MAJOR_W_FMT_UNPACK(f) FIELD_UNPACK(f, FIELD_MAJOR_W_FMT_MASK, FIELD_MAJOR_W_FMT_OFFSE… argument
249 #define FIELD_FORMAT_PACK(f) FIELD_PACK(f, FIELD_FORMAT_MASK, FIELD_FORMAT_OFFSET) argument
[all …]
/drivers/spi/
Dspi-nxp-fspi.c380 static inline int needs_ip_only(struct nxp_fspi *f) in needs_ip_only()
392 static void fspi_writel(struct nxp_fspi *f, u32 val, void __iomem *addr) in fspi_writel()
400 static u32 fspi_readl(struct nxp_fspi *f, void __iomem *addr) in fspi_readl()
410 struct nxp_fspi *f = dev_id; in nxp_fspi_irq_handler() local
423 static int nxp_fspi_check_buswidth(struct nxp_fspi *f, u8 width) in nxp_fspi_check_buswidth()
439 struct nxp_fspi *f = spi_controller_get_devdata(mem->spi->master); in nxp_fspi_supports_op() local
490 static int fspi_readl_poll_tout(struct nxp_fspi *f, void __iomem *base, in fspi_readl_poll_tout()
512 static inline void nxp_fspi_invalid(struct nxp_fspi *f) in nxp_fspi_invalid()
526 static void nxp_fspi_prepare_lut(struct nxp_fspi *f, in nxp_fspi_prepare_lut()
587 static int nxp_fspi_clk_prep_enable(struct nxp_fspi *f) in nxp_fspi_clk_prep_enable()
[all …]
/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/gpu/drm/nouveau/include/nvif/
Dprintf.h7 #define NVIF_PRINT(l,o,f,a...) do { \ argument
14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a) argument
16 #define NVIF_DEBUG(o,f,a...) argument
19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a) argument
20 #define NVIF_ERRON(c,o,f,a...) do { \ argument
/drivers/tty/
Dtty.h9 #define tty_msg(fn, tty, f, ...) \ argument
12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) argument
13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) argument
14 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) argument
15 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) argument
17 #define tty_info_ratelimited(tty, f, ...) \ argument

12345678910>>...36