Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_internal.h24 * struct binder_device - information about a binder device node
32 struct binder_device { struct
H A Dbinderfs.c92 * This function allocates a new binder_device and reserves a new minor
95 * function will stash a struct binder_device for the specific binder
98 * filesystem mount, stash a struct binder_device in its i_private field
109 struct binder_device *device; in binderfs_binder_device_create()
252 struct binder_device *device = inode->i_private; in binderfs_evict_inode()
386 struct binder_device *device; in binderfs_binder_ctl_create()
H A Dbinder.c5156 struct binder_device *device; in binder_free_proc()
5160 device = container_of(proc->context, struct binder_device, context); in binder_free_proc()
5741 struct binder_device *binder_dev; in binder_open()
5766 struct binder_device, miscdev); in binder_open()
6755 struct binder_device *binder_device; in init_binder_device() local
6757 binder_device = kzalloc(sizeof(*binder_device), GFP_KERNEL); in init_binder_device()
6758 if (!binder_device) in init_binder_device()
6761 binder_device in init_binder_device()
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinderfs.c100 * This function allocates a new binder_device and reserves a new minor
103 * function will stash a struct binder_device for the specific binder
106 * filesystem mount, stash a struct binder_device in its i_private field
117 struct binder_device *device; in binderfs_binder_device_create()
260 struct binder_device *device = inode->i_private; in binderfs_evict_inode()
396 struct binder_device *device; in binderfs_binder_ctl_create()
H A Dbinder_internal.h26 * struct binder_device - information about a binder device node
34 struct binder_device { struct
H A Dbinder.c4990 struct binder_device *device; in binder_free_proc()
4997 device = container_of(proc->context, struct binder_device, context); in binder_free_proc()
5784 struct binder_device *binder_dev; in binder_open()
5810 struct binder_device, miscdev); in binder_open()
6843 struct binder_device *binder_device; in init_binder_device() local
6845 binder_device = kzalloc(sizeof(*binder_device), GFP_KERNEL); in init_binder_device()
6846 if (!binder_device) in init_binder_device()
6849 binder_device in init_binder_device()
[all...]

Completed in 22 milliseconds