/linux/net/nfc/ |
H A D | digital_dep.c | 41 #define DIGITAL_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) argument 48 #define DIGITAL_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument 49 ((pfb) & DIGITAL_NFC_DEP_PFB_TIMEOUT_BIT) 50 #define DIGITAL_NFC_DEP_MI_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_MI_BIT) argument 51 #define DIGITAL_NFC_DEP_NACK_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_NACK_BIT) argument 52 #define DIGITAL_NFC_DEP_NAD_BIT_SET(pfb) ((pfb) & 0x08) argument 53 #define DIGITAL_NFC_DEP_DID_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_DID_BIT) argument 54 #define DIGITAL_NFC_DEP_PFB_PNI(pfb) ((pfb) & 0x03) argument 103 u8 pfb; member 207 dep_req_res->pfb |= DIGITAL_NFC_DEP_PFB_MI_BIT; in digital_send_dep_data_prep() [all …]
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateful.c | 282 struct vdec_fb *pfb; in mtk_vdec_worker() local 304 pfb = &dst_buf_info->frame_buffer; in mtk_vdec_worker() 305 pfb->base_y.va = vb2_plane_vaddr(&dst_buf->vb2_buf, 0); in mtk_vdec_worker() 306 pfb->base_y.dma_addr = in mtk_vdec_worker() 308 pfb->base_y.size = ctx->picinfo.fb_sz[0]; in mtk_vdec_worker() 310 pfb->base_c.va = vb2_plane_vaddr(&dst_buf->vb2_buf, 1); in mtk_vdec_worker() 311 pfb->base_c.dma_addr = in mtk_vdec_worker() 313 pfb->base_c.size = ctx->picinfo.fb_sz[1]; in mtk_vdec_worker() 314 pfb->status = 0; in mtk_vdec_worker() 319 dst_buf->vb2_buf.index, pfb, pfb->base_y.va, in mtk_vdec_worker() [all …]
|
H A D | mtk_vcodec_dec_stateless.c | 276 struct vdec_fb *pfb; in vdec_get_cap_buffer() local 287 pfb = &framebuf->frame_buffer; in vdec_get_cap_buffer() 288 pfb->base_y.va = vb2_plane_vaddr(dst_buf, 0); in vdec_get_cap_buffer() 289 pfb->base_y.dma_addr = vb2_dma_contig_plane_dma_addr(dst_buf, 0); in vdec_get_cap_buffer() 290 pfb->base_y.size = ctx->q_data[MTK_Q_DATA_DST].sizeimage[0]; in vdec_get_cap_buffer() 293 pfb->base_c.va = vb2_plane_vaddr(dst_buf, 1); in vdec_get_cap_buffer() 294 pfb->base_c.dma_addr = in vdec_get_cap_buffer() 296 pfb->base_c.size = ctx->q_data[MTK_Q_DATA_DST].sizeimage[1]; in vdec_get_cap_buffer() 300 dst_buf->index, pfb, pfb->base_y.va, &pfb->base_y.dma_addr, in vdec_get_cap_buffer() 301 &pfb->base_c.dma_addr, pfb->base_y.size, ctx->decoded_frame_cnt); in vdec_get_cap_buffer() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ga100.c | 41 ga100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in ga100_fb_new() argument 44 return r535_fb_new(&ga100_fb, device, type, inst, pfb); in ga100_fb_new() 46 return gf100_fb_new_(&ga100_fb, device, type, inst, pfb); in ga100_fb_new()
|
H A D | tu102.c | 49 tu102_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in tu102_fb_new() argument 52 return r535_fb_new(&tu102_fb, device, type, inst, pfb); in tu102_fb_new() 54 return gf100_fb_new_(&tu102_fb, device, type, inst, pfb); in tu102_fb_new()
|
H A D | gf100.c | 108 enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gf100_fb_new_() argument 115 *pfb = &fb->base; in gf100_fb_new_() 133 gf100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gf100_fb_new() argument 135 return gf100_fb_new_(&gf100_fb, device, type, inst, pfb); in gf100_fb_new()
|
H A D | ga102.c | 61 ga102_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in ga102_fb_new() argument 64 return r535_fb_new(&ga102_fb, device, type, inst, pfb); in ga102_fb_new() 66 return gf100_fb_new_(&ga102_fb, device, type, inst, pfb); in ga102_fb_new()
|
H A D | nv50.c | 240 enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv50_fb_new_() argument 248 *pfb = &fb->base; in nv50_fb_new_() 260 nv50_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv50_fb_new() argument 262 return nv50_fb_new_(&nv50_fb, device, type, inst, pfb); in nv50_fb_new()
|
H A D | mcp89.c | 34 mcp89_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in mcp89_fb_new() argument 36 return nv50_fb_new_(&mcp89_fb, device, type, inst, pfb); in mcp89_fb_new()
|
H A D | mcp77.c | 34 mcp77_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in mcp77_fb_new() argument 36 return nv50_fb_new_(&mcp77_fb, device, type, inst, pfb); in mcp77_fb_new()
|
H A D | g84.c | 35 g84_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in g84_fb_new() argument 37 return nv50_fb_new_(&g84_fb, device, type, inst, pfb); in g84_fb_new()
|
H A D | gt215.c | 35 gt215_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gt215_fb_new() argument 37 return nv50_fb_new_(>215_fb, device, type, inst, pfb); in gt215_fb_new()
|
H A D | gk20a.c | 37 gk20a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gk20a_fb_new() argument 39 return gf100_fb_new_(&gk20a_fb, device, type, inst, pfb); in gk20a_fb_new()
|
H A D | gp10b.c | 35 gp10b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gp10b_fb_new() argument 37 return gf100_fb_new_(&gp10b_fb, device, type, inst, pfb); in gp10b_fb_new()
|
H A D | nv1a.c | 39 nv1a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv1a_fb_new() argument 41 return nvkm_fb_new_(&nv1a_fb, device, type, inst, pfb); in nv1a_fb_new()
|
H A D | gm20b.c | 38 gm20b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gm20b_fb_new() argument 40 return gf100_fb_new_(&gm20b_fb, device, type, inst, pfb); in gm20b_fb_new()
|
H A D | nv04.c | 47 nv04_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv04_fb_new() argument 49 return nvkm_fb_new_(&nv04_fb, device, type, inst, pfb); in nv04_fb_new()
|
H A D | nv4e.c | 40 nv4e_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv4e_fb_new() argument 42 return nvkm_fb_new_(&nv4e_fb, device, type, inst, pfb); in nv4e_fb_new()
|
H A D | gm107.c | 40 gm107_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gm107_fb_new() argument 42 return gf100_fb_new_(&gm107_fb, device, type, inst, pfb); in gm107_fb_new()
|
H A D | gf108.c | 40 gf108_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gf108_fb_new() argument 42 return gf100_fb_new_(&gf108_fb, device, type, inst, pfb); in gf108_fb_new()
|
H A D | nv49.c | 42 nv49_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv49_fb_new() argument 44 return nvkm_fb_new_(&nv49_fb, device, type, inst, pfb); in nv49_fb_new()
|
H A D | nv47.c | 42 nv47_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv47_fb_new() argument 44 return nvkm_fb_new_(&nv47_fb, device, type, inst, pfb); in nv47_fb_new()
|
H A D | gk110.c | 69 gk110_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gk110_fb_new() argument 71 return gf100_fb_new_(&gk110_fb, device, type, inst, pfb); in gk110_fb_new()
|
H A D | gk104.c | 87 gk104_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gk104_fb_new() argument 89 return gf100_fb_new_(&gk104_fb, device, type, inst, pfb); in gk104_fb_new()
|
H A D | gv100.c | 47 gv100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gv100_fb_new() argument 49 return gf100_fb_new_(&gv100_fb, device, type, inst, pfb); in gv100_fb_new()
|