Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A 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()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c1277 goto error_reset; in vfe_get()
1293 error_reset: in vfe_get()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h442 struct work_struct error_reset; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c2318 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset()
3677 INIT_WORK(&hdev->error_reset, hci_error_reset); in hci_alloc_dev()
H A Dhci_event.c3727 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()