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()
584 u8 *output_report_dmabuf; member2230 (struct sixaxis_output_report *)sc->output_report_dmabuf; in sixaxis_send_output_report()2279 u8 *buf = sc->output_report_dmabuf; in dualshock4_send_output_report()2342 (struct motion_output_report_02 *)sc->output_report_dmabuf; in motion_send_output_report()2375 sc->output_report_dmabuf = in sony_allocate_output_report()2380 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()2384 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()2388 sc->output_report_dmabuf = devm_kmalloc(&sc->hdev->dev, in sony_allocate_output_report()2394 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()