Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvcs.c858 static struct vio_driver hvcs_vio_driver = { variable
1549 int rc = vio_register_driver(&hvcs_vio_driver); in hvcs_module_init()
1560 rc = driver_create_file(&(hvcs_vio_driver.driver), &driver_attr_rescan); in hvcs_module_init()
1573 vio_unregister_driver(&hvcs_vio_driver); in hvcs_module_exit()
1588 driver_remove_file(&hvcs_vio_driver.driver, &driver_attr_rescan); in hvcs_module_exit()