Home
last modified time | relevance | path

Searched refs:cconf (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_object.c76 const struct cl_object_conf *cconf = lu2cl_conf(conf); in osc_object_init() local
79 osc->oo_oinfo = cconf->u.coc_oinfo; in osc_object_init()
/linux-4.1.27/drivers/tty/serial/
Dmax3100.c266 int conf, cconf, rts, crts; in max3100_work() local
275 cconf = s->conf_commit; in max3100_work()
281 if (cconf) in max3100_work()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c686 struct ptlrpc_service_cpt_conf *cconf = &conf->psc_cpt; in ptlrpc_register_service() local
701 cptable = cconf->cc_cptable; in ptlrpc_register_service()
709 if (cconf->cc_pattern != NULL) { in ptlrpc_register_service()
712 rc = cfs_expr_list_parse(cconf->cc_pattern, in ptlrpc_register_service()
713 strlen(cconf->cc_pattern), in ptlrpc_register_service()
717 conf->psc_name, cconf->cc_pattern); in ptlrpc_register_service()
725 conf->psc_name, cconf->cc_pattern, rc); in ptlrpc_register_service()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_object.c724 const struct cl_object_conf *cconf = lu2cl_conf(conf); in lov_object_init() local
736 lov->lo_type = lov_type(cconf->u.coc_md->lsm); in lov_object_init()
738 result = ops->llo_init(env, dev, lov, cconf, set); in lov_object_init()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c370 const struct cl_object_conf *cconf; in ccc_object_init() local
372 cconf = lu2cl_conf(conf); in ccc_object_init()
375 result = ccc_object_init0(env, vob, cconf); in ccc_object_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c1831 u8 cconf; in init_ram_restrict_pll() local
1836 for (cconf = 0; cconf < count; cconf++) { in init_ram_restrict_pll()
1839 if (cconf == strap) { in init_ram_restrict_pll()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c435 const struct cl_object_conf *cconf; in echo_object_init() local
450 cconf = lu2cl_conf(conf); in echo_object_init()
451 econf = cl2echo_conf(cconf); in echo_object_init()