Home
last modified time | relevance | path

Searched refs:gru_context_configuration_handle (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/misc/sgi-gru/
Dgruhandles.h129 static inline struct gru_context_configuration_handle *get_cch(void *base, in get_cch()
132 return (struct gru_context_configuration_handle *)(base + in get_cch()
351 struct gru_context_configuration_handle { struct
502 int cch_allocate(struct gru_context_configuration_handle *cch);
503 int cch_start(struct gru_context_configuration_handle *cch);
504 int cch_interrupt(struct gru_context_configuration_handle *cch);
505 int cch_deallocate(struct gru_context_configuration_handle *cch);
506 int cch_interrupt_sync(struct gru_context_configuration_handle *cch);
Dgruhandles.c84 int cch_allocate(struct gru_context_configuration_handle *cch) in cch_allocate()
100 int cch_start(struct gru_context_configuration_handle *cch) in cch_start()
107 int cch_interrupt(struct gru_context_configuration_handle *cch) in cch_interrupt()
114 int cch_deallocate(struct gru_context_configuration_handle *cch) in cch_deallocate()
130 int cch_interrupt_sync(struct gru_context_configuration_handle in cch_interrupt_sync()
Dgrutables.h567 static inline int trylock_cch_handle(struct gru_context_configuration_handle *cch) in trylock_cch_handle()
572 static inline void lock_cch_handle(struct gru_context_configuration_handle *cch) in lock_cch_handle()
577 static inline void unlock_cch_handle(struct gru_context_configuration_handle in unlock_cch_handle()
Dgrukdump.c36 struct gru_context_configuration_handle *cch, in gru_dump_context_data()
113 struct gru_context_configuration_handle *cch, *ubufcch; in gru_dump_context()
Dgrumain.c545 struct gru_context_configuration_handle *cch; in gru_unload_context()
581 struct gru_context_configuration_handle *cch; in gru_load_context()
647 struct gru_context_configuration_handle *cch; in gru_update_cch()