Home
last modified time | relevance | path

Searched refs:ccl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/s390/cio/
Dchsc_sch.c706 struct chsc_comp_list *ccl; in chsc_ioctl_conf_comp_list() local
737 ccl = kzalloc(sizeof(*ccl), GFP_KERNEL); in chsc_ioctl_conf_comp_list()
738 if (!ccl) { in chsc_ioctl_conf_comp_list()
742 if (copy_from_user(ccl, user_ccl, sizeof(*ccl))) { in chsc_ioctl_conf_comp_list()
748 sccl_area->fmt = ccl->req.fmt; in chsc_ioctl_conf_comp_list()
749 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()
754 chpid_parm->m = ccl->req.chpid.m; in chsc_ioctl_conf_comp_list()
755 chpid_parm->cssid = ccl->req.chpid.chp.cssid; in chsc_ioctl_conf_comp_list()
756 chpid_parm->chpid = ccl->req.chpid.chp.id; in chsc_ioctl_conf_comp_list()
761 cssids_parm->f_cssid = ccl->req.cssids.f_cssid; in chsc_ioctl_conf_comp_list()
[all …]
/Linux-v5.10/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c376 int sccl, ccl; in hisi_read_sccl_and_ccl_id() local
380 ccl = aff2 & 0x7; in hisi_read_sccl_and_ccl_id()
383 ccl = aff2; in hisi_read_sccl_and_ccl_id()
386 ccl = aff1; in hisi_read_sccl_and_ccl_id()
392 *cclp = ccl; in hisi_read_sccl_and_ccl_id()
/Linux-v5.10/drivers/power/supply/
Dsc27xx_fuel_gauge.c367 int ccl, cch, ret; in sc27xx_fgu_get_clbcnt() local
370 &ccl); in sc27xx_fgu_get_clbcnt()
379 *clb_cnt = ccl & SC27XX_FGU_CLBCNT_MASK; in sc27xx_fgu_get_clbcnt()