Searched defs:gru_context_configuration_handle (Results 1 - 1 of 1) sorted by relevance

/drivers/misc/sgi-gru/
H A Dgruhandles.h142 static inline struct gru_context_configuration_handle *get_cch(void *base,
145 return (struct gru_context_configuration_handle *)(base +
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);

Completed in 11 milliseconds