Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder_internal.h49 extern const struct file_operations rust_binder_fops;
H A Drust_binder_main.rs315 pub static rust_binder_fops: AssertSync<kernel::bindings::file_operations> = { variable
H A Drust_binderfs.c166 inode->i_fop = &rust_binder_fops; in binderfs_binder_device_create()