Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/qib/
A Dqib_twsi.c166 static void stop_cmd(struct qib_devdata *dd);
189 stop_cmd(dd); in rd_byte()
253 static void stop_cmd(struct qib_devdata *dd) in stop_cmd() function
338 stop_cmd(dd); in qib_twsi_wr()
373 stop_cmd(dd); in qib_twsi_blk_rd()
397 stop_cmd(dd); in qib_twsi_blk_rd()
470 stop_cmd(dd); in qib_twsi_blk_wr()
485 stop_cmd(dd); in qib_twsi_blk_wr()
497 stop_cmd(dd); in qib_twsi_blk_wr()
/linux/drivers/misc/cardreader/
A Drts5260.c608 .stop_cmd = rts5260_stop_cmd,
A Drts5228.c564 .stop_cmd = rts5228_stop_cmd,
A Drts5261.c622 .stop_cmd = rts5261_stop_cmd,
A Drtsx_pcr.c300 if (pcr->ops->stop_cmd) in rtsx_pci_stop_cmd()
301 return pcr->ops->stop_cmd(pcr); in rtsx_pci_stop_cmd()
/linux/drivers/usb/host/
A Dxhci.c3191 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local
3233 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset()
3234 if (!stop_cmd) in xhci_endpoint_reset()
3259 err = xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, in xhci_endpoint_reset()
3272 wait_for_completion(stop_cmd->completion); in xhci_endpoint_reset()
3307 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset()
/linux/include/linux/
A Drtsx_pci.h1099 void (*stop_cmd)(struct rtsx_pcr *pcr); member

Completed in 27 milliseconds