Searched refs:cconf (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 543 struct ptlrpc_service_cpt_conf *cconf = &conf->psc_cpt; in ptlrpc_register_service() local 558 cptable = cconf->cc_cptable; in ptlrpc_register_service() 566 if (cconf->cc_pattern != NULL) { in ptlrpc_register_service() 569 rc = cfs_expr_list_parse(cconf->cc_pattern, in ptlrpc_register_service() 570 strlen(cconf->cc_pattern), in ptlrpc_register_service() 574 conf->psc_name, cconf->cc_pattern); in ptlrpc_register_service() 582 conf->psc_name, cconf->cc_pattern, rc); in ptlrpc_register_service()
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 369 const struct cl_object_conf *cconf; in ccc_object_init() local 371 cconf = lu2cl_conf(conf); in ccc_object_init() 374 result = ccc_object_init0(env, vob, cconf); in ccc_object_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 1911 u8 cconf; in init_ram_restrict_pll() local 1916 for (cconf = 0; cconf < count; cconf++) { in init_ram_restrict_pll() 1919 if (cconf == strap) { in init_ram_restrict_pll()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 436 const struct cl_object_conf *cconf; in echo_object_init() local 451 cconf = lu2cl_conf(conf); in echo_object_init() 452 econf = cl2echo_conf(cconf); in echo_object_init()
|