Searched refs:cconf (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 76 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/ |
D | max3100.c | 266 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/ |
D | service.c | 686 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/ |
D | lov_object.c | 724 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/ |
D | lcommon_cl.c | 370 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/ |
D | init.c | 1831 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/ |
D | echo_client.c | 435 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()
|