Searched refs:mhi_controller (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | mhi.h | 72 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 D | linux_mhi.c | 38 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 D | mhi.c | 293 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 D | pci.h | 65 struct mhi_controller *mhi_ctrl;
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mhi.c | 281 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 D | pci.h | 100 struct mhi_controller *mhi_ctrl;
|