Searched refs:new_ref (Results 1 – 4 of 4) sorted by relevance
1757 struct v4l2_ctrl_ref *new_ref; in handler_new_ref() local1780 new_ref = kzalloc(sizeof(*new_ref) + size_extra_req, GFP_KERNEL); in handler_new_ref()1781 if (!new_ref) in handler_new_ref()1783 new_ref->ctrl = ctrl; in handler_new_ref()1786 new_ref->p_req.p = &new_ref[1]; in handler_new_ref()1788 INIT_LIST_HEAD(&new_ref->node); in handler_new_ref()1807 kfree(new_ref); in handler_new_ref()1816 new_ref->next = hdl->buckets[bucket]; in handler_new_ref()1817 hdl->buckets[bucket] = new_ref; in handler_new_ref()1819 *ctrl_ref = new_ref; in handler_new_ref()[all …]
70 struct v4l2_ctrl_ref *new_ref; in v4l2_ctrl_request_clone() local75 err = handler_new_ref(hdl, ctrl, &new_ref, false, true); in v4l2_ctrl_request_clone()
1128 struct binder_ref *new_ref) in binder_get_ref_for_node_olocked() argument1149 if (!new_ref) in binder_get_ref_for_node_olocked()1158 new_ref->proc = proc; in binder_get_ref_for_node_olocked()1159 new_ref->node = node; in binder_get_ref_for_node_olocked()1163 new_ref->data.desc = desc; in binder_get_ref_for_node_olocked()1184 proc->pid, new_ref->data.debug_id, new_ref->data.desc, in binder_get_ref_for_node_olocked()1187 return new_ref; in binder_get_ref_for_node_olocked()1481 if (!new_ref) in binder_inc_ref_for_node()1488 if (ret && ref == new_ref) { in binder_inc_ref_for_node()1501 if (new_ref && ref != new_ref) in binder_inc_ref_for_node()[all …]
843 u8 new_ref; in zl3073x_dpll_input_pin_state_on_dpll_set() local852 new_ref = zl3073x_input_pin_ref_get(pin->id); in zl3073x_dpll_input_pin_state_on_dpll_set()855 new_ref = ZL3073X_DPLL_REF_NONE; in zl3073x_dpll_input_pin_state_on_dpll_set()862 rc = zl3073x_dpll_selected_ref_set(zldpll, new_ref); in zl3073x_dpll_input_pin_state_on_dpll_set()
Completed in 23 milliseconds