Searched refs:async_get_intf (Results 1 – 1 of 1) sorted by relevance
251 struct work_struct async_get_intf; member313 static void async_get_intf(struct work_struct *data);2326 INIT_WORK(&hso_dev->async_get_intf, async_get_intf); in hso_create_device()2973 static void async_get_intf(struct work_struct *data) in async_get_intf() function2976 container_of(data, struct hso_device, async_get_intf); in async_get_intf()2992 schedule_work(&hso_dev->async_get_intf); in hso_get_activity()3112 cancel_work_sync(&serial_table[i]->async_get_intf); in hso_free_interface()3127 cancel_work_sync(&network_table[i]->async_get_intf); in hso_free_interface()