Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_twsi.c166 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()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dstm32_sdmmc2.c416 struct mmc_cmd stop_cmd; in stm32_sdmmc2_send_cmd() local
418 stop_cmd.cmdidx = MMC_CMD_STOP_TRANSMISSION; in stm32_sdmmc2_send_cmd()
419 stop_cmd.cmdarg = 0; in stm32_sdmmc2_send_cmd()
420 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
425 stm32_sdmmc2_start_cmd(priv, &stop_cmd, SDMMC_CMD_CMDSTOP); in stm32_sdmmc2_send_cmd()
426 stm32_sdmmc2_end_cmd(priv, &stop_cmd, &ctx); in stm32_sdmmc2_send_cmd()
/OK3568_Linux_fs/kernel/drivers/misc/cardreader/
H A Drts5260.c608 .stop_cmd = rts5260_stop_cmd,
H A Drts5228.c564 .stop_cmd = rts5228_stop_cmd,
H A Drts5261.c591 .stop_cmd = rts5261_stop_cmd,
H A Drtsx_pcr.c286 if (pcr->ops->stop_cmd) in rtsx_pci_stop_cmd()
287 return pcr->ops->stop_cmd(pcr); in rtsx_pci_stop_cmd()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c3105 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local
3147 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset()
3148 if (!stop_cmd) in xhci_endpoint_reset()
3173 err = xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, in xhci_endpoint_reset()
3186 wait_for_completion(stop_cmd->completion); in xhci_endpoint_reset()
3233 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset()
/OK3568_Linux_fs/kernel/include/linux/
H A Drtsx_pci.h1072 void (*stop_cmd)(struct rtsx_pcr *pcr); member