Searched refs:sccl_area (Results 1 – 1 of 1) sorted by relevance
684 } __attribute__ ((packed)) *sccl_area; in chsc_ioctl_conf_comp_list() local699 sccl_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA); in chsc_ioctl_conf_comp_list()700 if (!sccl_area) in chsc_ioctl_conf_comp_list()711 sccl_area->request.length = 0x0020; in chsc_ioctl_conf_comp_list()712 sccl_area->request.code = 0x0030; in chsc_ioctl_conf_comp_list()713 sccl_area->fmt = ccl->req.fmt; in chsc_ioctl_conf_comp_list()714 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()715 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()718 chpid_parm = (void *)&sccl_area->list_parm; in chsc_ioctl_conf_comp_list()725 cssids_parm = (void *)&sccl_area->list_parm; in chsc_ioctl_conf_comp_list()[all …]