Home
last modified time | relevance | path

Searched refs:ccw_device_enable_console (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h217 extern int ccw_device_enable_console(struct ccw_device *);
/openbmc/linux/drivers/s390/char/
H A Dcon3215.c937 if (ccw_device_enable_console(cdev)) { in con3215_init()
H A Draw3270.c817 rc = ccw_device_enable_console(cdev); in raw3270_setup_console()
/openbmc/linux/drivers/s390/cio/
H A Ddevice.c1574 int __init ccw_device_enable_console(struct ccw_device *cdev) in ccw_device_enable_console() function