Searched refs:stop_cmd (Results 1 – 9 of 9) sorted by relevance
/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()
|
/linux/drivers/input/misc/ |
H A D | cs40l50-vibra.c | 74 u32 stop_cmd; member 124 .stop_cmd = CS40L50_STOP_PLAYBACK, 382 vib->dsp.write(vib->dev, vib->regmap, vib->dsp.stop_cmd); in cs40l50_stop_worker()
|
/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 | 294 if (pcr->ops->stop_cmd) in rtsx_pci_stop_cmd() 295 return pcr->ops->stop_cmd(pcr); in rtsx_pci_stop_cmd()
|
H A D | rts5264.c | 691 .stop_cmd = rts5264_stop_cmd,
|
/linux/drivers/usb/host/ |
H A D | xhci.c | 3120 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local 3178 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset() 3179 if (!stop_cmd) in xhci_endpoint_reset() 3204 err = xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, in xhci_endpoint_reset() 3217 wait_for_completion(stop_cmd->completion); in xhci_endpoint_reset() 3252 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset()
|
/linux/include/linux/ |
H A D | rtsx_pci.h | 1108 void (*stop_cmd)(struct rtsx_pcr *pcr); member
|