Searched refs:state_machine (Results 1 - 10 of 10) sorted by relevance

/linux-master/Documentation/sphinx/
H A Dkernel_include.py89 source = self.state_machine.input_lines.source(
90 self.lineno - self.state_machine.input_offset - 1)
190 self.state_machine)
192 self.state_machine.insert_input(include_lines, path)
H A Dmaintainers_include.py170 self.state_machine.insert_input(
179 path = self.state_machine.document.attributes['source']
H A DrstFlatTable.py115 error = self.state_machine.reporter.error(
207 error = self.directive.state_machine.reporter.error(
H A Dcdomain.py227 self.state_machine.reporter.warning(
H A Dkfigure.py582 return [self.state_machine.reporter.warning(
589 return [self.state_machine.reporter.warning(
/linux-master/drivers/input/touchscreen/
H A Dimx6ul_tsc.c244 u32 state_machine; local
253 state_machine = (debug_mode2 >> 20) & 0x7;
254 } while (state_machine != DETECT_MODE);
/linux-master/drivers/net/ethernet/sun/
H A Dcassini.c981 u32 stat, state_machine; local
1003 state_machine = readl(cp->regs + REG_PCS_STATE_MACHINE);
1004 if ((state_machine & PCS_SM_LINK_STATE_MASK) != SM_LINK_STATE_UP) {
1006 } else if (state_machine & PCS_SM_WORD_SYNC_STATE_MASK) {
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c390 struct kthread_work state_machine; member in struct:tcpm_port
1301 kthread_queue_work(port->wq, &port->state_machine);
5681 struct tcpm_port *port = container_of(work, struct tcpm_port, state_machine);
7506 kthread_queue_work(port->wq, &port->state_machine);
7563 kthread_init_work(&port->state_machine, tcpm_state_machine_work);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h5567 struct hc_status_block_sm state_machine[HC_SB_MAX_SM]; member in struct:hc_sb_data
H A Dbnx2x_main.c976 sb_data_e1x.common.state_machine :
977 sb_data_e2.common.state_machine;
5987 hc_sm_p = sb_data_e2.common.state_machine;
6002 hc_sm_p = sb_data_e1x.common.state_machine;

Completed in 220 milliseconds