Lines Matching refs:output_report_dmabuf
1034 __u8 *output_report_dmabuf; member
1808 (struct sixaxis_output_report *)sc->output_report_dmabuf; in sixaxis_state_worker()
1853 __u8 *buf = sc->output_report_dmabuf; in dualshock4_state_worker()
1901 (struct motion_output_report_02 *)sc->output_report_dmabuf; in motion_state_worker()
1921 sc->output_report_dmabuf = in sony_allocate_output_report()
1925 sc->output_report_dmabuf = kmalloc(DS4_REPORT_0x11_SIZE, in sony_allocate_output_report()
1928 sc->output_report_dmabuf = kmalloc(DS4_REPORT_0x05_SIZE, in sony_allocate_output_report()
1931 sc->output_report_dmabuf = kmalloc(MOTION_REPORT_0x02_SIZE, in sony_allocate_output_report()
1936 if (!sc->output_report_dmabuf) in sony_allocate_output_report()
2394 kfree(sc->output_report_dmabuf); in sony_probe()
2415 kfree(sc->output_report_dmabuf); in sony_remove()