Searched refs:output_report_dmabuf (Results 1 – 3 of 3) sorted by relevance
37 void *output_report_dmabuf; member285 struct xb1s_ff_report *r = ms->output_report_dmabuf; in ms_ff_worker()345 ms->output_report_dmabuf = devm_kzalloc(&hdev->dev, in ms_init_ff()348 if (ms->output_report_dmabuf == NULL) in ms_init_ff()
554 u8 *output_report_dmabuf; member2085 (struct sixaxis_output_report *)sc->output_report_dmabuf; in sixaxis_send_output_report()2134 u8 *buf = sc->output_report_dmabuf; in dualshock4_send_output_report()2197 (struct motion_output_report_02 *)sc->output_report_dmabuf; in motion_send_output_report()2230 sc->output_report_dmabuf = in sony_allocate_output_report()2235 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()2239 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()2243 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()2249 if (!sc->output_report_dmabuf) in sony_allocate_output_report()
187 void *output_report_dmabuf; member986 dualsense_init_output_report(ds, &report, ds->output_report_dmabuf); in dualsense_output_worker()1354 ds->output_report_dmabuf = devm_kzalloc(&hdev->dev, max_output_report_size, GFP_KERNEL); in dualsense_create()1355 if (!ds->output_report_dmabuf) in dualsense_create()