Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dimx334.c882 goto error_reset; in imx334_power_on()
889 error_reset: in imx334_power_on()
Dimx335.c876 goto error_reset; in imx335_power_on()
883 error_reset: in imx335_power_on()
Dimx412.c1019 goto error_reset; in imx412_power_on()
1026 error_reset: in imx412_power_on()
Dov9282.c884 goto error_reset; in ov9282_power_on()
891 error_reset: in ov9282_power_on()
/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-vfe.c602 goto error_reset; in vfe_get()
618 error_reset: in vfe_get()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h466 struct work_struct error_reset; member
/Linux-v5.15/net/bluetooth/
Dhci_core.c2329 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset()
3864 INIT_WORK(&hdev->error_reset, hci_error_reset); in hci_alloc_dev_priv()
Dhci_event.c3821 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()