Loading drivers/usb/gadget/function/f_gsi.c +7 −0 Original line number Diff line number Diff line Loading @@ -785,6 +785,13 @@ static int ipa_suspend_work_handler(struct gsi_data_port *d_port) goto done; } /* * Ensure that the DBL is blocked before suspend. */ block_db = true; usb_gsi_ep_op(gsi->d_port.in_ep, (void *)&block_db, GSI_EP_OP_SET_CLR_BLOCK_DBL); log_event_dbg("%s: Calling xdci_suspend", __func__); ret = ipa_usb_xdci_suspend(gsi->d_port.out_channel_handle, gsi->d_port.in_channel_handle, gsi->prot_id, Loading Loading
drivers/usb/gadget/function/f_gsi.c +7 −0 Original line number Diff line number Diff line Loading @@ -785,6 +785,13 @@ static int ipa_suspend_work_handler(struct gsi_data_port *d_port) goto done; } /* * Ensure that the DBL is blocked before suspend. */ block_db = true; usb_gsi_ep_op(gsi->d_port.in_ep, (void *)&block_db, GSI_EP_OP_SET_CLR_BLOCK_DBL); log_event_dbg("%s: Calling xdci_suspend", __func__); ret = ipa_usb_xdci_suspend(gsi->d_port.out_channel_handle, gsi->d_port.in_channel_handle, gsi->prot_id, Loading