Searched refs:output_report_dmabuf (Results 1 – 1 of 1) sorted by relevance
1034 __u8 *output_report_dmabuf; member1808 (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()[all …]