Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drandom.h138 extern const struct file_operations random_fops, urandom_fops;
/OK3568_Linux_fs/kernel/drivers/char/
H A Dmem.c984 [8] = { "random", 0666, &random_fops, FMODE_NOWAIT },
H A Drandom.c1393 const struct file_operations random_fops = { variable