Home | History | Annotate | Download | only in linux

Lines Matching refs:_IOW_BAD

155  BC_TRANSACTION = _IOW_BAD('c', 0, struct binder_transaction_data),
156 BC_REPLY = _IOW_BAD('c', 1, struct binder_transaction_data),
158 BC_ACQUIRE_RESULT = _IOW_BAD('c', 2, int),
160 BC_FREE_BUFFER = _IOW_BAD('c', 3, int),
162 BC_INCREFS = _IOW_BAD('c', 4, int),
163 BC_ACQUIRE = _IOW_BAD('c', 5, int),
164 BC_RELEASE = _IOW_BAD('c', 6, int),
165 BC_DECREFS = _IOW_BAD('c', 7, int),
167 BC_INCREFS_DONE = _IOW_BAD('c', 8, struct binder_ptr_cookie),
168 BC_ACQUIRE_DONE = _IOW_BAD('c', 9, struct binder_ptr_cookie),
170 BC_ATTEMPT_ACQUIRE = _IOW_BAD('c', 10, struct binder_pri_desc),
177 BC_REQUEST_DEATH_NOTIFICATION = _IOW_BAD('c', 14, struct binder_ptr_cookie),
179 BC_CLEAR_DEATH_NOTIFICATION = _IOW_BAD('c', 15, struct binder_ptr_cookie),
181 BC_DEAD_BINDER_DONE = _IOW_BAD('c', 16, void *),