Home | History | Annotate | Download | only in linux

Lines Matching refs:_IOW_BAD

258 	BC_TRANSACTION = _IOW_BAD('c', 0, struct binder_transaction_data),
259 BC_REPLY = _IOW_BAD('c', 1, struct binder_transaction_data),
264 BC_ACQUIRE_RESULT = _IOW_BAD('c', 2, int),
271 BC_FREE_BUFFER = _IOW_BAD('c', 3, int),
276 BC_INCREFS = _IOW_BAD('c', 4, int),
277 BC_ACQUIRE = _IOW_BAD('c', 5, int),
278 BC_RELEASE = _IOW_BAD('c', 6, int),
279 BC_DECREFS = _IOW_BAD('c', 7, int),
284 BC_INCREFS_DONE = _IOW_BAD('c', 8, struct binder_ptr_cookie),
285 BC_ACQUIRE_DONE = _IOW_BAD('c', 9, struct binder_ptr_cookie),
291 BC_ATTEMPT_ACQUIRE = _IOW_BAD('c', 10, struct binder_pri_desc),
314 BC_REQUEST_DEATH_NOTIFICATION = _IOW_BAD('c', 14, struct binder_ptr_cookie),
320 BC_CLEAR_DEATH_NOTIFICATION = _IOW_BAD('c', 15, struct binder_ptr_cookie),
326 BC_DEAD_BINDER_DONE = _IOW_BAD('c', 16, void *),