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

/linux-master/drivers/android/
H A Dbinderfs.c99 * This function allocates a new binder_device and reserves a new minor
102 * function will stash a struct binder_device for the specific binder
105 * filesystem mount, stash a struct binder_device in its i_private field
116 struct binder_device *device;
259 struct binder_device *device = inode->i_private;
395 struct binder_device *device;
H A Dbinder_internal.h26 * struct binder_device - information about a binder device node
34 struct binder_device { struct
H A Dbinder.c4916 struct binder_device *device;
4923 device = container_of(proc->context, struct binder_device, context);
5624 struct binder_device *binder_dev;
5650 struct binder_device, miscdev);
6536 struct binder_device *binder_device; local
6538 binder_device = kzalloc(sizeof(*binder_device), GFP_KERNEL);
6539 if (!binder_device)
6542 binder_device
[all...]

Completed in 165 milliseconds