Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov7251.c1708 goto free_ctrl; in ov7251_probe()
1768 free_ctrl: in ov7251_probe()
/linux/drivers/nvme/host/
H A Dtcp.c2633 goto free_ctrl; in nvme_tcp_free_ctrl()
2640 free_ctrl: in nvme_tcp_free_ctrl()
2940 .free_ctrl = nvme_tcp_free_ctrl,
H A Dnvme.h660 void (*free_ctrl)(struct nvme_ctrl *ctrl); member
H A Dapple.c1282 .free_ctrl = apple_nvme_free_ctrl,
H A Dfc.c3377 .free_ctrl = nvme_fc_free_ctrl,
H A Dpci.c3575 .free_ctrl = nvme_pci_free_ctrl,
H A Dcore.c5184 ctrl->ops->free_ctrl(ctrl); in nvme_free_ctrl()