Symbol: mhi_driver
drivers/accel/qaic/qaic_debugfs.c
287
static struct mhi_driver qaic_bootlog_mhi_driver = {
drivers/accel/qaic/qaic_drv.c
653
static struct mhi_driver qaic_mhi_driver = {
drivers/accel/qaic/qaic_ras.c
622
static struct mhi_driver qaic_ras_mhi_driver = {
drivers/accel/qaic/qaic_ssr.c
775
static struct mhi_driver qaic_ssr_mhi_driver = {
drivers/accel/qaic/qaic_timesync.c
246
static struct mhi_driver qaic_timesync_driver = {
drivers/accel/qaic/qaic_timesync.c
377
static struct mhi_driver qaic_boot_timesync_driver = {
drivers/accel/qaic/sahara.c
915
static struct mhi_driver sahara_mhi_driver = {
drivers/bus/mhi/host/init.c
1260
struct mhi_driver *mhi_drv = to_mhi_driver(drv);
drivers/bus/mhi/host/init.c
1334
struct mhi_driver *mhi_drv = to_mhi_driver(dev->driver);
drivers/bus/mhi/host/init.c
1399
int __mhi_driver_register(struct mhi_driver *mhi_drv, struct module *owner)
drivers/bus/mhi/host/init.c
1413
void mhi_driver_unregister(struct mhi_driver *mhi_drv)
drivers/bus/mhi/host/init.c
1430
const struct mhi_driver *mhi_drv = to_mhi_driver(drv);
drivers/bus/mhi/host/main.c
350
struct mhi_driver *mhi_drv;
drivers/net/mhi_net.c
397
static struct mhi_driver mhi_net_driver = {
drivers/net/wwan/mhi_wwan_ctrl.c
270
static struct mhi_driver mhi_wwan_ctrl_driver = {
drivers/net/wwan/mhi_wwan_mbim.c
654
static struct mhi_driver mhi_mbim_driver = {
include/linux/mhi.h
530
#define to_mhi_driver(drv) container_of_const(drv, struct mhi_driver, driver)
include/linux/mhi.h
580
int __mhi_driver_register(struct mhi_driver *mhi_drv, struct module *owner);
include/linux/mhi.h
586
void mhi_driver_unregister(struct mhi_driver *mhi_drv);
net/qrtr/mhi.c
212
static struct mhi_driver qcom_mhi_qrtr_driver = {