Searched refs:putfunc (Results 1 – 4 of 4) sorted by relevance
881 int putfunc_ret = handler->putfunc(NULL, handler->priv, result, bytes, &written); in ptp_read_func()1070 handler->putfunc = memory_putfunc; in ptp_init_recv_memory_handler()1090 handler->putfunc = memory_putfunc; in ptp_init_send_memory_handler()1310 handler->putfunc( in ptp_usb_getdata()1379 handler->putfunc( in ptp_usb_getdata()
189 MTPDataPutFunc putfunc; member4684 ret = handler->putfunc(params, handler->priv, sendlen, data, &local_putlen); in put_func_wrapper()4880 mtp_handler.putfunc = put_func;4885 handler.putfunc = put_func_wrapper;5498 mtp_handler.putfunc = NULL;5503 handler.putfunc = NULL;
251 handler->putfunc = memory_putfunc; in ptp_init_recv_memory_handler()271 handler->putfunc = memory_putfunc; in ptp_init_send_memory_handler()342 handler->putfunc = fd_putfunc; in ptp_init_fd_handler()
1856 PTPDataPutFunc putfunc; member