Searched refs:ccwgroup_create_dev (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
H A D | ccwgroup.h | 62 int ccwgroup_create_dev(struct device *root, struct ccwgroup_driver *gdrv,
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | ccwgroup.c | 305 * ccwgroup_create_dev() - create and register a ccw group device 318 int ccwgroup_create_dev(struct device *parent, struct ccwgroup_driver *gdrv, ccwgroup_create_dev() function 410 EXPORT_SYMBOL(ccwgroup_create_dev); variable
|
/linux-4.4.14/drivers/s390/net/ |
H A D | ctcm_main.c | 1782 err = ccwgroup_create_dev(ctcm_root_dev, &ctcm_group_driver, 2, buf); ctcm_driver_group_store()
|
H A D | lcs.c | 2418 err = ccwgroup_create_dev(lcs_root_dev, &lcs_group_driver, 2, buf); lcs_driver_group_store()
|
H A D | qeth_core_main.c | 5735 err = ccwgroup_create_dev(qeth_core_root_dev, qeth_core_driver_group_store()
|
Completed in 358 milliseconds