Lines Matching refs:memcpy
187 memcpy(sendbuf + 4, data, (length - 1) * 4); in maple_add_packet()
232 memcpy(sendbuf + 4, data, (length - 1) * 4); in maple_add_packet_sleeps()
393 memcpy(&mdev->devinfo.function, recvbuf + 4, 4); in maple_attach_driver()
394 memcpy(&mdev->devinfo.function_data[0], recvbuf + 8, 12); in maple_attach_driver()
395 memcpy(&mdev->devinfo.area_code, recvbuf + 20, 1); in maple_attach_driver()
396 memcpy(&mdev->devinfo.connector_direction, recvbuf + 21, 1); in maple_attach_driver()
397 memcpy(&mdev->devinfo.product_name[0], recvbuf + 22, 30); in maple_attach_driver()
398 memcpy(&mdev->devinfo.product_licence[0], recvbuf + 52, 60); in maple_attach_driver()
399 memcpy(&mdev->devinfo.standby_power, recvbuf + 112, 2); in maple_attach_driver()
400 memcpy(&mdev->devinfo.max_power, recvbuf + 114, 2); in maple_attach_driver()
401 memcpy(mdev->product_name, mdev->devinfo.product_name, 30); in maple_attach_driver()
403 memcpy(mdev->product_licence, mdev->devinfo.product_licence, 60); in maple_attach_driver()