Lines Matching defs:gsc
60 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt()
65 bool xe_gsc_proxy_init_done(struct xe_gsc *gsc) in xe_gsc_proxy_init_done()
74 static void __gsc_proxy_irq_rmw(struct xe_gsc *gsc, u32 clr, u32 set) in __gsc_proxy_irq_rmw()
84 static void gsc_proxy_irq_clear(struct xe_gsc *gsc) in gsc_proxy_irq_clear()
90 static void gsc_proxy_irq_toggle(struct xe_gsc *gsc, bool enabled) in gsc_proxy_irq_toggle()
98 static int proxy_send_to_csme(struct xe_gsc *gsc, u32 size) in proxy_send_to_csme()
119 static int proxy_send_to_gsc(struct xe_gsc *gsc, u32 size) in proxy_send_to_gsc()
209 static int proxy_query(struct xe_gsc *gsc) in proxy_query()
313 int xe_gsc_proxy_request_handler(struct xe_gsc *gsc) in xe_gsc_proxy_request_handler()
346 void xe_gsc_proxy_irq_handler(struct xe_gsc *gsc, u32 iir) in xe_gsc_proxy_irq_handler()
370 struct xe_gsc *gsc = >->uc.gsc; in xe_gsc_proxy_component_bind() local
385 struct xe_gsc *gsc = >->uc.gsc; in xe_gsc_proxy_component_unbind() local
399 static int proxy_channel_alloc(struct xe_gsc *gsc) in proxy_channel_alloc()
432 int xe_gsc_proxy_init(struct xe_gsc *gsc) in xe_gsc_proxy_init()
474 void xe_gsc_proxy_remove(struct xe_gsc *gsc) in xe_gsc_proxy_remove()
507 int xe_gsc_proxy_start(struct xe_gsc *gsc) in xe_gsc_proxy_start()