/linux-4.4.14/net/nfc/ |
D | digital_dep.c | 51 #define DIGITAL_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) argument 58 #define DIGITAL_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument 59 ((pfb) & DIGITAL_NFC_DEP_PFB_TIMEOUT_BIT) 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 183 dep_req_res->pfb |= DIGITAL_NFC_DEP_PFB_MI_BIT; in digital_send_dep_data_prep() [all …]
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | dep.c | 31 #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 34 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT) 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 40 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT) 116 u8 pfb; member 349 if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | gf100.c | 78 int index, struct nvkm_fb **pfb) in gf100_fb_new_() argument 85 *pfb = &fb->base; in gf100_fb_new_() 108 gf100_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gf100_fb_new() argument 110 return gf100_fb_new_(&gf100_fb, device, index, pfb); in gf100_fb_new()
|
D | gt215.c | 34 gt215_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gt215_fb_new() argument 36 return nv50_fb_new_(>215_fb, device, index, pfb); in gt215_fb_new()
|
D | g84.c | 34 g84_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in g84_fb_new() argument 36 return nv50_fb_new_(&g84_fb, device, index, pfb); in g84_fb_new()
|
D | mcp89.c | 34 mcp89_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp89_fb_new() argument 36 return nv50_fb_new_(&mcp89_fb, device, index, pfb); in mcp89_fb_new()
|
D | mcp77.c | 34 mcp77_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in mcp77_fb_new() argument 36 return nv50_fb_new_(&mcp77_fb, device, index, pfb); in mcp77_fb_new()
|
D | gk104.c | 37 gk104_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk104_fb_new() argument 39 return gf100_fb_new_(&gk104_fb, device, index, pfb); in gk104_fb_new()
|
D | gm107.c | 37 gm107_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gm107_fb_new() argument 39 return gf100_fb_new_(&gm107_fb, device, index, pfb); in gm107_fb_new()
|
D | gk20a.c | 38 gk20a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk20a_fb_new() argument 40 return nvkm_fb_new_(&gk20a_fb, device, index, pfb); in gk20a_fb_new()
|
D | nv1a.c | 40 nv1a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv1a_fb_new() argument 42 return nvkm_fb_new_(&nv1a_fb, device, index, pfb); in nv1a_fb_new()
|
D | nv4e.c | 41 nv4e_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv4e_fb_new() argument 43 return nvkm_fb_new_(&nv4e_fb, device, index, pfb); in nv4e_fb_new()
|
D | nv47.c | 42 nv47_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv47_fb_new() argument 44 return nvkm_fb_new_(&nv47_fb, device, index, pfb); in nv47_fb_new()
|
D | nv49.c | 42 nv49_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv49_fb_new() argument 44 return nvkm_fb_new_(&nv49_fb, device, index, pfb); in nv49_fb_new()
|
D | nv04.c | 56 nv04_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv04_fb_new() argument 58 return nvkm_fb_new_(&nv04_fb, device, index, pfb); in nv04_fb_new()
|
D | base.c | 166 int index, struct nvkm_fb **pfb) in nvkm_fb_new_() argument 168 if (!(*pfb = kzalloc(sizeof(**pfb), GFP_KERNEL))) in nvkm_fb_new_() 170 nvkm_fb_ctor(func, device, index, *pfb); in nvkm_fb_new_()
|
D | nv50.c | 256 int index, struct nvkm_fb **pfb) in nv50_fb_new_() argument 264 *pfb = &fb->base; in nv50_fb_new_() 286 nv50_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv50_fb_new() argument 288 return nv50_fb_new_(&nv50_fb, device, index, pfb); in nv50_fb_new()
|
D | nv46.c | 55 nv46_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv46_fb_new() argument 57 return nvkm_fb_new_(&nv46_fb, device, index, pfb); in nv46_fb_new()
|
D | nv25.c | 57 nv25_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv25_fb_new() argument 59 return nvkm_fb_new_(&nv25_fb, device, index, pfb); in nv25_fb_new()
|
D | nv41.c | 59 nv41_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv41_fb_new() argument 61 return nvkm_fb_new_(&nv41_fb, device, index, pfb); in nv41_fb_new()
|
D | nv35.c | 59 nv35_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv35_fb_new() argument 61 return nvkm_fb_new_(&nv35_fb, device, index, pfb); in nv35_fb_new()
|
D | nv36.c | 59 nv36_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv36_fb_new() argument 61 return nvkm_fb_new_(&nv36_fb, device, index, pfb); in nv36_fb_new()
|
D | nv40.c | 65 nv40_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv40_fb_new() argument 67 return nvkm_fb_new_(&nv40_fb, device, index, pfb); in nv40_fb_new()
|
D | nv44.c | 69 nv44_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv44_fb_new() argument 71 return nvkm_fb_new_(&nv44_fb, device, index, pfb); in nv44_fb_new()
|
D | nv10.c | 68 nv10_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv10_fb_new() argument 70 return nvkm_fb_new_(&nv10_fb, device, index, pfb); in nv10_fb_new()
|
D | nv20.c | 92 nv20_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv20_fb_new() argument 94 return nvkm_fb_new_(&nv20_fb, device, index, pfb); in nv20_fb_new()
|
D | nv30.c | 130 nv30_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv30_fb_new() argument 132 return nvkm_fb_new_(&nv30_fb, device, index, pfb); in nv30_fb_new()
|
D | nv50.h | 19 struct nvkm_fb **pfb);
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | framebuffer.h | 39 struct psb_framebuffer pfb; member
|
D | accel_2d.c | 243 struct psb_framebuffer *psbfb = &fbdev->pfb; in psbfb_copyarea_accel() 326 struct psb_framebuffer *psbfb = &fbdev->pfb; in psbfb_sync()
|
D | framebuffer.c | 97 struct psb_framebuffer *psbfb = &fbdev->pfb; in psbfb_pan() 165 struct psb_framebuffer *psbfb = &fbdev->pfb; in psbfb_mmap() 344 struct psb_framebuffer *psbfb = &fbdev->pfb; in psbfb_create() 562 struct psb_framebuffer *psbfb = &fbdev->pfb; in psb_fbdev_destroy()
|