Searched refs:a_bus_drop (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/usb/chipidea/
H A Dcore.c1298 (ci->fsm.a_bus_drop == 1) && (ci->fsm.a_bus_req == 0)) {
1301 ci->fsm.a_bus_drop = 0;
H A Ddebug.c202 seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop);
H A Dotg_fsm.c60 /* If a_bus_drop is TRUE, a_bus_req can't be set */
61 if (ci->fsm.a_bus_drop) {
89 t = scnprintf(next, size, "%d\n", ci->fsm.a_bus_drop);
107 ci->fsm.a_bus_drop = 0;
109 ci->fsm.a_bus_drop = 1;
118 static DEVICE_ATTR_RW(a_bus_drop);
492 fsm->a_bus_drop = 1;
755 fsm->a_bus_drop = 0;
759 fsm->a_bus_drop = 0;
/linux-master/drivers/usb/phy/
H A Dphy-mv-usb.c349 else if (!(otg_ctrl->a_bus_drop) &&
358 if (otg_ctrl->id || otg_ctrl->a_bus_drop
376 || otg_ctrl->a_bus_drop)
389 || otg_ctrl->a_bus_drop) {
545 mvotg->otg_ctrl.a_bus_drop = 0;
593 mvotg->otg_ctrl.a_bus_drop);
608 mvotg->otg_ctrl.a_bus_drop = 0;
610 "User request: a_bus_drop = 0\n");
612 mvotg->otg_ctrl.a_bus_drop = 1;
615 "User request: a_bus_drop
[all...]
H A Dphy-fsl-usb.c563 otg_dev->fsm.a_bus_drop = 0;
H A Dphy-mv-usb.h75 u8 a_bus_drop; member in struct:mv_otg_ctrl
/linux-master/include/linux/usb/
H A Dotg-fsm.h80 * @a_bus_drop: TRUE when A-device application needs to power down the bus
139 int a_bus_drop; member in struct:otg_fsm
/linux-master/drivers/usb/common/
H A Dusb-otg-fsm.c385 else if (!fsm->a_bus_drop && (fsm->a_bus_req ||
392 else if (fsm->id || fsm->a_bus_drop ||
401 else if (fsm->id || fsm->a_bus_drop || fsm->a_wait_bcon_tmout)
405 if (fsm->id || fsm->a_bus_drop)
422 else if (fsm->id || fsm->a_bus_drop || fsm->a_aidl_bdis_tmout)
428 if (fsm->id || fsm->a_bus_drop)
440 if (fsm->id || fsm->a_bus_drop || fsm->a_clr_err)

Completed in 279 milliseconds