Searched refs:flash_dev (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dflash.c156 static struct miscdevice flash_dev = { FLASH_MINOR, "flash", &flash_fops }; variable in typeref:struct:miscdevice
234 err = misc_register(&flash_dev);
245 misc_deregister(&flash_dev);

Completed in 30 milliseconds