Home
last modified time | relevance | path

Searched refs:mhi_controller (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dmhi.h72 struct mhi_controller { struct
93 int (*runtime_get)(struct mhi_controller *); argument
94 void (*runtime_put)(struct mhi_controller *); argument
110 static inline struct mhi_controller *
119 mhi_free_controller(struct mhi_controller *mhi_ctrl) in mhi_free_controller()
165 mhi_sync_power_up(struct mhi_controller *mhi_ctrl) in mhi_sync_power_up()
172 mhi_async_power_up(struct mhi_controller *mhi_ctrl) in mhi_async_power_up()
193 mhi_pm_suspend(struct mhi_controller *mhi_ctrl) in mhi_pm_suspend()
200 mhi_pm_resume(struct mhi_controller *mhi_ctrl) in mhi_pm_resume()
207 mhi_pm_resume_force(struct mhi_controller *mhi_ctrl) in mhi_pm_resume_force()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_mhi.c39 struct mhi_controller *
42 struct mhi_controller *mhi_ctrl; in linuxkpi_mhi_alloc_controller()
50 linuxkpi_mhi_free_controller(struct mhi_controller *mhi_ctrl) in linuxkpi_mhi_free_controller()
58 linuxkpi_mhi_register_controller(struct mhi_controller *mhi_ctrl, in linuxkpi_mhi_register_controller()
86 linuxkpi_mhi_unregister_controller(struct mhi_controller *mhi_ctrl) in linuxkpi_mhi_unregister_controller()
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dmhi.c293 static int ath11k_mhi_op_runtime_get(struct mhi_controller *mhi_cntrl) in ath11k_mhi_op_runtime_get()
298 static void ath11k_mhi_op_runtime_put(struct mhi_controller *mhi_cntrl) in ath11k_mhi_op_runtime_put()
328 static void ath11k_mhi_op_status_cb(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_status_cb()
349 static int ath11k_mhi_op_read_reg(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_read_reg()
358 static void ath11k_mhi_op_write_reg(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_write_reg()
365 static int ath11k_mhi_read_addr_from_dt(struct mhi_controller *mhi_ctrl) in ath11k_mhi_read_addr_from_dt()
393 struct mhi_controller *mhi_ctrl; in ath11k_mhi_register()
471 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_mhi_unregister()
H A Dpci.h65 struct mhi_controller *mhi_ctrl;
/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dmhi.c281 static int ath12k_mhi_op_runtime_get(struct mhi_controller *mhi_cntrl) in ath12k_mhi_op_runtime_get()
286 static void ath12k_mhi_op_runtime_put(struct mhi_controller *mhi_cntrl) in ath12k_mhi_op_runtime_put()
316 static void ath12k_mhi_op_status_cb(struct mhi_controller *mhi_cntrl, in ath12k_mhi_op_status_cb()
337 static int ath12k_mhi_op_read_reg(struct mhi_controller *mhi_cntrl, in ath12k_mhi_op_read_reg()
346 static void ath12k_mhi_op_write_reg(struct mhi_controller *mhi_cntrl, in ath12k_mhi_op_write_reg()
356 struct mhi_controller *mhi_ctrl; in ath12k_mhi_register()
403 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_mhi_unregister()
H A Dpci.h100 struct mhi_controller *mhi_ctrl;