• Home
  • Raw
  • Download

Lines Matching defs:client

80 static inline bool is_high_priority(struct intel_guc_client *client)  in is_high_priority()
86 static int reserve_doorbell(struct intel_guc_client *client) in reserve_doorbell()
118 static bool has_doorbell(struct intel_guc_client *client) in has_doorbell()
126 static void unreserve_doorbell(struct intel_guc_client *client) in unreserve_doorbell()
158 static struct guc_stage_desc *__get_stage_desc(struct intel_guc_client *client) in __get_stage_desc()
172 static void __update_doorbell_desc(struct intel_guc_client *client, u16 new_id) in __update_doorbell_desc()
181 static struct guc_doorbell_info *__get_doorbell(struct intel_guc_client *client) in __get_doorbell()
194 static void __init_doorbell(struct intel_guc_client *client) in __init_doorbell()
203 static void __fini_doorbell(struct intel_guc_client *client) in __fini_doorbell()
219 static int create_doorbell(struct intel_guc_client *client) in create_doorbell()
241 static int destroy_doorbell(struct intel_guc_client *client) in destroy_doorbell()
274 __get_process_desc(struct intel_guc_client *client) in __get_process_desc()
282 static void guc_proc_desc_init(struct intel_guc_client *client) in guc_proc_desc_init()
303 static void guc_proc_desc_fini(struct intel_guc_client *client) in guc_proc_desc_fini()
348 static void guc_stage_desc_init(struct intel_guc_client *client) in guc_stage_desc_init()
381 static void guc_stage_desc_fini(struct intel_guc_client *client) in guc_stage_desc_fini()
390 static void guc_wq_item_append(struct intel_guc_client *client, in guc_wq_item_append()
442 static void guc_ring_doorbell(struct intel_guc_client *client) in guc_ring_doorbell()
465 struct intel_guc_client *client = guc->execbuf_client; in guc_add_request() local
495 struct intel_guc_client *client = guc->execbuf_client; in guc_submit() local
800 struct intel_guc_client *client; in guc_client_alloc() local
872 static void guc_client_free(struct intel_guc_client *client) in guc_client_free()
895 struct intel_guc_client *client; in guc_clients_create() local
911 struct intel_guc_client *client; in guc_clients_destroy() local
918 static int __guc_client_enable(struct intel_guc_client *client) in __guc_client_enable()
937 static void __guc_client_disable(struct intel_guc_client *client) in __guc_client_disable()