Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder_internal.h72 extern const struct file_operations binder_fops;
Dbinderfs.c146 inode->i_fop = &binder_fops; in binderfs_binder_device_create()
Dbinder.c6057 const struct file_operations binder_fops = { variable
6077 binder_device->miscdev.fops = &binder_fops; in init_binder_device()