Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 2180) sorted by relevance

12345678910>>...88

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c83 static int pp_early_init(void *handle) in pp_early_init()
139 static int pp_sw_init(void *handle) in pp_sw_init()
156 static int pp_sw_fini(void *handle) in pp_sw_fini()
168 static int pp_hw_init(void *handle) in pp_hw_init()
182 static int pp_hw_fini(void *handle) in pp_hw_fini()
225 static int pp_late_init(void *handle) in pp_late_init()
239 static void pp_late_fini(void *handle) in pp_late_fini()
249 static bool pp_is_idle(void *handle) in pp_is_idle()
254 static int pp_wait_for_idle(void *handle) in pp_wait_for_idle()
259 static int pp_sw_reset(void *handle) in pp_sw_reset()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c77 static int pp_early_init(void *handle) in pp_early_init()
94 static int pp_sw_init(void *handle) in pp_sw_init()
107 static int pp_sw_fini(void *handle) in pp_sw_fini()
120 static int pp_hw_init(void *handle) in pp_hw_init()
134 static int pp_hw_fini(void *handle) in pp_hw_fini()
175 static int pp_late_init(void *handle) in pp_late_init()
192 static void pp_late_fini(void *handle) in pp_late_fini()
202 static bool pp_is_idle(void *handle) in pp_is_idle()
207 static int pp_wait_for_idle(void *handle) in pp_wait_for_idle()
212 static int pp_sw_reset(void *handle) in pp_sw_reset()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c16 static struct hns_mac_cb *hns_get_mac_cb(struct hnae_handle *handle) in hns_get_mac_cb()
28 static struct hns_ppe_cb *hns_get_ppe_cb(struct hnae_handle *handle) in hns_get_ppe_cb()
138 static void hns_ae_put_handle(struct hnae_handle *handle) in hns_ae_put_handle()
149 static int hns_ae_wait_flow_down(struct hnae_handle *handle) in hns_ae_wait_flow_down()
184 static void hns_ae_ring_enable_all(struct hnae_handle *handle, int val) in hns_ae_ring_enable_all()
209 static int hns_ae_set_mac_address(struct hnae_handle *handle, const void *p) in hns_ae_set_mac_address()
229 static int hns_ae_add_uc_address(struct hnae_handle *handle, in hns_ae_add_uc_address()
240 static int hns_ae_rm_uc_address(struct hnae_handle *handle, in hns_ae_rm_uc_address()
251 static int hns_ae_set_multicast_one(struct hnae_handle *handle, void *addr) in hns_ae_set_multicast_one()
284 static int hns_ae_clr_multicast(struct hnae_handle *handle) in hns_ae_clr_multicast()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c16 static struct hns_mac_cb *hns_get_mac_cb(struct hnae_handle *handle) in hns_get_mac_cb()
28 static struct hns_ppe_cb *hns_get_ppe_cb(struct hnae_handle *handle) in hns_get_ppe_cb()
139 static void hns_ae_put_handle(struct hnae_handle *handle) in hns_ae_put_handle()
150 static int hns_ae_wait_flow_down(struct hnae_handle *handle) in hns_ae_wait_flow_down()
185 static void hns_ae_ring_enable_all(struct hnae_handle *handle, int val) in hns_ae_ring_enable_all()
210 static int hns_ae_set_mac_address(struct hnae_handle *handle, void *p) in hns_ae_set_mac_address()
230 static int hns_ae_add_uc_address(struct hnae_handle *handle, in hns_ae_add_uc_address()
241 static int hns_ae_rm_uc_address(struct hnae_handle *handle, in hns_ae_rm_uc_address()
252 static int hns_ae_set_multicast_one(struct hnae_handle *handle, void *addr) in hns_ae_set_multicast_one()
285 static int hns_ae_clr_multicast(struct hnae_handle *handle) in hns_ae_clr_multicast()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Dtonga_ih.c276 static int tonga_ih_early_init(void *handle) in tonga_ih_early_init()
290 static int tonga_ih_sw_init(void *handle) in tonga_ih_sw_init()
307 static int tonga_ih_sw_fini(void *handle) in tonga_ih_sw_fini()
318 static int tonga_ih_hw_init(void *handle) in tonga_ih_hw_init()
330 static int tonga_ih_hw_fini(void *handle) in tonga_ih_hw_fini()
339 static int tonga_ih_suspend(void *handle) in tonga_ih_suspend()
346 static int tonga_ih_resume(void *handle) in tonga_ih_resume()
353 static bool tonga_ih_is_idle(void *handle) in tonga_ih_is_idle()
364 static int tonga_ih_wait_for_idle(void *handle) in tonga_ih_wait_for_idle()
380 static bool tonga_ih_check_soft_reset(void *handle) in tonga_ih_check_soft_reset()
[all …]
Dsi_ih.c153 static int si_ih_early_init(void *handle) in si_ih_early_init()
162 static int si_ih_sw_init(void *handle) in si_ih_sw_init()
174 static int si_ih_sw_fini(void *handle) in si_ih_sw_fini()
184 static int si_ih_hw_init(void *handle) in si_ih_hw_init()
191 static int si_ih_hw_fini(void *handle) in si_ih_hw_fini()
200 static int si_ih_suspend(void *handle) in si_ih_suspend()
207 static int si_ih_resume(void *handle) in si_ih_resume()
214 static bool si_ih_is_idle(void *handle) in si_ih_is_idle()
225 static int si_ih_wait_for_idle(void *handle) in si_ih_wait_for_idle()
238 static int si_ih_soft_reset(void *handle) in si_ih_soft_reset()
[all …]
Dcik_ih.c278 static int cik_ih_early_init(void *handle) in cik_ih_early_init()
292 static int cik_ih_sw_init(void *handle) in cik_ih_sw_init()
306 static int cik_ih_sw_fini(void *handle) in cik_ih_sw_fini()
317 static int cik_ih_hw_init(void *handle) in cik_ih_hw_init()
324 static int cik_ih_hw_fini(void *handle) in cik_ih_hw_fini()
333 static int cik_ih_suspend(void *handle) in cik_ih_suspend()
340 static int cik_ih_resume(void *handle) in cik_ih_resume()
347 static bool cik_ih_is_idle(void *handle) in cik_ih_is_idle()
358 static int cik_ih_wait_for_idle(void *handle) in cik_ih_wait_for_idle()
374 static int cik_ih_soft_reset(void *handle) in cik_ih_soft_reset()
[all …]
Diceland_ih.c267 static int iceland_ih_early_init(void *handle) in iceland_ih_early_init()
281 static int iceland_ih_sw_init(void *handle) in iceland_ih_sw_init()
295 static int iceland_ih_sw_fini(void *handle) in iceland_ih_sw_fini()
306 static int iceland_ih_hw_init(void *handle) in iceland_ih_hw_init()
318 static int iceland_ih_hw_fini(void *handle) in iceland_ih_hw_fini()
327 static int iceland_ih_suspend(void *handle) in iceland_ih_suspend()
334 static int iceland_ih_resume(void *handle) in iceland_ih_resume()
341 static bool iceland_ih_is_idle(void *handle) in iceland_ih_is_idle()
352 static int iceland_ih_wait_for_idle(void *handle) in iceland_ih_wait_for_idle()
368 static int iceland_ih_soft_reset(void *handle) in iceland_ih_soft_reset()
[all …]
Dcz_ih.c268 static int cz_ih_early_init(void *handle) in cz_ih_early_init()
282 static int cz_ih_sw_init(void *handle) in cz_ih_sw_init()
296 static int cz_ih_sw_fini(void *handle) in cz_ih_sw_fini()
307 static int cz_ih_hw_init(void *handle) in cz_ih_hw_init()
319 static int cz_ih_hw_fini(void *handle) in cz_ih_hw_fini()
328 static int cz_ih_suspend(void *handle) in cz_ih_suspend()
335 static int cz_ih_resume(void *handle) in cz_ih_resume()
342 static bool cz_ih_is_idle(void *handle) in cz_ih_is_idle()
353 static int cz_ih_wait_for_idle(void *handle) in cz_ih_wait_for_idle()
369 static int cz_ih_soft_reset(void *handle) in cz_ih_soft_reset()
[all …]
Dvega10_ih.c569 static int vega10_ih_early_init(void *handle) in vega10_ih_early_init()
578 static int vega10_ih_sw_init(void *handle) in vega10_ih_sw_init()
614 static int vega10_ih_sw_fini(void *handle) in vega10_ih_sw_fini()
626 static int vega10_ih_hw_init(void *handle) in vega10_ih_hw_init()
638 static int vega10_ih_hw_fini(void *handle) in vega10_ih_hw_fini()
647 static int vega10_ih_suspend(void *handle) in vega10_ih_suspend()
654 static int vega10_ih_resume(void *handle) in vega10_ih_resume()
661 static bool vega10_ih_is_idle(void *handle) in vega10_ih_is_idle()
667 static int vega10_ih_wait_for_idle(void *handle) in vega10_ih_wait_for_idle()
673 static int vega10_ih_soft_reset(void *handle) in vega10_ih_soft_reset()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Dtonga_ih.c286 static int tonga_ih_early_init(void *handle) in tonga_ih_early_init()
300 static int tonga_ih_sw_init(void *handle) in tonga_ih_sw_init()
317 static int tonga_ih_sw_fini(void *handle) in tonga_ih_sw_fini()
327 static int tonga_ih_hw_init(void *handle) in tonga_ih_hw_init()
339 static int tonga_ih_hw_fini(void *handle) in tonga_ih_hw_fini()
348 static int tonga_ih_suspend(void *handle) in tonga_ih_suspend()
355 static int tonga_ih_resume(void *handle) in tonga_ih_resume()
362 static bool tonga_ih_is_idle(void *handle) in tonga_ih_is_idle()
373 static int tonga_ih_wait_for_idle(void *handle) in tonga_ih_wait_for_idle()
389 static bool tonga_ih_check_soft_reset(void *handle) in tonga_ih_check_soft_reset()
[all …]
Dsi_ih.c159 static int si_ih_early_init(void *handle) in si_ih_early_init()
168 static int si_ih_sw_init(void *handle) in si_ih_sw_init()
180 static int si_ih_sw_fini(void *handle) in si_ih_sw_fini()
189 static int si_ih_hw_init(void *handle) in si_ih_hw_init()
196 static int si_ih_hw_fini(void *handle) in si_ih_hw_fini()
205 static int si_ih_suspend(void *handle) in si_ih_suspend()
212 static int si_ih_resume(void *handle) in si_ih_resume()
219 static bool si_ih_is_idle(void *handle) in si_ih_is_idle()
230 static int si_ih_wait_for_idle(void *handle) in si_ih_wait_for_idle()
243 static int si_ih_soft_reset(void *handle) in si_ih_soft_reset()
[all …]
Dcik_ih.c286 static int cik_ih_early_init(void *handle) in cik_ih_early_init()
300 static int cik_ih_sw_init(void *handle) in cik_ih_sw_init()
314 static int cik_ih_sw_fini(void *handle) in cik_ih_sw_fini()
324 static int cik_ih_hw_init(void *handle) in cik_ih_hw_init()
331 static int cik_ih_hw_fini(void *handle) in cik_ih_hw_fini()
340 static int cik_ih_suspend(void *handle) in cik_ih_suspend()
347 static int cik_ih_resume(void *handle) in cik_ih_resume()
354 static bool cik_ih_is_idle(void *handle) in cik_ih_is_idle()
365 static int cik_ih_wait_for_idle(void *handle) in cik_ih_wait_for_idle()
381 static int cik_ih_soft_reset(void *handle) in cik_ih_soft_reset()
[all …]
Diceland_ih.c276 static int iceland_ih_early_init(void *handle) in iceland_ih_early_init()
290 static int iceland_ih_sw_init(void *handle) in iceland_ih_sw_init()
304 static int iceland_ih_sw_fini(void *handle) in iceland_ih_sw_fini()
314 static int iceland_ih_hw_init(void *handle) in iceland_ih_hw_init()
321 static int iceland_ih_hw_fini(void *handle) in iceland_ih_hw_fini()
330 static int iceland_ih_suspend(void *handle) in iceland_ih_suspend()
337 static int iceland_ih_resume(void *handle) in iceland_ih_resume()
344 static bool iceland_ih_is_idle(void *handle) in iceland_ih_is_idle()
355 static int iceland_ih_wait_for_idle(void *handle) in iceland_ih_wait_for_idle()
371 static int iceland_ih_soft_reset(void *handle) in iceland_ih_soft_reset()
[all …]
Dcz_ih.c277 static int cz_ih_early_init(void *handle) in cz_ih_early_init()
291 static int cz_ih_sw_init(void *handle) in cz_ih_sw_init()
305 static int cz_ih_sw_fini(void *handle) in cz_ih_sw_fini()
315 static int cz_ih_hw_init(void *handle) in cz_ih_hw_init()
327 static int cz_ih_hw_fini(void *handle) in cz_ih_hw_fini()
336 static int cz_ih_suspend(void *handle) in cz_ih_suspend()
343 static int cz_ih_resume(void *handle) in cz_ih_resume()
350 static bool cz_ih_is_idle(void *handle) in cz_ih_is_idle()
361 static int cz_ih_wait_for_idle(void *handle) in cz_ih_wait_for_idle()
377 static int cz_ih_soft_reset(void *handle) in cz_ih_soft_reset()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c74 static int smu_sys_get_pp_feature_mask(void *handle, in smu_sys_get_pp_feature_mask()
85 static int smu_sys_set_pp_feature_mask(void *handle, in smu_sys_set_pp_feature_mask()
178 static u32 smu_get_mclk(void *handle, bool low) in smu_get_mclk()
192 static u32 smu_get_sclk(void *handle, bool low) in smu_get_sclk()
273 static int smu_dpm_set_power_gate(void *handle, in smu_dpm_set_power_gate()
446 static int smu_get_power_num_states(void *handle, in smu_get_power_num_states()
483 static int smu_sys_get_pp_table(void *handle, in smu_sys_get_pp_table()
503 static int smu_sys_set_pp_table(void *handle, in smu_sys_set_pp_table()
649 static int smu_early_init(void *handle) in smu_early_init()
722 static int smu_late_init(void *handle) in smu_late_init()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvc_v4l2.c512 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges()
528 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges()
536 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges()
548 struct uvc_fh *handle; in uvc_v4l2_open() local
591 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release() local
620 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap() local
660 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap() local
669 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out() local
678 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap() local
687 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out() local
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
Duvc_v4l2.c584 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges()
600 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges()
608 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges()
620 struct uvc_fh *handle; in uvc_v4l2_open() local
663 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release() local
693 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap() local
731 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_cap() local
740 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt_vid_out() local
749 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_cap() local
758 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt_vid_out() local
[all …]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
Dqat_hal.c36 #define AE(handle, ae) ((handle)->hal_handle->aes[ae]) argument
69 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx()
76 static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr()
92 static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr()
108 static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event()
120 static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles()
156 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode()
176 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode()
194 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode()
233 void qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_tindex_mode()
[all …]
Dqat_uclo.c124 static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words()
140 static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words()
158 static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem()
181 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list()
217 static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae()
248 static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle in qat_uclo_create_batch_init_list()
307 static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg()
322 static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg()
345 static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory()
365 static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dqat_uclo.c124 static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words()
140 static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words()
158 static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem()
181 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list()
217 static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae()
248 static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle in qat_uclo_create_batch_init_list()
307 static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg()
322 static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg()
345 static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory()
365 static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore()
[all …]
Dqat_hal.c36 #define AE(handle, ae) handle->hal_handle->aes[ae] argument
69 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx()
76 static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr()
92 static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr()
108 static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event()
120 static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles()
156 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode()
176 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode()
194 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode()
272 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_reset()
[all …]
/kernel/linux/linux-5.10/drivers/firmware/
Dti_sci.c108 struct ti_sci_handle handle; member
432 struct ti_sci_handle *handle = &info->handle; in ti_sci_cmd_get_revision() local
489 static int ti_sci_set_device_state(const struct ti_sci_handle *handle, in ti_sci_set_device_state()
546 static int ti_sci_get_device_state(const struct ti_sci_handle *handle, in ti_sci_get_device_state()
617 static int ti_sci_cmd_get_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_get_device()
636 static int ti_sci_cmd_get_device_exclusive(const struct ti_sci_handle *handle, in ti_sci_cmd_get_device_exclusive()
655 static int ti_sci_cmd_idle_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_idle_device()
674 static int ti_sci_cmd_idle_device_exclusive(const struct ti_sci_handle *handle, in ti_sci_cmd_idle_device_exclusive()
693 static int ti_sci_cmd_put_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_put_device()
707 static int ti_sci_cmd_dev_is_valid(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_dev_is_valid()
[all …]
/kernel/linux/linux-6.6/drivers/firmware/
Dti_sci.c109 struct ti_sci_handle handle; member
448 struct ti_sci_handle *handle = &info->handle; in ti_sci_cmd_get_revision() local
505 static int ti_sci_set_device_state(const struct ti_sci_handle *handle, in ti_sci_set_device_state()
562 static int ti_sci_get_device_state(const struct ti_sci_handle *handle, in ti_sci_get_device_state()
633 static int ti_sci_cmd_get_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_get_device()
652 static int ti_sci_cmd_get_device_exclusive(const struct ti_sci_handle *handle, in ti_sci_cmd_get_device_exclusive()
671 static int ti_sci_cmd_idle_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_idle_device()
690 static int ti_sci_cmd_idle_device_exclusive(const struct ti_sci_handle *handle, in ti_sci_cmd_idle_device_exclusive()
709 static int ti_sci_cmd_put_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_put_device()
723 static int ti_sci_cmd_dev_is_valid(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_dev_is_valid()
[all …]
/kernel/linux/linux-5.10/fs/ext4/
Dext4_jbd2.h168 static inline void _ext4_journal_callback_add(handle_t *handle, in _ext4_journal_callback_add()
175 static inline void ext4_journal_callback_add(handle_t *handle, in ext4_journal_callback_add()
198 static inline bool ext4_journal_callback_try_del(handle_t *handle, in ext4_journal_callback_try_del()
250 #define ext4_journal_get_write_access(handle, bh) \ argument
252 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument
255 #define ext4_journal_get_create_access(handle, bh) \ argument
257 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
270 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
277 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
283 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
[all …]

12345678910>>...88