Home
last modified time | relevance | path

Searched refs:state_machine (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/Documentation/sphinx/
H A Dkernel_include.py89 source = self.state_machine.input_lines.source(
90 self.lineno - self.state_machine.input_offset - 1)
189 self.state_machine)
191 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 Dkfigure.py588 return [self.state_machine.reporter.warning(
595 return [self.state_machine.reporter.warning(
H A Dcdomain.py231 self.state_machine.reporter.warning(
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py86 source = self.state_machine.input_lines.source(
87 self.lineno - self.state_machine.input_offset - 1)
187 self.state_machine)
189 self.state_machine.insert_input(include_lines, path)
H A DrstFlatTable.py127 error = self.state_machine.reporter.error(
219 error = self.directive.state_machine.reporter.error(
H A Dcdomain.py137 self.state_machine.reporter.warning(
H A Dkfigure.py484 return [self.state_machine.reporter.warning(
491 return [self.state_machine.reporter.warning(
/openbmc/linux/drivers/input/touchscreen/
H A Dimx6ul_tsc.c244 u32 state_machine; in tsc_wait_detect_mode() local
253 state_machine = (debug_mode2 >> 20) & 0x7; in tsc_wait_detect_mode()
254 } while (state_machine != DETECT_MODE); in tsc_wait_detect_mode()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c371 struct kthread_work state_machine; member
1214 kthread_queue_work(port->wq, &port->state_machine); in mod_tcpm_delayed_work()
4925 struct tcpm_port *port = container_of(work, struct tcpm_port, state_machine); in tcpm_state_machine_work()
6530 kthread_queue_work(port->wq, &port->state_machine); in state_machine_timer_handler()
6587 kthread_init_work(&port->state_machine, tcpm_state_machine_work); in tcpm_register_port()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dcassini.c981 u32 stat, state_machine; in cas_pcs_link_check() local
1003 state_machine = readl(cp->regs + REG_PCS_STATE_MACHINE); in cas_pcs_link_check()
1004 if ((state_machine & PCS_SM_LINK_STATE_MASK) != SM_LINK_STATE_UP) { in cas_pcs_link_check()
1006 } else if (state_machine & PCS_SM_WORD_SYNC_STATE_MASK) { in cas_pcs_link_check()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c976 sb_data_e1x.common.state_machine : in bnx2x_panic_dump()
977 sb_data_e2.common.state_machine; in bnx2x_panic_dump()
5987 hc_sm_p = sb_data_e2.common.state_machine; in bnx2x_init_sb()
6002 hc_sm_p = sb_data_e1x.common.state_machine; in bnx2x_init_sb()
H A Dbnx2x_hsi.h5567 struct hc_status_block_sm state_machine[HC_SB_MAX_SM]; member