Searched refs:binder (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/Documentation/admin-guide/ |
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 10 to get a set of private binder devices. 18 mount -t binder binder /dev/binderfs 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. 42 Allocating binder Devices 62 binder device located under /dev/binderfs with the chosen name. 64 Deleting binder Devices [all …]
|
/linux-6.3-rc2/sound/soc/intel/avs/boards/ |
A D | hdaudio.c | 236 struct snd_soc_dai_link *binder; in avs_hdaudio_probe() local 250 if (!binder) in avs_hdaudio_probe() 253 binder->platforms = devm_kzalloc(dev, sizeof(*binder->platforms), GFP_KERNEL); in avs_hdaudio_probe() 254 binder->codecs = devm_kzalloc(dev, sizeof(*binder->codecs), GFP_KERNEL); in avs_hdaudio_probe() 255 if (!binder->platforms || !binder->codecs) in avs_hdaudio_probe() 259 if (!binder->codecs->name) in avs_hdaudio_probe() 263 binder->num_platforms = 1; in avs_hdaudio_probe() 264 binder->codecs->dai_name = "codec-probing-DAI"; in avs_hdaudio_probe() 265 binder->num_codecs = 1; in avs_hdaudio_probe() 271 card->name = binder->codecs->name; in avs_hdaudio_probe() [all …]
|
/linux-6.3-rc2/drivers/android/ |
A D | Kconfig | 24 Each binderfs mount initially only contains a binder-control device. 25 It can be used to dynamically allocate new binder IPC devices via 31 default "binder,hwbinder,vndbinder" 33 Default value for the binder.devices parameter. 35 The binder.devices parameter is a comma-separated list of strings 36 that specifies the names of the binder device nodes that will be 37 created. Each binder device has its own context manager, and is 44 This feature allows binder selftest to run. 46 Binder selftest checks the allocation and free of binder buffers
|
A D | Makefile | 5 obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
|
A D | binder_trace.h | 7 #define TRACE_SYSTEM binder
|
A D | binder.c | 731 binder_uintptr_t ptr = fp ? fp->binder : 0; in binder_init_node_ilocked() 1980 node = binder_get_node(proc, fp->binder); in binder_transaction_buffer_release() 1983 debug_id, (u64)fp->binder); in binder_transaction_buffer_release() 2124 node = binder_get_node(proc, fp->binder); in binder_translate_binder() 2132 proc->pid, thread->pid, (u64)fp->binder, in binder_translate_binder() 2153 fp->binder = 0; in binder_translate_binder() 2195 fp->binder = node->ptr; in binder_translate_handle() 2224 fp->binder = 0; in binder_translate_handle()
|
/linux-6.3-rc2/kernel/configs/ |
A D | android-base.config | 11 CONFIG_ANDROID_BINDER_DEVICES=binder,hwbinder,vndbinder
|
/linux-6.3-rc2/include/uapi/linux/android/ |
A D | binder.h | 83 binder_uintptr_t binder; /* local object */ member
|
Completed in 20 milliseconds