Lines Matching refs:_IOW
262 BINDER_SET_IDLE_TIMEOUT = _IOW('b', 3, __s64),
263 BINDER_SET_MAX_THREADS = _IOW('b', 5, __u32),
264 BINDER_SET_IDLE_PRIORITY = _IOW('b', 6, __s32),
265 BINDER_SET_CONTEXT_MGR = _IOW('b', 7, __s32),
266 BINDER_THREAD_EXIT = _IOW('b', 8, __s32),
270 BINDER_SET_CONTEXT_MGR_EXT = _IOW('b', 13, struct flat_binder_object),
271 BINDER_FREEZE = _IOW('b', 14, struct binder_freeze_info),
273 BINDER_ENABLE_ONEWAY_SPAM_DETECTION = _IOW('b', 16, __u32),
490 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
491 BC_REPLY = _IOW('c', 1, struct binder_transaction_data),
496 BC_ACQUIRE_RESULT = _IOW('c', 2, __s32),
503 BC_FREE_BUFFER = _IOW('c', 3, binder_uintptr_t),
508 BC_INCREFS = _IOW('c', 4, __u32),
509 BC_ACQUIRE = _IOW('c', 5, __u32),
510 BC_RELEASE = _IOW('c', 6, __u32),
511 BC_DECREFS = _IOW('c', 7, __u32),
516 BC_INCREFS_DONE = _IOW('c', 8, struct binder_ptr_cookie),
517 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie),
523 BC_ATTEMPT_ACQUIRE = _IOW('c', 10, struct binder_pri_desc),
546 BC_REQUEST_DEATH_NOTIFICATION = _IOW('c', 14,
553 BC_CLEAR_DEATH_NOTIFICATION = _IOW('c', 15,
560 BC_DEAD_BINDER_DONE = _IOW('c', 16, binder_uintptr_t),
565 BC_TRANSACTION_SG = _IOW('c', 17, struct binder_transaction_data_sg),
566 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg),
572 _IOW('c', 19, struct binder_handle_cookie),
578 BC_CLEAR_FREEZE_NOTIFICATION = _IOW('c', 20,
585 BC_FREEZE_NOTIFICATION_DONE = _IOW('c', 21, binder_uintptr_t),