Home
last modified time | relevance | path

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

/linux/drivers/media/usb/stk1160/
H A Dstk1160-core.c344 goto free_ctrl; in stk1160_probe()
380 free_ctrl: in stk1160_probe()
/linux/drivers/nvme/target/
H A Dloop.c285 goto free_ctrl; in nvme_loop_free_ctrl()
295 free_ctrl: in nvme_loop_free_ctrl()
510 .free_ctrl = nvme_loop_free_ctrl,
/linux/drivers/media/i2c/
H A Dov7251.c1731 goto free_ctrl; in ov7251_probe()
1791 free_ctrl: in ov7251_probe()
/linux/drivers/nvme/host/
H A Drdma.c973 goto free_ctrl; in nvme_rdma_free_ctrl()
980 free_ctrl: in nvme_rdma_free_ctrl()
2200 .free_ctrl = nvme_rdma_free_ctrl,
H A Dtcp.c2551 goto free_ctrl; in nvme_tcp_free_ctrl()
2558 free_ctrl: in nvme_tcp_free_ctrl()
2857 .free_ctrl = nvme_tcp_free_ctrl,
H A Dapple.c1239 .free_ctrl = apple_nvme_free_ctrl,
H A Dfc.c3353 .free_ctrl = nvme_fc_free_ctrl,
H A Dpci.c3248 .free_ctrl = nvme_pci_free_ctrl,
H A Dcore.c5050 ctrl->ops->free_ctrl(ctrl); in nvme_free_ctrl()
5062 * needed, which also invokes the ops->free_ctrl() callback.