Searched refs:a_bus_req (Results 1 – 10 of 10) sorted by relevance
1 What: /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req6 Set a_bus_req(A-device bus request) input to be 1 if9 the bus(or wants to work as peripheral). a_bus_req can also26 the a_bus_req shall be 0.
40 t = scnprintf(next, size, "%d\n", ci->fsm.a_bus_req); in a_bus_req_show()58 ci->fsm.a_bus_req = 0; in a_bus_req_store()65 ci->fsm.a_bus_req = 1; in a_bus_req_store()78 static DEVICE_ATTR_RW(a_bus_req);110 ci->fsm.a_bus_req = 0; in a_bus_drop_store()484 fsm->a_bus_req = 0; in ci_otg_drv_vbus()650 fsm->a_bus_req = 1; in ci_otg_fsm_event()751 fsm->a_bus_req = 1; in ci_otg_fsm_irq()
204 seq_printf(s, "a_bus_req: %d\n", fsm->a_bus_req); in ci_otg_show()
1127 (ci->fsm.a_bus_drop == 1) && (ci->fsm.a_bus_req == 0)) { in ci_otg_fsm_wakeup_by_srp()
179 fsm->a_bus_req = 0; in otg_hnp_polling_work()282 if (!fsm->a_bus_req || fsm->a_suspend_req_inf) in otg_set_state()381 else if (!fsm->a_bus_drop && (fsm->a_bus_req || in otg_statemachine()403 else if ((!fsm->a_bus_req || fsm->a_suspend_req_inf) && in otg_statemachine()416 else if (fsm->a_bus_req || fsm->b_bus_resume) in otg_statemachine()
316 otg_ctrl->a_bus_req = 1; in mv_otg_update_inputs()352 (otg_ctrl->a_bus_req || otg_ctrl->a_srp_det)) in mv_otg_update_state()365 otg_ctrl->a_bus_req = 0; in mv_otg_update_state()386 || otg_ctrl->a_bus_req) in mv_otg_update_state()526 mvotg->otg_ctrl.a_bus_req); in a_bus_req_show()548 mvotg->otg_ctrl.a_bus_req = 1; in a_bus_req_store()562 static DEVICE_ATTR_RW(a_bus_req);617 mvotg->otg_ctrl.a_bus_req = 0; in a_bus_drop_store()
76 u8 a_bus_req; member
564 otg_dev->fsm.a_bus_req = 1; in fsl_otg_set_host()694 otg_dev->fsm.a_bus_req = 0; in fsl_otg_start_hnp()1021 fsm->a_bus_req, in show_fsl_usb2_otg_state()1072 fsl_otg_dev->fsm.a_bus_req = arg; in fsl_otg_ioctl()
41 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req54 echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req
153 int a_bus_req; member