Searched defs:ps3_vuart_work (Results 1 – 2 of 2) sorted by relevance
22 struct ps3_vuart_work { struct23 struct work_struct work;24 unsigned long trigger;25 struct ps3_system_bus_device *dev; /* to convert work to device */
661 static void ps3_vuart_work(struct work_struct *work) in ps3_vuart_work() function