Searched refs:async_get_intf (Results 1 – 1 of 1) sorted by relevance
251 struct work_struct async_get_intf; member311 static void async_get_intf(struct work_struct *data);2324 INIT_WORK(&hso_dev->async_get_intf, async_get_intf); in hso_create_device()2958 static void async_get_intf(struct work_struct *data) in async_get_intf() function2961 container_of(data, struct hso_device, async_get_intf); in async_get_intf()2977 schedule_work(&hso_dev->async_get_intf); in hso_get_activity()3097 cancel_work_sync(&serial_table[i]->async_get_intf); in hso_free_interface()3112 cancel_work_sync(&network_table[i]->async_get_intf); in hso_free_interface()