Home
last modified time | relevance | path

Searched refs:async_get_intf (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/usb/
Dhso.c251 struct work_struct async_get_intf; member
313 static void async_get_intf(struct work_struct *data);
2333 INIT_WORK(&hso_dev->async_get_intf, async_get_intf); in hso_create_device()
2980 static void async_get_intf(struct work_struct *data) in async_get_intf() function
2983 container_of(data, struct hso_device, async_get_intf); in async_get_intf()
2999 schedule_work(&hso_dev->async_get_intf); in hso_get_activity()
3119 cancel_work_sync(&serial_table[i]->async_get_intf); in hso_free_interface()
3134 cancel_work_sync(&network_table[i]->async_get_intf); in hso_free_interface()