Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch420 events2 = self.__read_all_events(i)
423 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=1073741888, cookie=events2[0][0].cooki…
424 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=1073741952, cookie=events2[1][0].cooki…
425 + (inotify.adapters._INOTIFY_EVENT(wd=wd_path, mask=1073741888, cookie=events2[0][0]…
426 + (inotify.adapters._INOTIFY_EVENT(wd=wd_path, mask=1073741952, cookie=events2[1][0]…
430 - self.assertEquals(events2, expected)
431 + self.assertEqual(events2, expected)
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c2713 events2,
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c3355 u8 events2[7] = { 0x0, 0x3, 0x5, 0x4, 0x2, 0x1, 0x8 }; in b43_nphy_workarounds_rev1_2() local
3395 b43_nphy_set_rf_sequence(dev, 1, events2, delays2, 7); in b43_nphy_workarounds_rev1_2()