Searched refs:pfb (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dmcp77.c34 mcp77_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
36 return nv50_fb_new_(&mcp77_fb, device, type, inst, pfb);
H A Dmcp89.c34 mcp89_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
36 return nv50_fb_new_(&mcp89_fb, device, type, inst, pfb);
H A Dgk20a.c37 gk20a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
39 return gf100_fb_new_(&gk20a_fb, device, type, inst, pfb);
H A Dnv04.c47 nv04_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
49 return nvkm_fb_new_(&nv04_fb, device, type, inst, pfb);
H A Dnv1a.c39 nv1a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
41 return nvkm_fb_new_(&nv1a_fb, device, type, inst, pfb);
H A Dgt215.c35 gt215_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
37 return nv50_fb_new_(&gt215_fb, device, type, inst, pfb);
H A Dnv4e.c40 nv4e_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
42 return nvkm_fb_new_(&nv4e_fb, device, type, inst, pfb);
H A Dg84.c35 g84_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
37 return nv50_fb_new_(&g84_fb, device, type, inst, pfb);
H A Dgp10b.c35 gp10b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
37 return gf100_fb_new_(&gp10b_fb, device, type, inst, pfb);
H A Dgm20b.c38 gm20b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
40 return gf100_fb_new_(&gm20b_fb, device, type, inst, pfb);
H A Dgf108.c40 gf108_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
42 return gf100_fb_new_(&gf108_fb, device, type, inst, pfb);
H A Dgm107.c40 gm107_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
42 return gf100_fb_new_(&gm107_fb, device, type, inst, pfb);
H A Dga100.c41 ga100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
44 return r535_fb_new(&ga100_fb, device, type, inst, pfb);
46 return gf100_fb_new_(&ga100_fb, device, type, inst, pfb);
H A Dnv49.c42 nv49_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
44 return nvkm_fb_new_(&nv49_fb, device, type, inst, pfb);
H A Dnv47.c42 nv47_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
44 return nvkm_fb_new_(&nv47_fb, device, type, inst, pfb);
H A Dtu102.c49 tu102_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
52 return r535_fb_new(&tu102_fb, device, type, inst, pfb);
54 return gf100_fb_new_(&tu102_fb, device, type, inst, pfb);
H A Dgv100.c47 gv100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
49 return gf100_fb_new_(&gv100_fb, device, type, inst, pfb);
H A Dnv50.h19 struct nvkm_fb **pfb);
H A Dnv25.c57 nv25_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
59 return nvkm_fb_new_(&nv25_fb, device, type, inst, pfb);
H A Dnv46.c54 nv46_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
56 return nvkm_fb_new_(&nv46_fb, device, type, inst, pfb);
H A Dgk104.c87 gk104_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
89 return gf100_fb_new_(&gk104_fb, device, type, inst, pfb);
H A Dgk110.c69 gk110_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
71 return gf100_fb_new_(&gk110_fb, device, type, inst, pfb);
H A Dga102.c61 ga102_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
64 return r535_fb_new(&ga102_fb, device, type, inst, pfb);
66 return gf100_fb_new_(&ga102_fb, device, type, inst, pfb);
H A Dgf100.c108 enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb)
115 *pfb = &fb->base;
133 gf100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
135 return gf100_fb_new_(&gf100_fb, device, type, inst, pfb);
107 gf100_fb_new_(const struct nvkm_fb_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
/linux-master/net/nfc/
H A Ddigital_dep.c41 #define DIGITAL_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0)
48 #define DIGITAL_NFC_DEP_PFB_IS_TIMEOUT(pfb) \
49 ((pfb) & DIGITAL_NFC_DEP_PFB_TIMEOUT_BIT)
50 #define DIGITAL_NFC_DEP_MI_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_MI_BIT)
51 #define DIGITAL_NFC_DEP_NACK_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_NACK_BIT)
52 #define DIGITAL_NFC_DEP_NAD_BIT_SET(pfb) ((pfb)
103 u8 pfb; member in struct:digital_dep_req_res
231 digital_recv_dep_data_gather(struct nfc_digital_dev *ddev, u8 pfb, struct sk_buff *resp, int (*send_ack)(struct nfc_digital_dev *ddev, struct digital_data_exch *data_exch), struct digital_data_exch *data_exch) argument
691 u8 pfb; local
1082 u8 pfb; local
[all...]

Completed in 285 milliseconds

12