cosm_dev           86 drivers/misc/mic/host/mic_device.h 	struct cosm_device *cosm_dev;
cosm_dev          239 drivers/misc/mic/host/mic_main.c 	mdev->cosm_dev = cosm_register_device(&mdev->pdev->dev, &cosm_hw_ops);
cosm_dev          240 drivers/misc/mic/host/mic_main.c 	if (IS_ERR(mdev->cosm_dev)) {
cosm_dev          241 drivers/misc/mic/host/mic_main.c 		rc = PTR_ERR(mdev->cosm_dev);
cosm_dev          285 drivers/misc/mic/host/mic_main.c 	cosm_unregister_device(mdev->cosm_dev);
cosm_dev          355 drivers/misc/mic/host/mic_x100.c 	if (mdev->cosm_dev->cmdline)
cosm_dev          357 drivers/misc/mic/host/mic_x100.c 			 mdev->cosm_dev->cmdline);
cosm_dev          376 drivers/misc/mic/host/mic_x100.c 	rc = request_firmware(&fw, mdev->cosm_dev->ramdisk, &mdev->pdev->dev);
cosm_dev          380 drivers/misc/mic/host/mic_x100.c 			rc, mdev->cosm_dev->ramdisk);
cosm_dev          443 drivers/misc/mic/host/mic_x100.c 	rc = request_firmware(&fw, mdev->cosm_dev->firmware, &mdev->pdev->dev);
cosm_dev          447 drivers/misc/mic/host/mic_x100.c 			rc, mdev->cosm_dev->firmware);
cosm_dev          458 drivers/misc/mic/host/mic_x100.c 	if (!strcmp(mdev->cosm_dev->bootmode, "flash")) {
cosm_dev          473 drivers/misc/mic/host/mic_x100.c 	if (mdev->cosm_dev->ramdisk)