Home
last modified time | relevance | path

Searched defs:pfb (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/net/nfc/
Ddigital_dep.c51 #define DIGITAL_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) argument
58 #define DIGITAL_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
60 #define DIGITAL_NFC_DEP_MI_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_MI_BIT) argument
61 #define DIGITAL_NFC_DEP_NACK_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_NACK_BIT) argument
62 #define DIGITAL_NFC_DEP_NAD_BIT_SET(pfb) ((pfb) & 0x08) argument
63 #define DIGITAL_NFC_DEP_DID_BIT_SET(pfb) ((pfb) & DIGITAL_NFC_DEP_PFB_DID_BIT) argument
64 #define DIGITAL_NFC_DEP_PFB_PNI(pfb) ((pfb) & 0x03) argument
110 u8 pfb; member
210 digital_recv_dep_data_gather(struct nfc_digital_dev *ddev, u8 pfb, in digital_recv_dep_data_gather()
659 u8 pfb; in digital_in_recv_dep_res() local
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dgf100.c78 int index, struct nvkm_fb **pfb) in gf100_fb_new_()
108 gf100_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gf100_fb_new()
Dgt215.c34 gt215_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gt215_fb_new()
Dgk104.c37 gk104_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk104_fb_new()
Dnv47.c42 nv47_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv47_fb_new()
Dnv49.c42 nv49_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv49_fb_new()
Dg84.c34 g84_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in g84_fb_new()
Dmcp89.c34 mcp89_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp89_fb_new()
Dnv4e.c41 nv4e_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv4e_fb_new()
Dmcp77.c34 mcp77_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp77_fb_new()
Dgm107.c37 gm107_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gm107_fb_new()
Dnv1a.c40 nv1a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv1a_fb_new()
Dgk20a.c38 gk20a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk20a_fb_new()
Dnv50.c256 int index, struct nvkm_fb **pfb) in nv50_fb_new_()
286 nv50_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv50_fb_new()
Dnv04.c56 nv04_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv04_fb_new()
Dnv41.c59 nv41_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv41_fb_new()
Dnv25.c57 nv25_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv25_fb_new()
Dnv35.c59 nv35_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv35_fb_new()
Dnv46.c55 nv46_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv46_fb_new()
Dnv36.c59 nv36_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv36_fb_new()
Dnv40.c65 nv40_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv40_fb_new()
Dnv44.c69 nv44_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv44_fb_new()
Dnv10.c68 nv10_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv10_fb_new()
Dnv20.c92 nv20_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv20_fb_new()
Dnv30.c130 nv30_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv30_fb_new()
Dbase.c166 int index, struct nvkm_fb **pfb) in nvkm_fb_new_()
/linux-4.4.14/drivers/nfc/st21nfca/
Ddep.c31 #define ST21NFCA_NFC_DEP_PFB_PNI(pfb) ((pfb) & 0x03) argument
32 #define ST21NFCA_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) argument
33 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
35 #define ST21NFCA_NFC_DEP_DID_BIT_SET(pfb) ((pfb) & 0x04) argument
36 #define ST21NFCA_NFC_DEP_NAD_BIT_SET(pfb) ((pfb) & 0x08) argument
39 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
116 u8 pfb; member
/linux-4.4.14/drivers/gpu/drm/gma500/
Dframebuffer.h39 struct psb_framebuffer pfb; member