Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/uwb/
Duwbd.c182 struct uwbd_evt_type_handler *type_table; in uwbd_event_handle_urc() local
193 type_table = &uwbd_urc_evt_type_handlers[type]; in uwbd_event_handle_urc()
194 if (type_table->uwbd_events == NULL) in uwbd_event_handle_urc()
196 if (event >= type_table->size) in uwbd_event_handle_urc()
198 handler = type_table->uwbd_events[event].handler; in uwbd_event_handle_urc()
/linux-4.4.14/arch/x86/math-emu/
Dload_store.c37 static u_char const type_table[32] = { variable
91 switch (type_table[type]) { in FPU_load_store()
Dfpu_entry.c81 static u_char const type_table[64] = { variable
478 switch (type_table[(int)instr_index]) { in math_emulate()