• Home
  • Raw
  • Download

Lines Matching defs:msc

58 	struct msc		*msc;  member
77 struct msc *msc; member
109 struct msc { struct
110 void __iomem *reg_base;
111 struct intel_th_device *thdev;
113 struct list_head win_list;
114 struct sg_table single_sgt;
138 static inline bool msc_block_is_empty(struct msc_block_desc *bdesc) in msc_block_is_empty() argument
153 * @msc: MSC device argument
160 static struct msc_window *msc_oldest_window(struct msc *msc) in msc_oldest_window()
256 static struct msc_iter *msc_iter_install(struct msc *msc) in msc_iter_install()
274 static void msc_iter_remove(struct msc_iter *iter, struct msc *msc) in msc_iter_remove()
301 static int msc_iter_win_start(struct msc_iter *iter, struct msc *msc) in msc_iter_win_start()
382 struct msc *msc = iter->msc; in msc_buffer_iterate() local
455 static void msc_buffer_clear_hw_header(struct msc *msc) in msc_buffer_clear_hw_header()
481 static int msc_configure(struct msc *msc) in msc_configure()
528 static void msc_disable(struct msc *msc) in msc_disable()
573 struct msc *msc = dev_get_drvdata(&thdev->dev); in intel_th_msc_activate() local
596 struct msc *msc = dev_get_drvdata(&thdev->dev); in intel_th_msc_deactivate() local
613 static int msc_buffer_contig_alloc(struct msc *msc, unsigned long size) in msc_buffer_contig_alloc()
660 static void msc_buffer_contig_free(struct msc *msc) in msc_buffer_contig_free()
685 static struct page *msc_buffer_contig_get_page(struct msc *msc, in msc_buffer_contig_get_page()
704 static int msc_buffer_win_alloc(struct msc *msc, unsigned int nr_blocks) in msc_buffer_win_alloc()
774 static void msc_buffer_win_free(struct msc *msc, struct msc_window *win) in msc_buffer_win_free()
808 static void msc_buffer_relink(struct msc *msc) in msc_buffer_relink()
862 static void msc_buffer_multi_free(struct msc *msc) in msc_buffer_multi_free()
870 static int msc_buffer_multi_alloc(struct msc *msc, unsigned long *nr_pages, in msc_buffer_multi_alloc()
897 static void msc_buffer_free(struct msc *msc) in msc_buffer_free()
921 static int msc_buffer_alloc(struct msc *msc, unsigned long *nr_pages, in msc_buffer_alloc()
963 static int msc_buffer_unlocked_free_unless_used(struct msc *msc) in msc_buffer_unlocked_free_unless_used()
986 static int msc_buffer_free_unless_used(struct msc *msc) in msc_buffer_free_unless_used()
1007 static struct page *msc_buffer_get_page(struct msc *msc, unsigned long pgoff) in msc_buffer_get_page()
1060 struct msc *msc = dev_get_drvdata(&thdev->dev); in intel_th_msc_open() local
1078 struct msc *msc = iter->msc; in intel_th_msc_release() local
1086 msc_single_to_user(struct msc *msc, char __user *buf, loff_t off, size_t len) in msc_single_to_user()
1125 struct msc *msc = iter->msc; in intel_th_msc_read() local
1183 struct msc *msc = iter->msc; in msc_mmap_open() local
1191 struct msc *msc = iter->msc; in msc_mmap_close() local
1216 struct msc *msc = iter->msc; in msc_mmap_fault() local
1239 struct msc *msc = iter->msc; in intel_th_msc_mmap() local
1280 static int intel_th_msc_init(struct msc *msc) in intel_th_msc_init()
1308 struct msc *msc = dev_get_drvdata(dev); in wrap_show() local
1317 struct msc *msc = dev_get_drvdata(dev); in wrap_store() local
1335 struct msc *msc = dev_get_drvdata(dev); in mode_show() local
1344 struct msc *msc = dev_get_drvdata(dev); in mode_store() local
1377 struct msc *msc = dev_get_drvdata(dev); in nr_pages_show() local
1404 struct msc *msc = dev_get_drvdata(dev); in nr_pages_store() local
1482 struct msc *msc; in intel_th_msc_probe() local