Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-rc.c19 static const u16 oldtable[] = { variable
179 code = oldtable[code - 0x4501]; in fdtv_handle_rc()
181 code = oldtable[code - 0x4521]; in fdtv_handle_rc()
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c332 uint64_t *oldtable; in spapr_tce_set_need_vfio() local
343 oldtable = tcet->table; in spapr_tce_set_need_vfio()
351 memcpy(tcet->table, oldtable, table_size); in spapr_tce_set_need_vfio()
353 spapr_tce_free_table(oldtable, tcet->fd, tcet->nb_table); in spapr_tce_set_need_vfio()
/openbmc/linux/drivers/comedi/drivers/tests/
H A Dni_routes_test.c216 const u8 *table, *oldtable; in test_ni_assign_device_routes() local
251 oldtable = table; in test_ni_assign_device_routes()
260 unittest(oldtable != table, "pci-6220 find other route_values table\n"); in test_ni_assign_device_routes()