Searched refs:binder (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/admin-guide/ |
| H A D | binderfs.rst | 6 Android binderfs is a filesystem for the Android binder IPC mechanism. It 7 allows to dynamically add and remove binder devices at runtime. Binder devices 8 located in a new binderfs instance are independent of binder devices located in 10 to get a set of private binder devices. 18 mount -t binder binder /dev/binderfs 21 In a fresh instance of binderfs no binder devices will be present. There will 22 only be a ``binder-control`` device which serves as the request handler for 31 binderfs instances can be mounted with a limit on the number of binder 34 of binder devices can be allocated in this binderfs instance. 37 Using ``stats=global`` enables global binder statistics. [all …]
|
| /linux/sound/soc/intel/avs/boards/ |
| H A D | hdaudio.c | 189 struct snd_soc_dai_link *binder; in avs_hdaudio_probe() local 204 binder = devm_kmemdup(dev, &probing_link, sizeof(probing_link), GFP_KERNEL); in avs_hdaudio_probe() 205 if (!binder) in avs_hdaudio_probe() 208 binder->platforms = devm_kzalloc(dev, sizeof(*binder->platforms), GFP_KERNEL); in avs_hdaudio_probe() 209 binder->codecs = devm_kzalloc(dev, sizeof(*binder->codecs), GFP_KERNEL); in avs_hdaudio_probe() 210 if (!binder->platforms || !binder->codecs) in avs_hdaudio_probe() 213 binder->codecs->name = devm_kstrdup_const(dev, dev_name(&codec->core.dev), GFP_KERNEL); in avs_hdaudio_probe() 214 if (!binder->codecs->name) in avs_hdaudio_probe() 217 binder->platforms->name = dev_name(dev); in avs_hdaudio_probe() 218 binder->num_platforms = 1; in avs_hdaudio_probe() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_events.h | 11 #define TRACE_INCLUDE_PATH ../drivers/android/binder
|
| /linux/drivers/android/ |
| H A D | binder.c | 745 binder_uintptr_t ptr = fp ? fp->binder : 0; in binder_init_node_ilocked() 2089 node = binder_get_node(proc, fp->binder); in binder_transaction_buffer_release() 2092 debug_id, (u64)fp->binder); in binder_transaction_buffer_release() 2247 node = binder_get_node(proc, fp->binder); in binder_translate_binder() 2255 proc->pid, thread->pid, (u64)fp->binder, in binder_translate_binder() 2276 fp->binder = 0; in binder_translate_binder() 2318 fp->binder = node->ptr; in binder_translate_handle() 2347 fp->binder = 0; in binder_translate_handle()
|
| /linux/ |
| H A D | MAINTAINERS | 1999 F: Documentation/netlink/specs/binder.yaml
|