Lines Matching defs:msc

58 	struct msc		*msc;  member
77 struct msc *msc; member
108 struct msc { struct
109 void __iomem *reg_base;
110 struct intel_th_device *thdev;
112 struct list_head win_list;
136 static inline bool msc_block_is_empty(struct msc_block_desc *bdesc) in msc_block_is_empty() argument
151 * @msc: MSC device argument
158 static struct msc_window *msc_oldest_window(struct msc *msc) in msc_oldest_window()
254 static struct msc_iter *msc_iter_install(struct msc *msc) in msc_iter_install()
272 static void msc_iter_remove(struct msc_iter *iter, struct msc *msc) in msc_iter_remove()
299 static int msc_iter_win_start(struct msc_iter *iter, struct msc *msc) in msc_iter_win_start()
380 struct msc *msc = iter->msc; in msc_buffer_iterate() local
453 static void msc_buffer_clear_hw_header(struct msc *msc) in msc_buffer_clear_hw_header()
479 static int msc_configure(struct msc *msc) in msc_configure()
526 static void msc_disable(struct msc *msc) in msc_disable()
571 struct msc *msc = dev_get_drvdata(&thdev->dev); in intel_th_msc_activate() local
594 struct msc *msc = dev_get_drvdata(&thdev->dev); in intel_th_msc_deactivate() local
611 static int msc_buffer_contig_alloc(struct msc *msc, unsigned long size) in msc_buffer_contig_alloc()
635 static void msc_buffer_contig_free(struct msc *msc) in msc_buffer_contig_free()
656 static struct page *msc_buffer_contig_get_page(struct msc *msc, in msc_buffer_contig_get_page()
675 static int msc_buffer_win_alloc(struct msc *msc, unsigned int nr_blocks) in msc_buffer_win_alloc()
745 static void msc_buffer_win_free(struct msc *msc, struct msc_window *win) in msc_buffer_win_free()
779 static void msc_buffer_relink(struct msc *msc) in msc_buffer_relink()
833 static void msc_buffer_multi_free(struct msc *msc) in msc_buffer_multi_free()
841 static int msc_buffer_multi_alloc(struct msc *msc, unsigned long *nr_pages, in msc_buffer_multi_alloc()
868 static void msc_buffer_free(struct msc *msc) in msc_buffer_free()
892 static int msc_buffer_alloc(struct msc *msc, unsigned long *nr_pages, in msc_buffer_alloc()
934 static int msc_buffer_unlocked_free_unless_used(struct msc *msc) in msc_buffer_unlocked_free_unless_used()
957 static int msc_buffer_free_unless_used(struct msc *msc) in msc_buffer_free_unless_used()
978 static struct page *msc_buffer_get_page(struct msc *msc, unsigned long pgoff) in msc_buffer_get_page()
1031 struct msc *msc = dev_get_drvdata(&thdev->dev); in intel_th_msc_open() local
1049 struct msc *msc = iter->msc; in intel_th_msc_release() local
1057 msc_single_to_user(struct msc *msc, char __user *buf, loff_t off, size_t len) in msc_single_to_user()
1096 struct msc *msc = iter->msc; in intel_th_msc_read() local
1154 struct msc *msc = iter->msc; in msc_mmap_open() local
1162 struct msc *msc = iter->msc; in msc_mmap_close() local
1187 struct msc *msc = iter->msc; in msc_mmap_fault() local
1210 struct msc *msc = iter->msc; in intel_th_msc_mmap() local
1251 static int intel_th_msc_init(struct msc *msc) in intel_th_msc_init()
1279 struct msc *msc = dev_get_drvdata(dev); in wrap_show() local
1288 struct msc *msc = dev_get_drvdata(dev); in wrap_store() local
1306 struct msc *msc = dev_get_drvdata(dev); in mode_show() local
1315 struct msc *msc = dev_get_drvdata(dev); in mode_store() local
1348 struct msc *msc = dev_get_drvdata(dev); in nr_pages_show() local
1375 struct msc *msc = dev_get_drvdata(dev); in nr_pages_store() local
1452 struct msc *msc; in intel_th_msc_probe() local