Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Dusb-rx.c291 goto error_reset; in i2400mu_rx()
301 error_reset: in i2400mu_rx()
386 goto error_reset; in i2400mu_rxd()
400 error_reset: in i2400mu_rxd()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
Dcamss-vfe.c1277 goto error_reset; in vfe_get()
1293 error_reset: in vfe_get()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h443 struct work_struct error_reset; member
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c2318 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset()
3680 INIT_WORK(&hdev->error_reset, hci_error_reset); in hci_alloc_dev()
Dhci_event.c3730 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()