Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Datmel_usba_udc.c83 static void send_status(struct usba_udc *udc, struct usba_ep *ep) in send_status() function
139 send_status(udc, ep); in receive_data()
778 send_status(udc, ep); in handle_ep0_setup()
785 send_status(udc, ep); in handle_ep0_setup()
810 send_status(udc, ep); in handle_ep0_setup()
819 send_status(udc, ep); in handle_ep0_setup()
H A Df_mass_storage.c1613 static int send_status(struct fsg_common *common) in send_status() function
2387 send_status(common); in handle_exception()
2462 if (send_status(common)) in fsg_main_thread()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c715 static int mmc_poll_for_busy(struct mmc *mmc, u8 send_status) in mmc_poll_for_busy() argument
729 if (!send_status && !mmc_can_card_busy(mmc)) { in mmc_poll_for_busy()
735 if (!send_status) { in mmc_poll_for_busy()
757 u8 send_status) in __mmc_switch() argument
773 return mmc_poll_for_busy(mmc, send_status); in __mmc_switch()