Searched refs:a_bus_drop (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 385 else if (!fsm->a_bus_drop && (fsm->a_bus_req || in otg_statemachine() 392 else if (fsm->id || fsm->a_bus_drop || in otg_statemachine() 401 else if (fsm->id || fsm->a_bus_drop || fsm->a_wait_bcon_tmout) in otg_statemachine() 405 if (fsm->id || fsm->a_bus_drop) in otg_statemachine() 422 else if (fsm->id || fsm->a_bus_drop || fsm->a_aidl_bdis_tmout) in otg_statemachine() 428 if (fsm->id || fsm->a_bus_drop) in otg_statemachine() 440 if (fsm->id || fsm->a_bus_drop || fsm->a_clr_err) in otg_statemachine()
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 385 else if (!fsm->a_bus_drop && (fsm->a_bus_req || in otg_statemachine() 392 else if (fsm->id || fsm->a_bus_drop || in otg_statemachine() 401 else if (fsm->id || fsm->a_bus_drop || fsm->a_wait_bcon_tmout) in otg_statemachine() 405 if (fsm->id || fsm->a_bus_drop) in otg_statemachine() 422 else if (fsm->id || fsm->a_bus_drop || fsm->a_aidl_bdis_tmout) in otg_statemachine() 428 if (fsm->id || fsm->a_bus_drop) in otg_statemachine() 440 if (fsm->id || fsm->a_bus_drop || fsm->a_clr_err) in otg_statemachine()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 60 /* If a_bus_drop is TRUE, a_bus_req can't be set */ in a_bus_req_store() 61 if (ci->fsm.a_bus_drop) { in a_bus_req_store() 89 t = scnprintf(next, size, "%d\n", ci->fsm.a_bus_drop); in a_bus_drop_show() 107 ci->fsm.a_bus_drop = 0; in a_bus_drop_store() 109 ci->fsm.a_bus_drop = 1; in a_bus_drop_store() 118 static DEVICE_ATTR_RW(a_bus_drop); 485 fsm->a_bus_drop = 1; in ci_otg_drv_vbus() 748 fsm->a_bus_drop = 0; in ci_otg_fsm_irq() 752 fsm->a_bus_drop = 0; in ci_otg_fsm_irq()
|
H A D | debug.c | 202 seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); in ci_otg_show()
|
H A D | core.c | 1276 (ci->fsm.a_bus_drop == 1) && (ci->fsm.a_bus_req == 0)) { in ci_otg_fsm_wakeup_by_srp() 1279 ci->fsm.a_bus_drop = 0; in ci_otg_fsm_wakeup_by_srp()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 60 /* If a_bus_drop is TRUE, a_bus_req can't be set */ in a_bus_req_store() 61 if (ci->fsm.a_bus_drop) { in a_bus_req_store() 89 t = scnprintf(next, size, "%d\n", ci->fsm.a_bus_drop); in a_bus_drop_show() 107 ci->fsm.a_bus_drop = 0; in a_bus_drop_store() 109 ci->fsm.a_bus_drop = 1; in a_bus_drop_store() 118 static DEVICE_ATTR_RW(a_bus_drop); 492 fsm->a_bus_drop = 1; in ci_otg_drv_vbus() 755 fsm->a_bus_drop = 0; in ci_otg_fsm_irq() 759 fsm->a_bus_drop = 0; in ci_otg_fsm_irq()
|
H A D | debug.c | 202 seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); in ci_otg_show()
|
H A D | core.c | 1298 (ci->fsm.a_bus_drop == 1) && (ci->fsm.a_bus_req == 0)) { in ci_otg_fsm_wakeup_by_srp() 1301 ci->fsm.a_bus_drop = 0; in ci_otg_fsm_wakeup_by_srp()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 349 else if (!(otg_ctrl->a_bus_drop) && in mv_otg_update_state() 358 if (otg_ctrl->id || otg_ctrl->a_bus_drop in mv_otg_update_state() 376 || otg_ctrl->a_bus_drop) in mv_otg_update_state() 389 || otg_ctrl->a_bus_drop) { in mv_otg_update_state() 545 mvotg->otg_ctrl.a_bus_drop = 0; in a_bus_req_store() 593 mvotg->otg_ctrl.a_bus_drop); in a_bus_drop_show() 608 mvotg->otg_ctrl.a_bus_drop = 0; in a_bus_drop_store() 610 "User request: a_bus_drop = 0\n"); in a_bus_drop_store() 612 mvotg->otg_ctrl.a_bus_drop = 1; in a_bus_drop_store() 615 "User request: a_bus_drop in a_bus_drop_store() [all...] |
H A D | phy-mv-usb.h | 75 u8 a_bus_drop; member
|
H A D | phy-fsl-usb.c | 563 otg_dev->fsm.a_bus_drop = 0; in fsl_otg_set_host()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 349 else if (!(otg_ctrl->a_bus_drop) && in mv_otg_update_state() 358 if (otg_ctrl->id || otg_ctrl->a_bus_drop in mv_otg_update_state() 376 || otg_ctrl->a_bus_drop) in mv_otg_update_state() 389 || otg_ctrl->a_bus_drop) { in mv_otg_update_state() 545 mvotg->otg_ctrl.a_bus_drop = 0; in a_bus_req_store() 593 mvotg->otg_ctrl.a_bus_drop); in a_bus_drop_show() 608 mvotg->otg_ctrl.a_bus_drop = 0; in a_bus_drop_store() 610 "User request: a_bus_drop = 0\n"); in a_bus_drop_store() 612 mvotg->otg_ctrl.a_bus_drop = 1; in a_bus_drop_store() 615 "User request: a_bus_drop in a_bus_drop_store() [all...] |
H A D | phy-mv-usb.h | 75 u8 a_bus_drop; member
|
H A D | phy-fsl-usb.c | 563 otg_dev->fsm.a_bus_drop = 0; in fsl_otg_set_host()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | otg-fsm.h | 93 * @a_bus_drop: TRUE when A-device application needs to power down the bus 152 int a_bus_drop; member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | otg-fsm.h | 80 * @a_bus_drop: TRUE when A-device application needs to power down the bus 139 int a_bus_drop; member
|
Completed in 25 milliseconds