Home
last modified time | relevance | path

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

/drivers/input/misc/
A Dcs40l50-vibra.c74 u32 stop_cmd; member
124 .stop_cmd = CS40L50_STOP_PLAYBACK,
385 vib->dsp.write(vib->dev, vib->regmap, vib->dsp.stop_cmd); in cs40l50_stop_worker()
/drivers/misc/cardreader/
A Drts5260.c573 .stop_cmd = rts5260_stop_cmd,
A Drts5228.c540 .stop_cmd = rts5228_stop_cmd,
A Drts5261.c616 .stop_cmd = rts5261_stop_cmd,
A Drtsx_pcr.c294 if (pcr->ops->stop_cmd) in rtsx_pci_stop_cmd()
295 return pcr->ops->stop_cmd(pcr); in rtsx_pci_stop_cmd()
A Drts5264.c765 .stop_cmd = rts5264_stop_cmd,
/drivers/usb/host/
A Dxhci.c3283 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() local
3341 stop_cmd = xhci_alloc_command(xhci, true, GFP_NOWAIT); in xhci_endpoint_reset()
3342 if (!stop_cmd) in xhci_endpoint_reset()
3367 err = xhci_queue_stop_endpoint(xhci, stop_cmd, udev->slot_id, in xhci_endpoint_reset()
3380 wait_for_completion(stop_cmd->completion); in xhci_endpoint_reset()
3415 xhci_free_command(xhci, stop_cmd); in xhci_endpoint_reset()

Completed in 31 milliseconds