Searched refs:scpd_area (Results 1 – 2 of 2) sorted by relevance
947 struct chsc_scpd *scpd_area; in chsc_determine_channel_path_desc() local959 scpd_area = page; in chsc_determine_channel_path_desc()961 scpd_area->request.code = 0x0002; in chsc_determine_channel_path_desc()962 scpd_area->cssid = chpid.cssid; in chsc_determine_channel_path_desc()965 scpd_area->m = m; in chsc_determine_channel_path_desc()966 scpd_area->c = c; in chsc_determine_channel_path_desc()967 scpd_area->fmt = fmt; in chsc_determine_channel_path_desc()968 scpd_area->rfmt = rfmt; in chsc_determine_channel_path_desc()970 ccode = chsc(scpd_area); in chsc_determine_channel_path_desc()991 scpd_area = chsc_page; \[all …]
755 struct chsc_scpd *scpd_area; in chsc_ioctl_chpd() local760 scpd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_chpd()761 if (!scpd_area || !chpd) { in chsc_ioctl_chpd()771 scpd_area); in chsc_ioctl_chpd()774 memcpy(&chpd->chpdb, &scpd_area->response, scpd_area->response.length); in chsc_ioctl_chpd()779 free_page((unsigned long)scpd_area); in chsc_ioctl_chpd()