Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-sony.c822 __u8 *output_report_dmabuf; member
1537 (struct sixaxis_output_report *)sc->output_report_dmabuf; in sixaxis_state_worker()
1582 __u8 *buf = sc->output_report_dmabuf; in dualshock4_state_worker()
1628 sc->output_report_dmabuf = in sony_allocate_output_report()
1632 sc->output_report_dmabuf = kmalloc(DS4_REPORT_0x11_SIZE, in sony_allocate_output_report()
1635 sc->output_report_dmabuf = kmalloc(DS4_REPORT_0x05_SIZE, in sony_allocate_output_report()
1640 if (!sc->output_report_dmabuf) in sony_allocate_output_report()
2091 kfree(sc->output_report_dmabuf); in sony_probe()
2112 kfree(sc->output_report_dmabuf); in sony_remove()