Searched refs:b_conn (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 399 else if (fsm->b_conn) in otg_statemachine() 410 else if (!fsm->b_conn) in otg_statemachine() 416 if (!fsm->b_conn && fsm->otg->host->b_hnp_enable) in otg_statemachine() 418 else if (!fsm->b_conn && !fsm->otg->host->b_hnp_enable) in otg_statemachine()
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 399 else if (fsm->b_conn) in otg_statemachine() 410 else if (!fsm->b_conn) in otg_statemachine() 416 if (!fsm->b_conn && fsm->otg->host->b_hnp_enable) in otg_statemachine() 418 else if (!fsm->b_conn && !fsm->otg->host->b_hnp_enable) in otg_statemachine()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 651 fsm->b_conn = 1; in ci_otg_fsm_event() 701 fsm->b_conn = 0; in ci_otg_fsm_event() 713 fsm->b_conn = 0; in ci_otg_fsm_event() 774 fsm->b_conn = 0; in ci_otg_fsm_irq()
|
H A D | debug.c | 210 seq_printf(s, "b_conn: %d\n", fsm->b_conn); in ci_otg_show()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 658 fsm->b_conn = 1; in ci_otg_fsm_event() 708 fsm->b_conn = 0; in ci_otg_fsm_event() 720 fsm->b_conn = 0; in ci_otg_fsm_event() 781 fsm->b_conn = 0; in ci_otg_fsm_irq()
|
H A D | debug.c | 210 seq_printf(s, "b_conn: %d\n", fsm->b_conn); in ci_otg_show()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 368 } else if (otg_ctrl->b_conn) { in mv_otg_update_state() 375 if (otg_ctrl->id || !otg_ctrl->b_conn in mv_otg_update_state() 383 || (!otg_ctrl->b_conn && otg_ctrl->a_sess_vld) in mv_otg_update_state() 453 * Now, we directly enter A_HOST. So set b_conn = 1 in mv_otg_work() 456 mvotg->otg_ctrl.b_conn = 1; in mv_otg_work() 462 * Now, we has exited A_HOST. So set b_conn = 0 in mv_otg_work() 465 mvotg->otg_ctrl.b_conn = 0; in mv_otg_work()
|
H A D | phy-mv-usb.h | 87 u8 b_conn; member
|
H A D | phy-fsl-usb.c | 729 fsm->b_conn = 0; in fsl_otg_isr()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 368 } else if (otg_ctrl->b_conn) { in mv_otg_update_state() 375 if (otg_ctrl->id || !otg_ctrl->b_conn in mv_otg_update_state() 383 || (!otg_ctrl->b_conn && otg_ctrl->a_sess_vld) in mv_otg_update_state() 453 * Now, we directly enter A_HOST. So set b_conn = 1 in mv_otg_work() 456 mvotg->otg_ctrl.b_conn = 1; in mv_otg_work() 462 * Now, we has exited A_HOST. So set b_conn = 0 in mv_otg_work() 465 mvotg->otg_ctrl.b_conn = 0; in mv_otg_work()
|
H A D | phy-mv-usb.h | 87 u8 b_conn; member
|
H A D | phy-fsl-usb.c | 729 fsm->b_conn = 0; in fsl_otg_isr()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | otg-fsm.h | 76 * @b_conn: TRUE if the A-device detects connection from the B-device 144 int b_conn; member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | otg-fsm.h | 63 * @b_conn: TRUE if the A-device detects connection from the B-device 131 int b_conn; member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | iscsi_if.h | 123 } b_conn; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | iscsi_if.h | 123 } b_conn; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 3802 conn = iscsi_conn_lookup(ev->u.b_conn.sid, ev->u.b_conn.cid); in iscsi_if_transport_conn() 3824 session = iscsi_session_lookup(ev->u.b_conn.sid); in iscsi_if_transport_conn() 3831 ev->u.b_conn.transport_eph, in iscsi_if_transport_conn() 3832 ev->u.b_conn.is_leading); in iscsi_if_transport_conn() 3839 ep = iscsi_lookup_endpoint(ev->u.b_conn.transport_eph); in iscsi_if_transport_conn()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 3830 conn = iscsi_conn_lookup(ev->u.b_conn.sid, ev->u.b_conn.cid); in iscsi_if_transport_conn() 3852 session = iscsi_session_lookup(ev->u.b_conn.sid); in iscsi_if_transport_conn() 3859 ev->u.b_conn.transport_eph, in iscsi_if_transport_conn() 3860 ev->u.b_conn.is_leading); in iscsi_if_transport_conn() 3867 ep = iscsi_lookup_endpoint(ev->u.b_conn.transport_eph); in iscsi_if_transport_conn()
|
Completed in 27 milliseconds