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

/linux-master/drivers/usb/chipidea/
H A Dotg_fsm.c129 t = scnprintf(next, size, "%d\n", ci->fsm.b_bus_req);
147 ci->fsm.b_bus_req = 0;
149 ci->fsm.b_bus_req = 1;
162 static DEVICE_ATTR_RW(b_bus_req);
343 ci->fsm.b_bus_req = 0;
681 fsm->b_bus_req = 0;
H A Ddebug.c222 seq_printf(s, "b_bus_req: %d\n", fsm->b_bus_req);
/linux-master/drivers/usb/phy/
H A Dphy-mv-usb.h84 u8 b_bus_req; /* B-Device Require Bus */ member in struct:mv_otg_ctrl
H A Dphy-fsl-usb.c618 otg_dev->fsm.b_bus_req = 0;
626 otg_dev->fsm.b_bus_req = 1;
673 otg_dev->fsm.b_bus_req = 1;
/linux-master/drivers/usb/common/
H A Dusb-otg-fsm.c181 fsm->b_bus_req = 0;
351 else if ((fsm->b_bus_req || fsm->adp_change || fsm->power_up) &&
362 else if (fsm->b_bus_req && fsm->otg->
379 else if (!fsm->b_bus_req || !fsm->a_conn || fsm->test_device)
/linux-master/include/linux/usb/
H A Dotg-fsm.h85 * @b_bus_req: TRUE during the time that the Application running on the
141 int b_bus_req; member in struct:otg_fsm

Completed in 144 milliseconds