Searched defs:is_table (Results 1 – 4 of 4) sorted by relevance
1426 struct is_table { struct1427 int start; /* interrupt source type start */1428 int end; /* interrupt source type end */1430 char *(*is_name)(char *name, size_t size, unsigned int source);1432 void (*is_int)(struct hfi1_devdata *dd, unsigned int source);
8235 static const struct is_table is_table[] = { variable
1468 struct is_table { struct1469 int start; /* interrupt source type start */1470 int end; /* interrupt source type end */1472 char *(*is_name)(char *name, size_t size, unsigned int source);1474 void (*is_int)(struct hfi1_devdata *dd, unsigned int source);
8271 static const struct is_table is_table[] = { variable