Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/sgi-gru/
Dgruhandles.h142 static inline struct gru_context_configuration_handle *get_cch(void *base, in get_cch()
145 return (struct gru_context_configuration_handle *)(base + in get_cch()
364 struct gru_context_configuration_handle { struct
515 int cch_allocate(struct gru_context_configuration_handle *cch);
516 int cch_start(struct gru_context_configuration_handle *cch);
517 int cch_interrupt(struct gru_context_configuration_handle *cch);
518 int cch_deallocate(struct gru_context_configuration_handle *cch);
519 int cch_interrupt_sync(struct gru_context_configuration_handle *cch);
Dgruhandles.c97 int cch_allocate(struct gru_context_configuration_handle *cch) in cch_allocate()
113 int cch_start(struct gru_context_configuration_handle *cch) in cch_start()
120 int cch_interrupt(struct gru_context_configuration_handle *cch) in cch_interrupt()
127 int cch_deallocate(struct gru_context_configuration_handle *cch) in cch_deallocate()
143 int cch_interrupt_sync(struct gru_context_configuration_handle in cch_interrupt_sync()
Dgrukdump.c46 struct gru_context_configuration_handle *cch, in gru_dump_context_data()
125 struct gru_context_configuration_handle *cch, *ubufcch; in gru_dump_context()
Dgrutables.h581 static inline int trylock_cch_handle(struct gru_context_configuration_handle *cch) in trylock_cch_handle()
586 static inline void lock_cch_handle(struct gru_context_configuration_handle *cch) in lock_cch_handle()
591 static inline void unlock_cch_handle(struct gru_context_configuration_handle in unlock_cch_handle()
Dgrumain.c558 struct gru_context_configuration_handle *cch; in gru_unload_context()
594 struct gru_context_configuration_handle *cch; in gru_load_context()
660 struct gru_context_configuration_handle *cch; in gru_update_cch()