Searched refs:async_put_intf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c287 struct work_struct async_put_intf; member in struct:hso_device
350 static void async_put_intf(struct work_struct *data);
2416 INIT_WORK(&hso_dev->async_put_intf, async_put_intf);
3049 static void async_put_intf(struct work_struct *data) function
3052 container_of(data, struct hso_device, async_put_intf);
3078 schedule_work(&hso_dev->async_put_intf);
3218 cancel_work_sync(&network_table[i]->async_put_intf);

Completed in 104 milliseconds