Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/drivers/gpu/drm/i915/
A Di915_active.c29 struct i915_active *ref; member
77 struct i915_active *ref = addr; in active_debug_hint() local
126 __active_retire(struct i915_active *ref) in __active_retire()
189 active_retire(struct i915_active *ref) in active_retire()
339 int (*active)(struct i915_active *ref), in __i915_active_init()
340 void (*retire)(struct i915_active *ref), in __i915_active_init()
633 struct i915_active *ref; member
721 struct i915_active *ref, in i915_request_await_active()
734 struct i915_active *ref, in i915_sw_fence_await_active()
1123 struct kref ref; member
[all …]
A Di915_active.h160 #define i915_active_init(ref, active, retire, flags) do { \ argument
173 static inline int i915_active_wait(struct i915_active *ref) in i915_active_wait()
193 static inline void __i915_active_acquire(struct i915_active *ref) in __i915_active_acquire()
200 i915_active_is_idle(const struct i915_active *ref) in i915_active_is_idle()
/drivers/xen/
A Dgrant-table.c182 int ref, rc = 0; in get_free_entries() local
331 static void put_free_entry_locked(grant_ref_t ref) in put_free_entry_locked()
346 static void put_free_entry(grant_ref_t ref) in put_free_entry()
416 int ref; in gnttab_grant_foreign_access() local
470 int gnttab_end_foreign_access_ref(grant_ref_t ref) in gnttab_end_foreign_access_ref()
479 static unsigned long gnttab_read_frame_v1(grant_ref_t ref) in gnttab_read_frame_v1()
484 static unsigned long gnttab_read_frame_v2(grant_ref_t ref) in gnttab_read_frame_v2()
491 grant_ref_t ref; member
592 int gnttab_try_end_foreign_access(grant_ref_t ref) in gnttab_try_end_foreign_access()
613 void gnttab_free_grant_reference(grant_ref_t ref) in gnttab_free_grant_reference()
[all …]
/drivers/dpll/
A Ddpll_core.c57 dpll_pin_registration_find(struct dpll_pin_ref *ref, in dpll_pin_registration_find()
77 struct dpll_pin_ref *ref; in dpll_xa_ref_pin_add() local
131 struct dpll_pin_ref *ref; in dpll_xa_ref_pin_del() local
158 struct dpll_pin_ref *ref; in dpll_xa_ref_dpll_add() local
212 struct dpll_pin_ref *ref; in dpll_xa_ref_dpll_del() local
234 struct dpll_pin_ref *ref; in dpll_xa_ref_dpll_first() local
734 struct dpll_pin_ref *ref; in dpll_pin_on_pin_register() local
791 struct dpll_pin_ref *ref; in dpll_pin_on_pin_unregister() local
859 dpll_pin_registration_first(struct dpll_pin_ref *ref) in dpll_pin_registration_first()
873 struct dpll_pin_ref *ref; in dpll_pin_on_dpll_priv() local
[all …]
A Ddpll_netlink.c277 struct dpll_pin_ref *ref, in dpll_msg_add_pin_direction()
320 struct dpll_pin_ref *ref, in dpll_msg_add_phase_offset()
343 struct dpll_pin_ref *ref, in dpll_msg_add_ffo()
451 struct dpll_pin_ref *ref, in dpll_msg_add_pin_ref_sync()
507 struct dpll_pin_ref *ref; in dpll_msg_add_pin_parents() local
548 struct dpll_pin_ref *ref; in dpll_msg_add_pin_dplls() local
587 struct dpll_pin_ref *ref; in dpll_cmd_pin_get_one() local
1131 struct dpll_pin_ref *ref; in dpll_pin_state_set() local
1158 struct dpll_pin_ref *ref; in dpll_pin_prio_set() local
1186 struct dpll_pin_ref *ref; in dpll_pin_direction_set() local
[all …]
/drivers/clk/mxs/
A Dclk-ref.c33 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_enable() local
42 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_disable() local
50 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_recalc_rate() local
81 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_set_rate() local
114 struct clk_ref *ref; in mxs_clk_ref() local
/drivers/net/wireless/realtek/rtw89/
A Dchan.c659 struct rtw89_mcc_role *ref = &mcc->role_ref; in __mcc_fw_req_tsf() local
684 struct rtw89_mcc_role *ref = &mcc->role_ref; in __mrc_fw_req_tsf() local
714 struct rtw89_mcc_role *ref = &mcc->role_ref; in rtw89_mcc_get_bcn_ofst() local
1030 struct rtw89_mcc_role *ref = &mcc->role_ref; in rtw89_mcc_assign_pattern() local
1103 struct rtw89_mcc_role *ref = &mcc->role_ref; in __rtw89_mcc_calc_pattern_loose() local
1168 struct rtw89_mcc_role *ref = &mcc->role_ref; in __rtw89_mcc_calc_pattern_strict() local
1256 struct rtw89_mcc_role *ref = &mcc->role_ref; in __rtw89_mcc_fill_ptrn_anchor_ref() local
1288 struct rtw89_mcc_role *ref = &mcc->role_ref; in __rtw89_mcc_fill_ptrn_anchor_aux() local
1320 struct rtw89_mcc_role *ref = &mcc->role_ref; in __rtw89_mcc_calc_pattern_anchor() local
1357 struct rtw89_mcc_role *ref = &mcc->role_ref; in rtw89_mcc_calc_pattern() local
[all …]
/drivers/gpu/drm/i915/selftests/
A Di915_active.c20 struct kref ref; member
35 static void __live_release(struct kref *ref) in __live_release()
279 void i915_active_print(struct i915_active *ref, struct drm_printer *m) in i915_active_print()
315 static void active_flush(struct i915_active *ref, in active_flush()
332 void i915_active_unlock_wait(struct i915_active *ref) in i915_active_unlock_wait()
A Dlib_sw_fence.c87 struct kref ref; member
122 static void heap_fence_release(struct kref *ref) in heap_fence_release()
/drivers/misc/lkdtm/
A Drefcount.c9 static void overflow_check(refcount_t *ref) in overflow_check()
84 static void check_zero(refcount_t *ref) in check_zero()
119 static void check_negative(refcount_t *ref, int start) in check_negative()
200 static void check_from_zero(refcount_t *ref) in check_from_zero()
267 static void check_saturated(refcount_t *ref) in check_saturated()
/drivers/gpu/drm/xe/compat-i915-headers/
A Di915_active.h11 static inline void i915_active_init(struct i915_active *ref, in i915_active_init()
12 int (*active)(struct i915_active *ref), in i915_active_init()
13 void (*retire)(struct i915_active *ref), in i915_active_init()
/drivers/dpll/zl3073x/
A Ddpll.c166 u8 ref, ref_sync_ctrl, sync_mode; in zl3073x_dpll_input_pin_esync_get() local
297 u8 ref; in zl3073x_dpll_input_pin_frequency_get() local
320 u8 ref; in zl3073x_dpll_input_pin_frequency_set() local
525 u8 conn_ref, ref, ref_status; in zl3073x_dpll_input_pin_phase_offset_get() local
603 u8 ref; in zl3073x_dpll_input_pin_phase_adjust_get() local
643 u8 ref; in zl3073x_dpll_input_pin_phase_adjust_set() local
685 u8 ref, ref_prio; in zl3073x_dpll_ref_prio_get() local
726 u8 ref, ref_prio; in zl3073x_dpll_ref_prio_set() local
778 u8 ref, ref_conn, status; in zl3073x_dpll_ref_state_get() local
2007 u8 ref; in zl3073x_dpll_pin_phase_offset_check() local
[all …]
/drivers/accel/habanalabs/common/
A Dcontext.c30 void hl_encaps_release_handle_and_put_ctx(struct kref *ref) in hl_encaps_release_handle_and_put_ctx()
38 static void hl_encaps_release_handle_and_put_sob(struct kref *ref) in hl_encaps_release_handle_and_put_sob()
46 void hl_encaps_release_handle_and_put_sob_ctx(struct kref *ref) in hl_encaps_release_handle_and_put_sob_ctx()
131 void hl_ctx_do_release(struct kref *ref) in hl_ctx_do_release()
/drivers/media/v4l2-core/
A Dv4l2-ctrls-request.c56 struct v4l2_ctrl_ref *ref; in v4l2_ctrl_request_clone() local
144 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_request_hdl_ctrl_find() local
329 struct v4l2_ctrl_ref *ref; in v4l2_ctrl_request_complete() local
400 struct v4l2_ctrl_ref *ref; in v4l2_ctrl_request_setup() local
A Dv4l2-ctrls-core.c1446 static bool req_alloc_array(struct v4l2_ctrl_ref *ref, u32 elems) in req_alloc_array()
1470 void new_to_req(struct v4l2_ctrl_ref *ref) in new_to_req()
1487 void cur_to_req(struct v4l2_ctrl_ref *ref) in cur_to_req()
1504 int req_to_new(struct v4l2_ctrl_ref *ref) in req_to_new()
1636 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free() local
1683 struct v4l2_ctrl_ref *ref; in find_private_ref() local
1704 struct v4l2_ctrl_ref *ref; in find_ref() local
1731 struct v4l2_ctrl_ref *ref = NULL; in find_ref_lock() local
1744 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_find() local
1756 struct v4l2_ctrl_ref *ref; in handler_new_ref() local
[all …]
A Dv4l2-ctrls-api.c26 struct v4l2_ctrl_ref *ref; member
84 struct v4l2_ctrl_ref *ref) in req_to_user()
241 struct v4l2_ctrl_ref *ref; in prepare_ext_ctrls() local
490 struct v4l2_ctrl_ref *ref = helpers[idx].ref; in v4l2_g_ext_ctrls_common() local
700 struct v4l2_ctrl_ref *ref = in try_set_ext_ctrls_common() local
1063 struct v4l2_ctrl_ref *ref; in v4l2_query_ext_ctrl() local
/drivers/gpu/drm/i915/display/
A Dintel_frontbuffer.c238 static int frontbuffer_active(struct i915_active *ref) in frontbuffer_active()
247 static void frontbuffer_retire(struct i915_active *ref) in frontbuffer_retire()
256 static void frontbuffer_release(struct kref *ref) in frontbuffer_release()
/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Ddevcom.c22 struct kref ref; member
31 struct kref ref; member
94 mlx5_devcom_dev_release(struct kref *ref) in mlx5_devcom_dev_release()
132 mlx5_devcom_comp_release(struct kref *ref) in mlx5_devcom_comp_release()
/drivers/android/
A Dbinder.c1031 struct binder_ref *ref; in binder_get_ref_olocked() local
1053 struct binder_ref *ref; in slow_desc_lookup_olocked() local
1130 struct binder_ref *ref; in binder_get_ref_for_node_olocked() local
1330 struct binder_ref *ref; in binder_get_node_from_ref() local
1406 struct binder_ref *ref; in binder_update_ref_for_handle() local
1472 struct binder_ref *ref; in binder_inc_ref_for_node() local
3854 struct binder_ref *ref; in binder_request_freeze_notification() local
3907 struct binder_ref *ref; in binder_clear_freeze_notification() local
5553 struct binder_ref *ref; in binder_add_freeze_work() local
6123 struct binder_ref *ref; in binder_node_release() local
[all …]
/drivers/gpu/drm/vmwgfx/
A Dttm_object.c295 struct ttm_ref_object *ref; in ttm_ref_object_add() local
348 struct ttm_ref_object *ref = in ttm_ref_object_release() local
364 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() local
382 struct ttm_ref_object *ref; in ttm_object_file_release() local
/drivers/infiniband/core/
A Ducaps.c23 struct kref ref; member
198 static void ib_release_ucap(struct kref *ref) in ib_release_ucap()
/drivers/pci/
A Dp2pdma.c98 struct percpu_ref *ref; in p2pmem_alloc_mmap() local
209 struct percpu_ref *ref; in p2pdma_page_free() local
829 struct percpu_ref *ref; in pci_alloc_p2pmem() local
864 struct percpu_ref *ref; in pci_free_p2pmem() local
/drivers/net/ethernet/sfc/
A Dtc_encap_actions.h59 refcount_t ref; member
82 refcount_t ref; member
/drivers/nvme/target/
A Dcore.c454 static void nvmet_destroy_namespace(struct percpu_ref *ref) in nvmet_destroy_namespace()
856 static void nvmet_confirm_sq(struct percpu_ref *ref) in nvmet_confirm_sq()
997 static void nvmet_sq_free(struct percpu_ref *ref) in nvmet_sq_free()
1737 static void nvmet_ctrl_free(struct kref *ref) in nvmet_ctrl_free()
1904 static void nvmet_subsys_free(struct kref *ref) in nvmet_subsys_free()
/drivers/macintosh/
A Dwindfarm_ad7417_sensor.c27 struct kref ref; member
152 static void wf_ad7417_release(struct kref *ref) in wf_ad7417_release()

Completed in 108 milliseconds

12345678910>>...14