cosm_device        19 drivers/misc/mic/bus/cosm_bus.c 	struct cosm_device *dev = dev_to_cosm(d);
cosm_device        27 drivers/misc/mic/bus/cosm_bus.c 	struct cosm_device *dev = dev_to_cosm(d);
cosm_device        55 drivers/misc/mic/bus/cosm_bus.c 	struct cosm_device *cdev = dev_to_cosm(d);
cosm_device        60 drivers/misc/mic/bus/cosm_bus.c struct cosm_device *
cosm_device        63 drivers/misc/mic/bus/cosm_bus.c 	struct cosm_device *cdev;
cosm_device        97 drivers/misc/mic/bus/cosm_bus.c void cosm_unregister_device(struct cosm_device *dev)
cosm_device       106 drivers/misc/mic/bus/cosm_bus.c struct cosm_device *cosm_find_cdev_by_id(int id)
cosm_device       110 drivers/misc/mic/bus/cosm_bus.c 	return dev ? container_of(dev, struct cosm_device, dev) : NULL;
cosm_device        80 drivers/misc/mic/bus/cosm_bus.h 	int (*probe)(struct cosm_device *dev);
cosm_device        81 drivers/misc/mic/bus/cosm_bus.h 	void (*remove)(struct cosm_device *dev);
cosm_device        98 drivers/misc/mic/bus/cosm_bus.h 	void (*reset)(struct cosm_device *cdev);
cosm_device        99 drivers/misc/mic/bus/cosm_bus.h 	void (*force_reset)(struct cosm_device *cdev);
cosm_device       100 drivers/misc/mic/bus/cosm_bus.h 	void (*post_reset)(struct cosm_device *cdev, enum mic_states state);
cosm_device       101 drivers/misc/mic/bus/cosm_bus.h 	bool (*ready)(struct cosm_device *cdev);
cosm_device       102 drivers/misc/mic/bus/cosm_bus.h 	int (*start)(struct cosm_device *cdev, int id);
cosm_device       103 drivers/misc/mic/bus/cosm_bus.h 	void (*stop)(struct cosm_device *cdev, bool force);
cosm_device       104 drivers/misc/mic/bus/cosm_bus.h 	ssize_t (*family)(struct cosm_device *cdev, char *buf);
cosm_device       105 drivers/misc/mic/bus/cosm_bus.h 	ssize_t (*stepping)(struct cosm_device *cdev, char *buf);
cosm_device       106 drivers/misc/mic/bus/cosm_bus.h 	struct mic_mw *(*aper)(struct cosm_device *cdev);
cosm_device       109 drivers/misc/mic/bus/cosm_bus.h struct cosm_device *
cosm_device       111 drivers/misc/mic/bus/cosm_bus.h void cosm_unregister_device(struct cosm_device *dev);
cosm_device       114 drivers/misc/mic/bus/cosm_bus.h struct cosm_device *cosm_find_cdev_by_id(int id);
cosm_device       116 drivers/misc/mic/bus/cosm_bus.h static inline struct cosm_device *dev_to_cosm(struct device *dev)
cosm_device       118 drivers/misc/mic/bus/cosm_bus.h 	return container_of(dev, struct cosm_device, dev);
cosm_device        28 drivers/misc/mic/cosm/cosm_debugfs.c 	struct cosm_device *cdev = s->private;
cosm_device        79 drivers/misc/mic/cosm/cosm_debugfs.c 	struct cosm_device *cdev = s->private;
cosm_device        87 drivers/misc/mic/cosm/cosm_debugfs.c void cosm_create_debug_dir(struct cosm_device *cdev)
cosm_device       103 drivers/misc/mic/cosm/cosm_debugfs.c void cosm_delete_debug_dir(struct cosm_device *cdev)
cosm_device        30 drivers/misc/mic/cosm/cosm_main.c static void cosm_hw_reset(struct cosm_device *cdev, bool force)
cosm_device        62 drivers/misc/mic/cosm/cosm_main.c int cosm_start(struct cosm_device *cdev)
cosm_device       135 drivers/misc/mic/cosm/cosm_main.c void cosm_stop(struct cosm_device *cdev, bool force)
cosm_device       171 drivers/misc/mic/cosm/cosm_main.c 	struct cosm_device *cdev = container_of(work, struct cosm_device,
cosm_device       182 drivers/misc/mic/cosm/cosm_main.c int cosm_reset(struct cosm_device *cdev)
cosm_device       207 drivers/misc/mic/cosm/cosm_main.c int cosm_shutdown(struct cosm_device *cdev)
cosm_device       241 drivers/misc/mic/cosm/cosm_main.c static int cosm_driver_probe(struct cosm_device *cdev)
cosm_device       283 drivers/misc/mic/cosm/cosm_main.c static void cosm_driver_remove(struct cosm_device *cdev)
cosm_device       302 drivers/misc/mic/cosm/cosm_main.c 	struct cosm_device *cdev = dev_to_cosm(dev);
cosm_device        46 drivers/misc/mic/cosm/cosm_main.h void cosm_sysfs_init(struct cosm_device *cdev);
cosm_device        47 drivers/misc/mic/cosm/cosm_main.h int cosm_start(struct cosm_device *cdev);
cosm_device        48 drivers/misc/mic/cosm/cosm_main.h void cosm_stop(struct cosm_device *cdev, bool force);
cosm_device        49 drivers/misc/mic/cosm/cosm_main.h int cosm_reset(struct cosm_device *cdev);
cosm_device        50 drivers/misc/mic/cosm/cosm_main.h int cosm_shutdown(struct cosm_device *cdev);
cosm_device        51 drivers/misc/mic/cosm/cosm_main.h void cosm_set_state(struct cosm_device *cdev, u8 state);
cosm_device        52 drivers/misc/mic/cosm/cosm_main.h void cosm_set_shutdown_status(struct cosm_device *cdev, u8 status);
cosm_device        55 drivers/misc/mic/cosm/cosm_main.h void cosm_create_debug_dir(struct cosm_device *cdev);
cosm_device        56 drivers/misc/mic/cosm/cosm_main.h void cosm_delete_debug_dir(struct cosm_device *cdev);
cosm_device        95 drivers/misc/mic/cosm/cosm_scif_server.c static void cosm_update_mic_status(struct cosm_device *cdev)
cosm_device       104 drivers/misc/mic/cosm/cosm_scif_server.c static void cosm_shutdown_status_int(struct cosm_device *cdev,
cosm_device       126 drivers/misc/mic/cosm/cosm_scif_server.c static void cosm_scif_recv(struct cosm_device *cdev)
cosm_device       159 drivers/misc/mic/cosm/cosm_scif_server.c static void cosm_set_crashed(struct cosm_device *cdev)
cosm_device       167 drivers/misc/mic/cosm/cosm_scif_server.c static void cosm_send_time(struct cosm_device *cdev)
cosm_device       188 drivers/misc/mic/cosm/cosm_scif_server.c static void cosm_scif_close(struct cosm_device *cdev)
cosm_device       206 drivers/misc/mic/cosm/cosm_scif_server.c static int cosm_set_online(struct cosm_device *cdev)
cosm_device       236 drivers/misc/mic/cosm/cosm_scif_server.c 	struct cosm_device *cdev = container_of(work, struct cosm_device,
cosm_device       286 drivers/misc/mic/cosm/cosm_scif_server.c 	struct cosm_device *cdev;
cosm_device        37 drivers/misc/mic/cosm/cosm_sysfs.c void cosm_set_shutdown_status(struct cosm_device *cdev, u8 shutdown_status)
cosm_device        45 drivers/misc/mic/cosm/cosm_sysfs.c void cosm_set_state(struct cosm_device *cdev, u8 state)
cosm_device        57 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device        69 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device        81 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device        94 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       124 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       138 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       151 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       177 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       194 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       223 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       240 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       268 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       285 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       314 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       331 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       364 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       376 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       398 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       410 drivers/misc/mic/cosm/cosm_sysfs.c 	struct cosm_device *cdev = dev_get_drvdata(dev);
cosm_device       446 drivers/misc/mic/cosm/cosm_sysfs.c void cosm_sysfs_init(struct cosm_device *cdev)
cosm_device       382 drivers/misc/mic/host/mic_boot.c static inline struct mic_device *cosmdev_to_mdev(struct cosm_device *cdev)
cosm_device       387 drivers/misc/mic/host/mic_boot.c static void _mic_reset(struct cosm_device *cdev)
cosm_device       395 drivers/misc/mic/host/mic_boot.c static bool _mic_ready(struct cosm_device *cdev)
cosm_device       456 drivers/misc/mic/host/mic_boot.c static int _mic_start(struct cosm_device *cdev, int id)
cosm_device       522 drivers/misc/mic/host/mic_boot.c static void _mic_stop(struct cosm_device *cdev, bool force)
cosm_device       538 drivers/misc/mic/host/mic_boot.c static ssize_t _mic_family(struct cosm_device *cdev, char *buf)
cosm_device       546 drivers/misc/mic/host/mic_boot.c static ssize_t _mic_stepping(struct cosm_device *cdev, char *buf)
cosm_device       570 drivers/misc/mic/host/mic_boot.c static struct mic_mw *_mic_aper(struct cosm_device *cdev)
cosm_device        86 drivers/misc/mic/host/mic_device.h 	struct cosm_device *cosm_dev;