Searched refs:async_get_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.c286 struct work_struct async_get_intf; member in struct:hso_device
349 static void async_get_intf(struct work_struct *data);
2415 INIT_WORK(&hso_dev->async_get_intf, async_get_intf);
3042 static void async_get_intf(struct work_struct *data) function
3045 container_of(data, struct hso_device, async_get_intf);
3061 schedule_work(&hso_dev->async_get_intf);
3219 cancel_work_sync(&network_table[i]->async_get_intf);

Completed in 94 milliseconds