Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/pt1/
H A Dpt1.c57 struct pt1_table { struct
78 struct pt1_table *tables; argument
576 static void pt1_cleanup_table(struct pt1 *pt1, struct pt1_table *table) in pt1_cleanup_table()
587 pt1_init_table(struct pt1 *pt1, struct pt1_table *table, u32 *pfnp) in pt1_init_table()
621 struct pt1_table *tables; in pt1_cleanup_tables()
635 struct pt1_table *tables; in pt1_init_tables()
642 tables = vmalloc(array_size(pt1_nr_tables, sizeof(struct pt1_table))); in pt1_init_tables()