Home
last modified time | relevance | path

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

/freebsd/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 …]
/freebsd/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()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmhi.c234 static int ath11k_mhi_op_runtime_get(struct mhi_controller *mhi_cntrl) in ath11k_mhi_op_runtime_get()
239 static void ath11k_mhi_op_runtime_put(struct mhi_controller *mhi_cntrl) in ath11k_mhi_op_runtime_put()
269 static void ath11k_mhi_op_status_cb(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_status_cb()
301 static int ath11k_mhi_op_read_reg(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_read_reg()
310 static void ath11k_mhi_op_write_reg(struct mhi_controller *mhi_cntrl, in ath11k_mhi_op_write_reg()
317 static int ath11k_mhi_read_addr_from_dt(struct mhi_controller *mhi_ctrl) in ath11k_mhi_read_addr_from_dt()
345 struct mhi_controller *mhi_ctrl; in ath11k_mhi_register()
433 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_mhi_unregister()
508 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.c669 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_calculate_size()
736 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath11k_pci_coredump_download()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmhi.c106 static int ath12k_mhi_op_runtime_get(struct mhi_controller *mhi_cntrl) in ath12k_mhi_op_runtime_get()
111 static void ath12k_mhi_op_runtime_put(struct mhi_controller *mhi_cntrl) in ath12k_mhi_op_runtime_put()
141 static void ath12k_mhi_op_status_cb(struct mhi_controller *mhi_cntrl, in ath12k_mhi_op_status_cb()
174 static int ath12k_mhi_op_read_reg(struct mhi_controller *mhi_cntrl, in ath12k_mhi_op_read_reg()
183 static void ath12k_mhi_op_write_reg(struct mhi_controller *mhi_cntrl, in ath12k_mhi_op_write_reg()
193 struct mhi_controller *mhi_ctrl; in ath12k_mhi_register()
284 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_mhi_unregister()
529 void ath12k_mhi_coredump(struct mhi_controller *mhi_ctrl, bool in_panic) in ath12k_mhi_coredump()
H A Dmhi.h43 void ath12k_mhi_coredump(struct mhi_controller *mhi_ctrl, bool in_panic);
H A Dpci.h120 struct mhi_controller *mhi_ctrl;
H A Dpci.c1292 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_pci_coredump_calculate_size()
1359 struct mhi_controller *mhi_ctrl = ab_pci->mhi_ctrl; in ath12k_pci_coredump_download()