Home
last modified time | relevance | path

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

/linux/drivers/media/usb/stk1160/
H A Dstk1160-core.c343 goto free_ctrl; in stk1160_probe()
379 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 Dov5645.c1110 goto free_ctrl; in ov5645_probe()
1123 goto free_ctrl; in ov5645_probe()
1200 free_ctrl: in ov5645_probe()
H A Dov7251.c1709 goto free_ctrl; in ov7251_probe()
1769 free_ctrl: in ov7251_probe()
H A Dimx214.c1449 goto free_ctrl; in imx214_probe()
1481 free_ctrl: in imx214_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.c2558 goto free_ctrl; in nvme_tcp_free_ctrl()
2565 free_ctrl: in nvme_tcp_free_ctrl()
2864 .free_ctrl = nvme_tcp_free_ctrl,
H A Dnvme.h634 void (*free_ctrl)(struct nvme_ctrl *ctrl); member
H A Dapple.c1284 .free_ctrl = apple_nvme_free_ctrl,
H A Dfc.c3364 .free_ctrl = nvme_fc_free_ctrl,
H A Dpci.c3524 .free_ctrl = nvme_pci_free_ctrl,
H A Dcore.c5061 ctrl->ops->free_ctrl(ctrl); in nvme_free_ctrl()