Home
last modified time | relevance | path

Searched refs:pplen (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/media/davinci/
Dvpss.h44 short pplen; member
/linux-3.4.99/fs/cifs/
Dinode.c762 int pplen = vol->prepath ? strlen(vol->prepath) : 0; local
767 if (pplen == 0) {
779 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL);
785 strncpy(full_path + dfsplen, vol->prepath, pplen);
787 full_path[dfsplen + pplen] = 0; /* add trailing null */
Dconnect.c3524 unsigned int pplen = vol->prepath ? strlen(vol->prepath) : 0; in build_unc_path_to_root() local
3527 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
3534 if (pplen) { in build_unc_path_to_root()
3535 strncpy(pos, vol->prepath, pplen); in build_unc_path_to_root()
3536 pos += pplen; in build_unc_path_to_root()
/linux-3.4.99/drivers/media/video/davinci/
Dvpss.c355 current_reg |= (frame_size.pplen - 1); in dm365_vpss_set_pg_frame_size()
Disif.c700 frame_size.pplen = isif_cfg.bayer.win.height; in isif_config_raw()