Home
last modified time | relevance | path

Searched refs:output_report_dmabuf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/hid/
Dhid-microsoft.c37 void *output_report_dmabuf; member
288 struct xb1s_ff_report *r = ms->output_report_dmabuf; in ms_ff_worker()
348 ms->output_report_dmabuf = devm_kzalloc(&hdev->dev, in ms_init_ff()
351 if (ms->output_report_dmabuf == NULL) in ms_init_ff()
Dhid-sony.c554 u8 *output_report_dmabuf; member
2068 (struct sixaxis_output_report *)sc->output_report_dmabuf; in sixaxis_send_output_report()
2117 u8 *buf = sc->output_report_dmabuf; in dualshock4_send_output_report()
2180 (struct motion_output_report_02 *)sc->output_report_dmabuf; in motion_send_output_report()
2213 sc->output_report_dmabuf = in sony_allocate_output_report()
2218 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()
2222 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()
2226 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()
2232 if (!sc->output_report_dmabuf) in sony_allocate_output_report()