Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgetevents.c421 INT16 *corebuf; in GetMotionHistory() local
457 corebuf = (INT16 *) (obuff + sizeof(Time)); in GetMotionHistory()
470 memcpy(corebuf, &coord, sizeof(INT16)); in GetMotionHistory()
471 corebuf++; in GetMotionHistory()
481 memcpy(corebuf, &coord, sizeof(INT16)); in GetMotionHistory()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dudc-xilinx.c1000 u8 *corebuf; in __xudc_ep0_queue() local
1019 corebuf = (void __force *) ((ep0->rambase << 2) + in __xudc_ep0_queue()
1023 memcpy(corebuf, req->usb_req.buf, length); in __xudc_ep0_queue()