Searched refs:stop_cmd (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/infiniband/hw/qib/ |
| D | qib_twsi.c | 166 static void stop_cmd(struct qib_devdata *dd); 188 stop_cmd(dd); in rd_byte() 252 static void stop_cmd(struct qib_devdata *dd) in stop_cmd() function 337 stop_cmd(dd); in qib_twsi_wr() 372 stop_cmd(dd); in qib_twsi_blk_rd() 396 stop_cmd(dd); in qib_twsi_blk_rd() 469 stop_cmd(dd); in qib_twsi_blk_wr() 484 stop_cmd(dd); in qib_twsi_blk_wr() 496 stop_cmd(dd); in qib_twsi_blk_wr()
|
| /Linux-v5.10/drivers/misc/cardreader/ |
| D | rts5260.c | 608 .stop_cmd = rts5260_stop_cmd,
|
| D | rts5228.c | 564 .stop_cmd = rts5228_stop_cmd,
|
| D | rts5261.c | 591 .stop_cmd = rts5261_stop_cmd,
|
| D | rtsx_pcr.c | 286 if (pcr->ops->stop_cmd) in rtsx_pci_stop_cmd() 287 return pcr->ops->stop_cmd(pcr); in rtsx_pci_stop_cmd()
|
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci.c | 3138 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local 3177 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset() 3178 if (!stop_cmd) in xhci_endpoint_reset() 3203 err = xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, in xhci_endpoint_reset() 3216 wait_for_completion(stop_cmd->completion); in xhci_endpoint_reset() 3243 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset()
|
| /Linux-v5.10/include/linux/ |
| D | rtsx_pci.h | 1072 void (*stop_cmd)(struct rtsx_pcr *pcr); member
|