Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/x86/math-emu/
Dload_store.c38 static u_char const type_table[32] = { variable
92 switch (type_table[type]) { in FPU_load_store()
Dfpu_entry.c82 static u_char const type_table[64] = { variable
478 switch (type_table[(int)instr_index]) { in math_emulate()