Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_tcm.c146 static int bot_send_status(struct usbg_cmd *cmd, bool moved_data) in bot_send_status() argument
153 if (!moved_data && cmd->data_len) { in bot_send_status()
184 bool moved_data = false; in bot_send_status_response() local
187 moved_data = true; in bot_send_status_response()
188 return bot_send_status(cmd, moved_data); in bot_send_status_response()