Home
last modified time | relevance | path

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

/src/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
95 void (*status_cb)(struct mhi_controller *, enum mhi_callback); argument
96 int (*read_reg)(struct mhi_controller *, void __iomem *, uint32_t *); argument
97 void (*write_reg)(struct mhi_controller *, void __iomem *, uint32_t); argument
102 struct mhi_controller *linuxkpi_mhi_alloc_controller(void);
103 void linuxkpi_mhi_free_controller(struct mhi_controller *);
104 int linuxkpi_mhi_register_controller(struct mhi_controller *,
106 void linuxkpi_mhi_unregister_controller(struct mhi_controller *);
[all …]
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_mhi.c38 struct mhi_controller *
41 struct mhi_controller *mhi_ctrl; in linuxkpi_mhi_alloc_controller()
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()
/src/sys/contrib/dev/athk/ath11k/
H A Dmhi.c238 static int ath11k_mhi_op_runtime_get(struct mhi_controller *mhi_cntrl) in ath11k_mhi_op_runtime_get()
243 static void ath11k_mhi_op_runtime_put(struct mhi_controller *mhi_cntrl) in ath11k_mhi_op_runtime_put()
273 static void ath11k_mhi_op_status_cb(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_status_cb()
305 static int ath11k_mhi_op_read_reg(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_read_reg()
314 static void ath11k_mhi_op_write_reg(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_write_reg()
321 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()
437 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_mhi_unregister()
512 void ath11k_mhi_coredump(struct mhi_controller *mhi_ctrl, bool in_panic) in ath11k_mhi_coredump()
H A Dmhi.h29 void ath11k_mhi_coredump(struct mhi_controller *mhi_ctrl, bool in_panic);
H A Dpci.h65 struct mhi_controller *mhi_ctrl;
H A Dpci.c651 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_calculate_size()
718 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_download()
/src/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;