Searched refs:status_cb (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dmhi.h345 * @status_cb: CB function to notify power states of the device (required)
423 void (*status_cb)(struct mhi_controller *mhi_cntrl, member in struct:mhi_controller
513 * @status_cb: CB functions for asynchronous status
525 void (*status_cb)(struct mhi_device *mhi_dev, enum mhi_callback mhi_cb); member in struct:mhi_driver
/linux-master/drivers/bus/mhi/host/
H A Dmain.c357 if (mhi_drv->status_cb)
358 mhi_drv->status_cb(mhi_dev, cb_reason);
513 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_EE_RDDM);
521 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_FATAL_ERROR);
854 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_BW_REQ);
918 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_EE_RDDM);
H A Dinit.c943 !mhi_cntrl->status_cb || !mhi_cntrl->read_reg ||
1289 * If channel supports LPM notifications then status_cb should
1292 if (ul_chan->lpm_notify && !mhi_drv->status_cb)
1305 * If channel supports LPM notifications then status_cb should
1308 if (dl_chan->lpm_notify && !mhi_drv->status_cb)
1319 * status_cb must be provided so that the framework can
1322 if (mhi_event->cl_manage && !mhi_drv->status_cb)
H A Dpm.c365 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_IDLE);
420 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_EE_MISSION_MODE);
612 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_SYS_ERROR);
H A Dpci_generic.c1002 mhi_cntrl->status_cb = mhi_pci_status_cb;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmhi.c389 mhi_ctrl->status_cb = ath11k_mhi_op_status_cb;
/linux-master/drivers/accel/qaic/
H A Dmhi_controller.c534 mhi_cntrl->status_cb = mhi_status_cb;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmhi.c377 mhi_ctrl->status_cb = ath12k_mhi_op_status_cb;
/linux-master/drivers/block/
H A Dnbd.c2418 static int status_cb(int id, void *ptr, void *data) function
2460 ret = idr_for_each(&nbd_index_idr, &status_cb, reply);

Completed in 164 milliseconds