async_get_intf
INIT_WORK(&hso_dev->async_get_intf, async_get_intf);
struct work_struct async_get_intf;
container_of(data, struct hso_device, async_get_intf);
schedule_work(&hso_dev->async_get_intf);
cancel_work_sync(&serial_table[i]->async_get_intf);
static void async_get_intf(struct work_struct *data);
cancel_work_sync(&network_table[i]->async_get_intf);