Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Dmaintainers_include.py172 self.state_machine.insert_input(
181 path = self.state_machine.document.attributes['source']
H A DrstFlatTable.py125 error = self.state_machine.reporter.error(
217 error = self.directive.state_machine.reporter.error(
H A Dkfigure.py490 return [self.state_machine.reporter.warning(
497 return [self.state_machine.reporter.warning(
H A Dcdomain.py231 self.state_machine.reporter.warning(
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c370 struct kthread_work state_machine; member
1216 kthread_queue_work(port->wq, &port->state_machine); in mod_tcpm_delayed_work()
4932 struct tcpm_port *port = container_of(work, struct tcpm_port, state_machine); in tcpm_state_machine_work()
6499 kthread_queue_work(port->wq, &port->state_machine); in state_machine_timer_handler()
6556 kthread_init_work(&port->state_machine, tcpm_state_machine_work); in tcpm_register_port()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dcassini.c982 u32 stat, state_machine; in cas_pcs_link_check() local
1004 state_machine = readl(cp->regs + REG_PCS_STATE_MACHINE); in cas_pcs_link_check()
1005 if ((state_machine & PCS_SM_LINK_STATE_MASK) != SM_LINK_STATE_UP) { in cas_pcs_link_check()
1007 } else if (state_machine & PCS_SM_WORD_SYNC_STATE_MASK) { in cas_pcs_link_check()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c977 sb_data_e1x.common.state_machine : in bnx2x_panic_dump()
978 sb_data_e2.common.state_machine; in bnx2x_panic_dump()
5989 hc_sm_p = sb_data_e2.common.state_machine; in bnx2x_init_sb()
6004 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