Searched refs:binder_devices_param (Results 1 – 3 of 3) sorted by relevance
78 extern char *binder_devices_param;
717 name = binder_devices_param; in binderfs_fill_super()805 name = binder_devices_param; in init_binderfs()
118 char *binder_devices_param = CONFIG_ANDROID_BINDER_DEVICES; variable119 module_param_named(devices, binder_devices_param, charp, 0444);6595 strcmp(binder_devices_param, "") != 0) { in binder_init()6600 device_names = kstrdup(binder_devices_param, GFP_KERNEL); in binder_init()