Lines Matching refs:bootparam
122 struct mic_bootparam *bootparam = mdev->dp; in mic_bootparam_init() local
124 bootparam->magic = cpu_to_le32(MIC_MAGIC); in mic_bootparam_init()
125 bootparam->c2h_shutdown_db = mdev->shutdown_db; in mic_bootparam_init()
126 bootparam->h2c_shutdown_db = -1; in mic_bootparam_init()
127 bootparam->h2c_config_db = -1; in mic_bootparam_init()
128 bootparam->shutdown_status = 0; in mic_bootparam_init()
129 bootparam->shutdown_card = 0; in mic_bootparam_init()
226 struct mic_bootparam *bootparam = mdev->dp; in mic_shutdown() local
227 s8 db = bootparam->h2c_shutdown_db; in mic_shutdown()
231 bootparam->shutdown_card = 1; in mic_shutdown()
249 struct mic_bootparam *bootparam = mdev->dp; in mic_shutdown_work() local
252 mic_set_shutdown_status(mdev, bootparam->shutdown_status); in mic_shutdown_work()
253 bootparam->shutdown_status = 0; in mic_shutdown_work()
371 struct mic_bootparam *bootparam = mdev->dp; in mic_suspend() local
372 s8 db = bootparam->h2c_shutdown_db; in mic_suspend()
376 bootparam->shutdown_card = 1; in mic_suspend()