Searched refs:a_bus_req (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/common/
H A Dusb-otg-fsm.c201 * When HNP is triggered while a_bus_req = 0, a_host will
204 if (!fsm->a_bus_req || fsm->a_suspend_req_inf)
301 else if (!fsm->a_bus_drop && (fsm->a_bus_req ||
323 else if ((!fsm->a_bus_req || fsm->a_suspend_req_inf) &&
336 else if (fsm->a_bus_req || fsm->b_bus_resume)
/drivers/usb/phy/
H A Dphy-mv-usb.h80 u8 a_bus_req; member in struct:mv_otg_ctrl
H A Dphy-mv-usb.c325 otg_ctrl->a_bus_req = 1;
362 (otg_ctrl->a_bus_req || otg_ctrl->a_srp_det))
375 otg_ctrl->a_bus_req = 0;
396 || otg_ctrl->a_bus_req)
535 mvotg->otg_ctrl.a_bus_req);
557 mvotg->otg_ctrl.a_bus_req = 1;
560 "User request: a_bus_req = 1\n");
571 static DEVICE_ATTR(a_bus_req, S_IRUGO | S_IWUSR, get_a_bus_req,
627 mvotg->otg_ctrl.a_bus_req = 0;
631 "User request: and a_bus_req
[all...]
H A Dphy-fsl-usb.c283 * Workaround for a_host suspending too fast. When a_bus_req=0,
604 otg_dev->fsm.a_bus_req = 1;
744 /* clear a_bus_req to enter a_suspend state */
745 otg_dev->fsm.a_bus_req = 0;
1056 "a_bus_req: %d\n"
1071 fsm->a_bus_req,
1122 fsl_otg_dev->fsm.a_bus_req = arg;
/drivers/usb/chipidea/
H A Dotg_fsm.c59 t = scnprintf(next, size, "%d\n", ci->fsm.a_bus_req);
77 ci->fsm.a_bus_req = 0;
79 /* If a_bus_drop is TRUE, a_bus_req can't be set */
84 ci->fsm.a_bus_req = 1;
92 static DEVICE_ATTR(a_bus_req, S_IRUGO | S_IWUSR, get_a_bus_req, set_a_bus_req);
124 ci->fsm.a_bus_req = 0;
487 fsm->a_bus_req = 0;
634 fsm->a_bus_req = 1;
740 fsm->a_bus_req = 1;
H A Ddebug.c228 seq_printf(s, "a_bus_req: %d\n", fsm->a_bus_req);

Completed in 29 milliseconds