| /drivers/media/test-drivers/visl/ |
| A D | visl-trace-av1.h | 62 TP_ARGS(f), 64 TP_fast_assign(__entry->f = *f;), 149 __entry->f.cdef.bits, 225 TP_ARGS(f), 227 TP_fast_assign(__entry->f = *f;), 243 __entry->f.cr_mult, 280 __entry->f.cb_mult, 283 __entry->f.cb_offset, 284 __entry->f.cr_offset 295 TP_ARGS(f) [all …]
|
| A D | visl-trace-vp8.h | 13 TP_ARGS(f), 15 TP_fast_assign(__entry->f = *f;), 39 TP_ARGS(f), 41 TP_fast_assign(__entry->f = *f;), 98 __entry->f.lf.level, 112 __entry->f.width, 113 __entry->f.height, 116 __entry->f.version, 120 __entry->f.prob_gf, 142 TP_ARGS(f) [all …]
|
| A D | visl-trace-vp9.h | 13 TP_ARGS(f), 15 TP_fast_assign(__entry->f = *f;), 55 __entry->f.lf.level, 56 __entry->f.lf.sharpness, 60 __entry->f.quant.base_q_idx, 100 __entry->f.last_frame_ts, 102 __entry->f.alt_frame_ts, 112 __entry->f.profile, 113 __entry->f.bit_depth, 120 __entry->f.tile_cols_log2, [all …]
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-debug.h | 40 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument 181 #define IWL_DEBUG_RX(p, f, a...) IWL_DEBUG(p, IWL_DL_RX, f, ## a) argument 182 #define IWL_DEBUG_TX(p, f, a...) IWL_DEBUG(p, IWL_DL_TX, f, ## a) argument 183 #define IWL_DEBUG_ISR(p, f, a...) IWL_DEBUG(p, IWL_DL_ISR, f, ## a) argument 184 #define IWL_DEBUG_WEP(p, f, a...) IWL_DEBUG(p, IWL_DL_WEP, f, ## a) argument 185 #define IWL_DEBUG_HC(p, f, a...) IWL_DEBUG(p, IWL_DL_HCMD, f, ## a) argument 187 #define IWL_DEBUG_TE(p, f, a...) IWL_DEBUG(p, IWL_DL_TE, f, ## a) argument 190 #define IWL_DEBUG_FW(p, f, a...) IWL_DEBUG(p, IWL_DL_FW, f, ## a) argument 203 #define IWL_DEBUG_HT(p, f, a...) IWL_DEBUG(p, IWL_DL_HT, f, ## a) argument 213 #define IWL_DEBUG_11H(p, f, a...) IWL_DEBUG(p, IWL_DL_11H, f, ## a) argument [all …]
|
| /drivers/spi/ |
| A D | spi-nxp-fspi.c | 440 reg = fspi_readl(f, f->iobase + FSPI_INTR); in nxp_fspi_irq_handler() 543 reg = fspi_readl(f, f->iobase + FSPI_MCR0); in nxp_fspi_invalid() 655 fspi_writel(f, 0, f->iobase + FSPI_DLLACR); in nxp_fspi_dll_calibration() 656 fspi_writel(f, 0, f->iobase + FSPI_DLLBCR); in nxp_fspi_dll_calibration() 730 fspi_writel(f, 0, f->iobase + FSPI_FLSHA1CR0); in nxp_fspi_select_mem() 731 fspi_writel(f, 0, f->iobase + FSPI_FLSHA2CR0); in nxp_fspi_select_mem() 732 fspi_writel(f, 0, f->iobase + FSPI_FLSHB1CR0); in nxp_fspi_select_mem() 777 f->ahb_addr = ioremap(f->memmap_phy + f->memmap_start, in nxp_fspi_read_ahb() 1091 reg = fspi_readl(f, f->iobase + FSPI_MCR2); in nxp_fspi_default_setup() 1260 reg = fspi_readl(f, f->iobase + FSPI_INTR); in nxp_fspi_probe() [all …]
|
| /drivers/dma-buf/ |
| A D | st-dma-fence.c | 88 if (!f) in mock_fence() 92 dma_fence_init(&f->base, &mock_ops, &f->lock, 0, 0); in mock_fence() 102 if (!f) in sanitycheck() 119 if (!f) in test_signaling() 167 if (!f) in test_add_callback() 194 if (!f) in test_late_add_callback() 225 if (!f) in test_rm_callback() 257 if (!f) in test_late_rm_callback() 288 if (!f) in test_status() 316 if (!f) in test_error() [all …]
|
| A D | st-dma-resv.c | 28 struct dma_fence *f; in alloc_fence() local 30 f = kmalloc(sizeof(*f), GFP_KERNEL); in alloc_fence() 31 if (!f) in alloc_fence() 35 return f; in alloc_fence() 44 f = alloc_fence(); in sanitycheck() 45 if (!f) in sanitycheck() 51 dma_fence_put(f); in sanitycheck() 71 if (!f) in test_signaling() 118 if (!f) in test_for_each() 179 if (!f) in test_for_each_unlocked() [all …]
|
| /drivers/media/pci/ivtv/ |
| A D | ivtv-yuv.c | 230 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal() 252 if ((f->tru_x - f->pan_x > -1) && (f->tru_x - f->pan_x <= 40) && (f->dst_w >= 680)) in ivtv_yuv_handle_horizontal() 254 else if ((f->tru_x - f->pan_x < 0) && (f->tru_x - f->pan_x >= -20) && (f->dst_w >= 660)) in ivtv_yuv_handle_horizontal() 257 if (f->dst_w >= f->src_w) in ivtv_yuv_handle_horizontal() 263 if (f->dst_w < f->src_w) in ivtv_yuv_handle_horizontal() 271 if (f->dst_w >= f->src_w) { in ivtv_yuv_handle_horizontal() 286 if (f->dst_w > f->src_w) in ivtv_yuv_handle_horizontal() 396 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y); in ivtv_yuv_handle_vertical() 438 if (f->dst_h / 2 >= f->src_h && !f->interlaced_y) { in ivtv_yuv_handle_vertical() 710 f->dst_y -= f->pan_y; in ivtv_yuv_window_setup() [all …]
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_filter.c | 812 if (f->fs.newdmac || f->fs.newvlan) { in set_filter_wr() 815 f->fs.eport, f->fs.dmac); in set_filter_wr() 826 f->smt = cxgb4_smt_alloc_switching(f->dev, f->fs.smac); in set_filter_wr() 1003 memset(f, 0, sizeof(*f)); in clear_filter() 1015 if (f->valid || f->pending) in clear_all_filters() 1027 if (f->valid || f->pending) in clear_all_filters() 1041 if (f && (f->valid || f->pending)) in clear_all_filters() 1049 if (f && (f->valid || f->pending)) in clear_all_filters() 1408 f->fs.eport, f->fs.dmac); in cxgb4_set_hash_filter() 1419 f->smt = cxgb4_smt_alloc_switching(f->dev, f->fs.smac); in cxgb4_set_hash_filter() [all …]
|
| A D | cxgb4_tc_u32_parse.h | 64 f->val.frag = 1; in cxgb4_fill_ipv4_frag() 65 f->mask.frag = 1; in cxgb4_fill_ipv4_frag() 67 f->val.frag = 0; in cxgb4_fill_ipv4_frag() 68 f->mask.frag = 1; in cxgb4_fill_ipv4_frag() 88 memcpy(&f->val.fip[0], &val, sizeof(u32)); in cxgb4_fill_ipv4_src_ip() 89 memcpy(&f->mask.fip[0], &mask, sizeof(u32)); in cxgb4_fill_ipv4_src_ip() 97 memcpy(&f->val.lip[0], &val, sizeof(u32)); in cxgb4_fill_ipv4_dst_ip() 221 f->val.fport = ntohl(val) >> 16; in cxgb4_fill_l4_ports() 222 f->mask.fport = ntohl(mask) >> 16; in cxgb4_fill_l4_ports() 223 f->val.lport = ntohl(val) & 0x0000FFFF; in cxgb4_fill_l4_ports() [all …]
|
| /drivers/gpu/drm/i915/ |
| A D | i915_sw_fence_work.c | 11 if (f->ops->release) in fence_complete() 12 f->ops->release(f); in fence_complete() 18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local 20 f->ops->work(f); in fence_work() 22 fence_complete(f); in fence_work() 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 86 f->ops = ops; in dma_fence_work_init() 88 dma_fence_init(&f->dma, &fence_ops, &f->lock, 0, 0); in dma_fence_work_init() [all …]
|
| /drivers/media/test-drivers/vivid/ |
| A D | vivid-touch-cap.c | 117 if (f->index) in vivid_enum_fmt_tch() 192 f->bytesperline = f->width * sizeof(s16); in vivid_set_touch() 193 f->sizeimage = f->width * f->height * sizeof(s16); in vivid_set_touch() 247 if (x < f->width - 1 && y < f->height - 1) in vivid_tch_buf_set() 254 int size = f->width * f->height; in vivid_fillbuff_tch() 288 (rand % f->height) * f->width + in vivid_fillbuff_tch() 293 x = f->width / 2; in vivid_fillbuff_tch() 305 x = f->width / 2; in vivid_fillbuff_tch() 316 for (y = f->height / 2; y < f->height; y++) in vivid_fillbuff_tch() 324 ystart = (y * f->height) / 4 + f->height / 8; in vivid_fillbuff_tch() [all …]
|
| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_tc_matchall.c | 6 struct tc_cls_matchall_offload *f, in lan966x_tc_matchall_add() argument 12 NL_SET_ERR_MSG_MOD(f->common.extack, in lan966x_tc_matchall_add() 17 act = &f->rule->action.entries[0]; in lan966x_tc_matchall_add() 21 f->cookie, ingress, in lan966x_tc_matchall_add() 22 f->common.extack); in lan966x_tc_matchall_add() 28 act->chain_index, f->cookie, in lan966x_tc_matchall_add() 29 f->common.extack); in lan966x_tc_matchall_add() 45 f->common.extack); in lan966x_tc_matchall_del() 49 f->common.extack); in lan966x_tc_matchall_del() 51 return lan966x_goto_port_del(port, f->cookie, f->common.extack); in lan966x_tc_matchall_del() [all …]
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_rx_filter.c | 41 memcpy(ac, &f->cmd, sizeof(f->cmd)); in ionic_rx_filter_replay() 154 if (f) { in ionic_rx_filter_save() 159 f = devm_kzalloc(dev, sizeof(*f), GFP_ATOMIC); in ionic_rx_filter_save() 160 if (!f) in ionic_rx_filter_save() 168 memcpy(&f->cmd, ac, sizeof(f->cmd)); in ionic_rx_filter_save() 236 return f; in ionic_rx_filter_rxsteer() 320 if (f) { in ionic_lif_filter_add() 367 if (f && f->state == IONIC_FILTER_STATE_SYNCED) { in ionic_lif_filter_add() 428 if (f && f->state == IONIC_FILTER_STATE_OLD) { in ionic_lif_filter_add() 483 if (!f) { in ionic_lif_filter_del() [all …]
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_sync.c | 92 if (!f) in amdgpu_sync_get_owner() 166 if (!f) in amdgpu_sync_fence() 254 dma_fence_chain_for_each(f, f) { in amdgpu_sync_resv() 343 return f; in amdgpu_sync_peek_fence() 365 f = e->fence; in amdgpu_sync_get_fence() 371 return f; in amdgpu_sync_get_fence() 373 dma_fence_put(f); in amdgpu_sync_get_fence() 395 f = e->fence; in amdgpu_sync_clone() 442 f = e->fence; in amdgpu_sync_push_to_job() 448 dma_fence_get(f); in amdgpu_sync_push_to_job() [all …]
|
| A D | amdgpu_vm_tlb_fence.c | 53 struct amdgpu_tlb_fence *f = container_of(work, typeof(*f), work); in amdgpu_tlb_fence_work() local 56 if (f->dependency) { in amdgpu_tlb_fence_work() 59 f->dependency = NULL; in amdgpu_tlb_fence_work() 62 r = amdgpu_gmc_flush_gpu_tlb_pasid(f->adev, f->pasid, 2, true, 0); in amdgpu_tlb_fence_work() 65 f->pasid); in amdgpu_tlb_fence_work() 83 f = kmalloc(sizeof(*f), GFP_KERNEL); in amdgpu_vm_tlb_fence_create() 84 if (!f) { in amdgpu_vm_tlb_fence_create() 97 f->adev = adev; in amdgpu_vm_tlb_fence_create() 99 f->pasid = vm->pasid; in amdgpu_vm_tlb_fence_create() 103 dma_fence_init64(&f->base, &amdgpu_tlb_fence_ops, &f->lock, in amdgpu_vm_tlb_fence_create() [all …]
|
| /drivers/gpu/host1x/ |
| A D | fence.c | 41 dma_fence_get(f); in host1x_syncpt_fence_enable_signaling() 54 dma_fence_get(f); in host1x_syncpt_fence_enable_signaling() 82 dma_fence_put(&f->base); in host1x_fence_signal() 86 if (f->timeout && cancel_delayed_work(&f->timeout_work)) { in host1x_fence_signal() 91 dma_fence_put(&f->base); in host1x_fence_signal() 95 dma_fence_put(&f->base); in host1x_fence_signal() 106 if (f->timeout) in do_fence_timeout() 111 if (host1x_intr_remove_fence(f->sp->host, f)) { in do_fence_timeout() 116 dma_fence_put(&f->base); in do_fence_timeout() 121 if (f->timeout) in do_fence_timeout() [all …]
|
| /drivers/net/ethernet/ibm/emac/ |
| A D | debug.h | 32 # 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 44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument 45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument 46 # define ZMII_DBG2(d,f,x...) ZMII_DBG(d,f, ##x) argument 47 # define RGMII_DBG2(d,f,x...) RGMII_DBG(d,f, ##x) argument [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | debug.c | 21 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,", in hws_debug_dump_matcher_template_definer() 39 seq_puts(f, "\n"); in hws_debug_dump_matcher_template_definer() 53 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,%d\n", in hws_debug_dump_matcher_match_template() 78 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,%d", in hws_debug_dump_matcher_action_template() 91 seq_puts(f, "\n"); in hws_debug_dump_matcher_action_template() 141 seq_printf(f, ",%d,%d,%d,%d", in hws_debug_dump_matcher() 353 seq_printf(f, "%d,0x%llx,%u,%u\n", in hws_debug_dump_context_stc_resource() 395 seq_printf(f, "%d,0x%llx,%d,%d,%d,%d\n", in hws_debug_dump_action_ste_table() 437 ret = hws_debug_dump_table(f, tbl); in hws_debug_dump_context() 453 if (!f || !ctx) in hws_debug_dump() [all …]
|
| /drivers/block/aoe/ |
| A D | aoecmd.c | 88 return f; in getframe_deferred() 107 return f; in getframe() 196 t = f->t; in aoe_freetframe() 198 memset(&f->iter, 0, sizeof(f->iter)); in aoe_freetframe() 214 f = kcalloc(1, sizeof(*f), GFP_ATOMIC); in newtframe() 245 return f; in newtframe() 334 t = f->t; in ata_rw_frameinit() 336 fhash(f); in ata_rw_frameinit() 352 skb_fillup(skb, f->buf->bio, f->iter); in ata_rw_frameinit() 1139 bvcpy(skb, f->buf->bio, f->iter, n); in ktiocomplete() [all …]
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | debug.h | 54 #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 …]
|
| /drivers/gpu/drm/nouveau/include/nvhw/ |
| A D | drf.h | 63 #define NVVAL_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, (v)) argument 68 #define NVDEF_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v) argument 69 #define NVDEF_I(X,d,r,f,i,v) NVVAL_X(d##_##r##_##f(i), d##_##r##_##f##_##v) argument 96 #define NVDEF_SET_N(X,o,d,r,f, v) NVVAL_SET_X(o, d##_##r##_##f, d##_##r##_##f##_##v) argument 97 #define NVDEF_SET_I(X,o,d,r,f,i,v) NVVAL_SET_X(o, d##_##r##_##f(i), d##_##r##_##f##_##v) argument 120 #define NVDEF_MW_SET_N(X,o,d,r,f, v) NVVAL_MW_SET_X(o, d##_##r##_##f, d##_##r##_##f##_##v) argument 121 #define NVDEF_MW_SET_I(X,o,d,r,f,i,v) NVVAL_MW_SET_X(o, d##_##r##_##f(i), d##_##r##_##f##_##v) argument 176 NVVAL_X(d##_##r##_##f, (v))), d##_##r##_##f) 179 NVVAL_X(d##_##r##_##f, (v))), d##_##r##_##f) 186 NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v)), d##_##r##_##f) [all …]
|
| /drivers/hid/ |
| A D | hid-debug.c | 2857 if (!f) { in resolv_usage_page() 2865 if (!f) { in resolv_usage_page() 2875 if (!f) in resolv_usage_page() 2898 if (!f) { in hid_resolv_usage() 2924 if (!f) in hid_resolv_usage() 2938 if (!f) in hid_resolv_usage() 2955 tab(n, f); in hid_dump_field() 2960 tab(n, f); in hid_dump_field() 2971 tab(n+2, f); hid_resolv_usage(field->usage[j].hid, f); seq_printf(f, "\n"); in hid_dump_field() 3003 tab(n, f); seq_printf(f, "Unit(Invalid)\n"); in hid_dump_field() [all …]
|
| /drivers/char/mwave/ |
| A D | mwavedd.h | 74 #define PRINTK_1(f,s) \ argument 75 if (f & (mwave_debug)) { \ 79 #define PRINTK_2(f,s,v1) \ 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 …]
|
| /drivers/media/platform/samsung/s5p-g2d/ |
| A D | g2d.c | 102 if (IS_ERR(f)) in g2d_queue_setup() 103 return PTR_ERR(f); in g2d_queue_setup() 119 if (IS_ERR(f)) in g2d_buf_prepare() 302 f->pixelformat = formats[f->index].fourcc; in vidioc_enum_fmt() 353 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3; in vidioc_try_fmt() 354 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline; in vidioc_try_fmt() 405 if (IS_ERR(f)) in vidioc_g_selection() 456 if (IS_ERR(f)) in vidioc_try_selection() 487 if (IS_ERR(f)) in vidioc_s_selection() 494 f->bottom = f->o_height + f->c_height; in vidioc_s_selection() [all …]
|