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)
422 void (*status_cb)(struct mhi_controller *mhi_cntrl, member in struct:mhi_controller
511 * @status_cb: CB functions for asynchronous status
523 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.c921 !mhi_cntrl->status_cb || !mhi_cntrl->read_reg ||
1258 * If channel supports LPM notifications then status_cb should
1261 if (ul_chan->lpm_notify && !mhi_drv->status_cb)
1274 * If channel supports LPM notifications then status_cb should
1277 if (dl_chan->lpm_notify && !mhi_drv->status_cb)
1288 * status_cb must be provided so that the framework can
1291 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);
603 mhi_cntrl->status_cb(mhi_cntrl, MHI_CB_SYS_ERROR);
H A Dpci_generic.c960 mhi_cntrl->status_cb = mhi_pci_status_cb;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmhi.c379 mhi_ctrl->status_cb = ath11k_mhi_op_status_cb;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmhi.c434 mhi_ctrl->status_cb = ath12k_mhi_op_status_cb;
/linux-master/drivers/accel/qaic/
H A Dmhi_controller.c534 mhi_cntrl->status_cb = mhi_status_cb;
/linux-master/drivers/block/
H A Dnbd.c2422 static int status_cb(int id, void *ptr, void *data) function
2464 ret = idr_for_each(&nbd_index_idr, &status_cb, reply);

Completed in 228 milliseconds