Searched refs:async_get_intf (Results 1 – 1 of 1) sorted by relevance
278 struct work_struct async_get_intf; member341 static void async_get_intf(struct work_struct *data);2355 INIT_WORK(&hso_dev->async_get_intf, async_get_intf); in hso_create_device()2979 static void async_get_intf(struct work_struct *data) in async_get_intf() function2982 container_of(data, struct hso_device, async_get_intf); in async_get_intf()2998 schedule_work(&hso_dev->async_get_intf); in hso_get_activity()3150 cancel_work_sync(&network_table[i]->async_get_intf); in hso_free_interface()