Home
last modified time | relevance | path

Searched defs:mhi_ctrl (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_mhi.c41 struct mhi_controller *mhi_ctrl; in linuxkpi_mhi_alloc_controller() local
49 linuxkpi_mhi_free_controller(struct mhi_controller *mhi_ctrl) in linuxkpi_mhi_free_controller()
57 linuxkpi_mhi_register_controller(struct mhi_controller *mhi_ctrl, in linuxkpi_mhi_register_controller()
85 linuxkpi_mhi_unregister_controller(struct mhi_controller *mhi_ctrl) in linuxkpi_mhi_unregister_controller()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmhi.h119 mhi_free_controller(struct mhi_controller *mhi_ctrl) in mhi_free_controller()
126 mhi_register_controller(struct mhi_controller *mhi_ctrl, in mhi_register_controller()
134 mhi_unregister_controller(struct mhi_controller *mhi_ctrl) in mhi_unregister_controller()
158 mhi_prepare_for_power_up(struct mhi_controller *mhi_ctrl) in mhi_prepare_for_power_up()
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()
179 mhi_power_down(struct mhi_controller *mhi_ctrl, bool x) in mhi_power_down()
185 mhi_unprepare_after_power_down(struct mhi_controller *mhi_ctrl) in mhi_unprepare_after_power_down()
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()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmhi.c321 static int ath11k_mhi_read_addr_from_dt(struct mhi_controller *mhi_ctrl) in ath11k_mhi_read_addr_from_dt()
349 struct mhi_controller *mhi_ctrl; in ath11k_mhi_register() local
437 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_mhi_unregister() local
512 void ath11k_mhi_coredump(struct mhi_controller *mhi_ctrl, bool in_panic) in ath11k_mhi_coredump()
H A Dpci.h65 struct mhi_controller *mhi_ctrl; member
H A Dpci.c651 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_calculate_size() local
718 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_download() local
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmhi.c356 struct mhi_controller *mhi_ctrl; in ath12k_mhi_register() local
403 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_mhi_unregister() local
H A Dpci.h100 struct mhi_controller *mhi_ctrl; member