Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_tcm.c148 static int bot_send_status(struct usbg_cmd *cmd, bool moved_data) in bot_send_status() argument
155 if (!moved_data && cmd->data_len) { in bot_send_status()
186 bool moved_data = false; in bot_send_status_response() local
189 moved_data = true; in bot_send_status_response()
190 return bot_send_status(cmd, moved_data); in bot_send_status_response()