state_machine     244 drivers/input/touchscreen/imx6ul_tsc.c 	u32 state_machine;
state_machine     253 drivers/input/touchscreen/imx6ul_tsc.c 		state_machine = (debug_mode2 >> 20) & 0x7;
state_machine     254 drivers/input/touchscreen/imx6ul_tsc.c 	} while (state_machine != DETECT_MODE);
state_machine    5566 drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h 	struct hc_status_block_sm state_machine[HC_SB_MAX_SM];
state_machine     964 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			sb_data_e1x.common.state_machine :
state_machine     965 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			sb_data_e2.common.state_machine;
state_machine    5967 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		hc_sm_p = sb_data_e2.common.state_machine;
state_machine    5982 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		hc_sm_p = sb_data_e1x.common.state_machine;
state_machine     994 drivers/net/ethernet/sun/cassini.c 	u32 stat, state_machine;
state_machine    1016 drivers/net/ethernet/sun/cassini.c 	state_machine = readl(cp->regs + REG_PCS_STATE_MACHINE);
state_machine    1017 drivers/net/ethernet/sun/cassini.c 	if ((state_machine & PCS_SM_LINK_STATE_MASK) != SM_LINK_STATE_UP) {
state_machine    1019 drivers/net/ethernet/sun/cassini.c 	} else if (state_machine & PCS_SM_WORD_SYNC_STATE_MASK) {
state_machine     249 drivers/usb/typec/tcpm/tcpm.c 	struct delayed_work state_machine;
state_machine     898 drivers/usb/typec/tcpm/tcpm.c 		mod_delayed_work(port->wq, &port->state_machine,
state_machine     915 drivers/usb/typec/tcpm/tcpm.c 			mod_delayed_work(port->wq, &port->state_machine, 0);
state_machine     936 drivers/usb/typec/tcpm/tcpm.c 	mod_delayed_work(port->wq, &port->state_machine, 0);
state_machine    2062 drivers/usb/typec/tcpm/tcpm.c 			mod_delayed_work(port->wq, &port->state_machine,
state_machine    3583 drivers/usb/typec/tcpm/tcpm.c 					      state_machine.work);
state_machine    4776 drivers/usb/typec/tcpm/tcpm.c 	INIT_DELAYED_WORK(&port->state_machine, tcpm_state_machine_work);