Searched refs:stop_cmd (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_twsi.c | 166 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()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | stm32_sdmmc2.c | 419 struct mmc_cmd stop_cmd; in stm32_sdmmc2_send_cmd() local 421 stop_cmd.cmdidx = MMC_CMD_STOP_TRANSMISSION; in stm32_sdmmc2_send_cmd() 422 stop_cmd.cmdarg = 0; in stm32_sdmmc2_send_cmd() 423 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd() 428 stm32_sdmmc2_start_cmd(priv, &stop_cmd, SDMMC_CMD_CMDSTOP); in stm32_sdmmc2_send_cmd() 429 stm32_sdmmc2_end_cmd(priv, &stop_cmd, &ctx); in stm32_sdmmc2_send_cmd()
|
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rts5260.c | 573 .stop_cmd = rts5260_stop_cmd,
|
H A D | rts5228.c | 540 .stop_cmd = rts5228_stop_cmd,
|
H A D | rts5261.c | 616 .stop_cmd = rts5261_stop_cmd,
|
H A D | rtsx_pcr.c | 292 if (pcr->ops->stop_cmd) in rtsx_pci_stop_cmd() 293 return pcr->ops->stop_cmd(pcr); in rtsx_pci_stop_cmd()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci.c | 3101 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local 3141 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset() 3142 if (!stop_cmd) in xhci_endpoint_reset() 3167 err = xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, in xhci_endpoint_reset() 3180 wait_for_completion(stop_cmd->completion); in xhci_endpoint_reset() 3215 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset()
|
/openbmc/linux/include/linux/ |
H A D | rtsx_pci.h | 1102 void (*stop_cmd)(struct rtsx_pcr *pcr); member
|