Lines Matching refs:chpd
756 struct chsc_cpd_info *chpd;
759 chpd = kzalloc(sizeof(*chpd), GFP_KERNEL);
761 if (!scpd_area || !chpd) {
765 if (copy_from_user(chpd, user_chpd, sizeof(*chpd))) {
769 ret = chsc_determine_channel_path_desc(chpd->chpid, chpd->fmt,
770 chpd->rfmt, chpd->c, chpd->m,
774 memcpy(&chpd->chpdb, &scpd_area->response, scpd_area->response.length);
775 if (copy_to_user(user_chpd, chpd, sizeof(*chpd)))
778 kfree(chpd);