/linux-4.1.27/drivers/scsi/ |
D | u14-34f.c | 745 struct mscp *cpp; in board_inquiry() local 752 cpp = &HD(j)->cp[0]; in board_inquiry() 753 cpp->cp_dma_addr = pci_map_single(HD(j)->pdev, cpp, sizeof(struct mscp), in board_inquiry() 755 memset(cpp, 0, sizeof(struct mscp) - CP_TAIL_SIZE); in board_inquiry() 756 cpp->opcode = OP_HOST_ADAPTER; in board_inquiry() 757 cpp->xdir = DTD_IN; in board_inquiry() 758 cpp->data_address = H2DEV(id_dma_addr); in board_inquiry() 759 cpp->data_len = H2DEV(sizeof(HD(j)->board_id)); in board_inquiry() 760 cpp->cdb_len = 6; in board_inquiry() 761 cpp->cdb[0] = HA_CMD_INQUIRY; in board_inquiry() [all …]
|
D | eata.c | 1603 struct mscp *cpp; in map_dma() local 1606 cpp = &ha->cp[i]; in map_dma() 1607 SCpnt = cpp->SCpnt; in map_dma() 1611 cpp->sense_addr = in map_dma() 1615 cpp->sense_len = SCSI_SENSE_BUFFERSIZE; in map_dma() 1618 cpp->data_len = 0; in map_dma() 1627 cpp->sglist[k].address = H2DEV(sg_dma_address(sg)); in map_dma() 1628 cpp->sglist[k].num_bytes = H2DEV(sg_dma_len(sg)); in map_dma() 1631 cpp->sg = 1; in map_dma() 1632 cpp->data_address = H2DEV(pci_map_single(ha->pdev, cpp->sglist, in map_dma() [all …]
|
/linux-4.1.27/drivers/net/slip/ |
D | slhc.c | 83 static long decode(unsigned char **cpp); 85 static unsigned short pull16(unsigned char **cpp); 195 pull16(unsigned char **cpp) in pull16() argument 199 rval = *(*cpp)++; in pull16() 201 rval |= *(*cpp)++; in pull16() 207 decode(unsigned char **cpp) in decode() argument 211 x = *(*cpp)++; in decode() 213 return pull16(cpp) & 0xffff; /* pull16 returns -1 on error */ in decode() 228 unsigned char *ocp, unsigned char **cpp, int compress_cid) in slhc_compress() argument 447 *cpp = ocp; in slhc_compress() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 224 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 269 cpp = &np->child; in bootx_scan_dt_build_strings() 270 while(*cpp) { in bootx_scan_dt_build_strings() 271 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_strings() 272 bootx_scan_dt_build_strings(base, *cpp, mem_end); in bootx_scan_dt_build_strings() 273 cpp = &np->sibling; in bootx_scan_dt_build_strings() 282 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local 341 cpp = &np->child; in bootx_scan_dt_build_struct() 342 while(*cpp) { in bootx_scan_dt_build_struct() 343 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_struct() [all …]
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r200.c | 318 track->cb[0].cpp = 1; in r200_packet0_check() 323 track->cb[0].cpp = 2; in r200_packet0_check() 326 track->cb[0].cpp = 4; in r200_packet0_check() 345 track->zb.cpp = 2; in r200_packet0_check() 353 track->zb.cpp = 4; in r200_packet0_check() 488 track->textures[i].cpp = 1; in r200_packet0_check() 500 track->textures[i].cpp = 2; in r200_packet0_check() 508 track->textures[i].cpp = 4; in r200_packet0_check() 512 track->textures[i].cpp = 1; in r200_packet0_check() 517 track->textures[i].cpp = 1; in r200_packet0_check()
|
D | r100_track.h | 15 unsigned cpp; member 42 unsigned cpp; member
|
D | r300.c | 781 track->cb[i].cpp = 1; in r300_packet0_check() 787 track->cb[i].cpp = 2; in r300_packet0_check() 797 track->cb[i].cpp = 4; in r300_packet0_check() 800 track->cb[i].cpp = 8; in r300_packet0_check() 803 track->cb[i].cpp = 16; in r300_packet0_check() 826 track->zb.cpp = 2; in r300_packet0_check() 829 track->zb.cpp = 4; in r300_packet0_check() 897 track->textures[i].cpp = 1; in r300_packet0_check() 910 track->textures[i].cpp = 2; in r300_packet0_check() 922 track->textures[i].cpp = 4; in r300_packet0_check() [all …]
|
D | r600_blit.c | 789 int w, int h, int src_pitch, int dst_pitch, int cpp) in r600_blit_swap() argument 828 switch(cpp) { in r600_blit_swap() 845 src_pitch / cpp, in r600_blit_swap() 846 sy2, src_pitch / cpp, in r600_blit_swap() 854 dst_pitch / cpp, dy2, in r600_blit_swap()
|
D | r100.c | 1731 track->cb[0].cpp = 1; in r100_packet0_check() 1736 track->cb[0].cpp = 2; in r100_packet0_check() 1739 track->cb[0].cpp = 4; in r100_packet0_check() 1753 track->zb.cpp = 2; in r100_packet0_check() 1761 track->zb.cpp = 4; in r100_packet0_check() 1838 track->textures[i].cpp = 1; in r100_packet0_check() 1850 track->textures[i].cpp = 2; in r100_packet0_check() 1857 track->textures[i].cpp = 4; in r100_packet0_check() 1861 track->textures[i].cpp = 1; in r100_packet0_check() 1866 track->textures[i].cpp = 1; in r100_packet0_check() [all …]
|
D | r600_cp.c | 2425 int i, cpp, src_pitch, dst_pitch; in r600_cp_dispatch_swap() local 2431 cpp = 4; in r600_cp_dispatch_swap() 2433 cpp = 2; in r600_cp_dispatch_swap() 2462 src_pitch, dst_pitch, cpp); in r600_cp_dispatch_swap()
|
D | radeon_drv.h | 470 int w, int h, int src_pitch, int dst_pitch, int cpp);
|
/linux-4.1.27/scripts/ |
D | unifdef.c | 825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument 833 cp = skipcomment(*cpp); in eval_unary() 904 *cpp = cp; in eval_unary() 913 eval_table(const struct ops *ops, int *valp, const char **cpp) in eval_table() argument 921 cp = *cpp; in eval_table() 940 *cpp = cp; in eval_table() 952 ifeval(const char **cpp) in ifeval() argument 957 debug("eval %s", *cpp); in ifeval() 959 ret = eval_table(eval_ops, &val, cpp); in ifeval()
|
D | link-vmlinux.sh | 98 ${CC} ${aflags} -c -o ${2} -x assembler-with-cpp -
|
D | Makefile.lib | 286 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_smp.c | 196 int n, fetch_stride, cpp; in mdp5_smp_request() local 198 cpp = drm_format_plane_cpp(fmt, i); in mdp5_smp_request() 199 fetch_stride = width * cpp / (i ? hsub : 1); in mdp5_smp_request()
|
D | mdp5_plane.c | 535 MDP5_PIPE_SRC_FORMAT_CPP(format->cpp - 1) | in mdp5_plane_mode_set()
|
/linux-4.1.27/drivers/usb/serial/ |
D | Makefile-keyspan_pda_fw | 9 gcc -x assembler-with-cpp -P -E -o $@ $<
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 49 int cpp; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 426 // extract cpp, src_ncomp and dst_ncomp from FORMAT 521 // nTx = round_up(w * cpp, 1 << Tp) >> Tp 523 // Txo = (x * cpp) & ((1 << Tp) - 1) 524 // Tx = (x * cpp) >> Tp 560 // Op = (x * cpp) & ((1 << Tp) - 1) 561 // Tx = (x * cpp) >> Tp 594 // nTx = ((w * cpp) + ((1 << Tp) - 1) >> Tp) 787 // fill in cpp/xcnt for both surfaces as if (cpp == 1)
|
/linux-4.1.27/include/net/ |
D | slhc_vj.h | 178 unsigned char *ocp, unsigned char **cpp, int compress_cid);
|
D | ip_vs.h | 446 int *verdict, struct ip_vs_conn **cpp, 819 int *verdict, struct ip_vs_conn **cpp);
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_main.c | 915 char *cpp, quoted; in kdb_parse() local 934 cpp = cbuf; in kdb_parse() 947 if (cpp >= cbuf + CMD_BUFLEN) { in kdb_parse() 958 argv[argc++] = cpp; in kdb_parse() 965 if (cpp >= cbuf + CMD_BUFLEN) in kdb_parse() 969 *cpp++ = *cp++; in kdb_parse() 981 *cpp = *cp++; in kdb_parse() 982 if (*cpp == '=' && !quoted) in kdb_parse() 984 ++cpp; in kdb_parse() 986 *cpp++ = '\0'; /* Squash a ws or '=' character */ in kdb_parse()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_proto_udp.c | 33 int *verdict, struct ip_vs_conn **cpp, in udp_conn_schedule() argument 67 *cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph); in udp_conn_schedule() 68 if (!*cpp && ignored <= 0) { in udp_conn_schedule()
|
D | ip_vs_proto_ah_esp.c | 111 int *verdict, struct ip_vs_conn **cpp, in ah_esp_conn_schedule() argument
|
D | ip_vs_proto_sctp.c | 13 int *verdict, struct ip_vs_conn **cpp, in sctp_conn_schedule() argument 56 *cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph); in sctp_conn_schedule() 57 if (!*cpp && ignored <= 0) { in sctp_conn_schedule()
|
D | ip_vs_proto_tcp.c | 36 int *verdict, struct ip_vs_conn **cpp, in tcp_conn_schedule() argument 72 *cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph); in tcp_conn_schedule() 73 if (!*cpp && ignored <= 0) { in tcp_conn_schedule()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 54 .cpp = (bytes_per_pixel), \ 62 uint32_t cpp; /* bytes/chars per pixel */ member 373 min_align = max(min_align, (geom[fmt].slot_w * geom[fmt].cpp)); in tiler_reserve_2d() 375 align /= geom[fmt].slot_w * geom[fmt].cpp; in tiler_reserve_2d() 530 return geom[fmt].cpp * w * h; in tiler_size() 536 return round_up(geom[fmt].cpp * w, PAGE_SIZE) * h; in tiler_vsize()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/ |
D | mdp_kms.h | 90 uint8_t cpp, unpack_count; member
|
D | mdp_format.c | 83 .cpp = c, \
|
/linux-4.1.27/drivers/gpu/drm/i810/ |
D | i810_dma.c | 596 int cpp = 2; in i810_dma_dispatch_clear() local 618 unsigned int width = (pbox->x2 - x) * cpp; in i810_dma_dispatch_clear() 620 unsigned int start = y * pitch + x * cpp; in i810_dma_dispatch_clear() 669 int cpp = 2; in i810_dma_dispatch_swap() local 683 unsigned int dst = pbox->x1 * cpp + pbox->y1 * pitch; in i810_dma_dispatch_swap() 694 OUT_RING((h << 16) | (w * cpp)); in i810_dma_dispatch_swap()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 548 cpp手册对宏的讲解很详细。Gcc internals手册也详细讲解了RTL(译注:register 685 cpp,gcc,gcc internals和indent的GNU手册——和K&R及本文相符合的部分,全部可以在
|
/linux-4.1.27/fs/nilfs2/ |
D | cpfile.c | 229 struct nilfs_checkpoint **cpp, in nilfs_cpfile_get_checkpoint() argument 275 if (cpp != NULL) in nilfs_cpfile_get_checkpoint() 276 *cpp = cp; in nilfs_cpfile_get_checkpoint()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | tdfxfb.c | 573 u32 cpp = (info->var.bits_per_pixel + 7) >> 3; in tdfxfb_set_par() local 579 ((cpp - 1) << VIDCFG_PIXFMT_SHIFT) | in tdfxfb_set_par() 580 (cpp != 1 ? VIDCFG_CLUT_BYPASS : 0); in tdfxfb_set_par() 711 reg.stride = info->var.xres * cpp; in tdfxfb_set_par() 713 + info->var.xoffset * cpp; in tdfxfb_set_par()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 48 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 8 controlled by a set of kernel configuration variables and cpp macros: 40 giving an RCU CPU stall warning message. (This is a cpp 50 two jiffies. (This is a cpp macro, not a kernel configuration
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 2598 union xfs_btree_ptr *cpp; /* child ptr pointer */ in xfs_btree_new_iroot() local 2654 cpp = xfs_btree_ptr_addr(cur, 1, cblock); in xfs_btree_new_iroot() 2662 xfs_btree_copy_ptrs(cur, cpp, pp, xfs_btree_get_numrecs(cblock)); in xfs_btree_new_iroot() 3192 union xfs_btree_ptr *cpp; in xfs_btree_kill_iroot() local 3257 cpp = xfs_btree_ptr_addr(cur, 1, cblock); in xfs_btree_kill_iroot() 3262 error = xfs_btree_check_ptr(cur, cpp, i, level - 1); in xfs_btree_kill_iroot() 3269 xfs_btree_copy_ptrs(cur, pp, cpp, numrecs); in xfs_btree_kill_iroot()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_plane.c | 303 MDP4_PIPE_SRC_FORMAT_CPP(format->cpp - 1) | in mdp4_plane_mode_set()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_crtc.c | 3287 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check() local 3294 if ((uint64_t) width * cpp > UINT_MAX) in framebuffer_check() 3300 if (r->pitches[i] < width * cpp) { in framebuffer_check() 5083 u32 cpp, stride, size; in drm_mode_create_dumb_ioctl() local 5092 cpp = DIV_ROUND_UP(args->bpp, 8); in drm_mode_create_dumb_ioctl() 5093 if (!cpp || cpp > 0xffffffffU / args->width) in drm_mode_create_dumb_ioctl() 5095 stride = cpp * args->width; in drm_mode_create_dumb_ioctl()
|
/linux-4.1.27/include/uapi/drm/ |
D | i915_drm.h | 87 unsigned int cpp; member
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 1738 cpp :8, /* Cores per processor */ member 1773 #define overview_cpp overview.overview_bits.cpp
|
/linux-4.1.27/fs/ocfs2/ |
D | aops.c | 987 unsigned int cpp; in ocfs2_figure_cluster_boundaries() local 989 cpp = 1 << (PAGE_CACHE_SHIFT - osb->s_clustersize_bits); in ocfs2_figure_cluster_boundaries() 991 cluster_start = cpos % cpp; in ocfs2_figure_cluster_boundaries()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_pm.c | 1280 int cpp = crtc->primary->state->fb->bits_per_pixel / 8; in i9xx_update_wm() local 1282 cpp = 4; in i9xx_update_wm() 1286 wm_info, fifo_size, cpp, in i9xx_update_wm() 1302 int cpp = crtc->primary->state->fb->bits_per_pixel / 8; in i9xx_update_wm() local 1304 cpp = 4; in i9xx_update_wm() 1308 wm_info, fifo_size, cpp, in i9xx_update_wm()
|
D | intel_display.c | 2469 unsigned int cpp, in intel_gen4_compute_page_offset() argument 2478 tiles = *x / (512/cpp); in intel_gen4_compute_page_offset() 2479 *x %= 512/cpp; in intel_gen4_compute_page_offset() 2485 offset = *y * pitch + *x * cpp; in intel_gen4_compute_page_offset() 2487 *x = (offset & 4095) / cpp; in intel_gen4_compute_page_offset()
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 678 The cpp manual deals with macros exhaustively. The gcc internals manual also 940 GNU manuals - where in compliance with K&R and this text - for cpp, gcc,
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 890 /* This is here to suppress warnings from the GCC cpp's
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 818 /* This is here to suppress warnings from the GCC cpp's
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 750 /* This is here to suppress warnings from the GCC cpp's
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1150 It is also suggested that you pipe your source file through cpp (gcc
|