Home
last modified time | relevance | path

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

/linux/Documentation/sphinx/
H A Dkernel_include.py222 self.state_machine.input_lines.source(
223 self.lineno - self.state_machine.input_offset - 1)))
245 self.state_machine.insert_input(include_lines, path)
278 self.state_machine.insert_input(result, path)
328 self.state_machine)
375 source = self.state_machine.input_lines.source(self.lineno -
376 self.state_machine.input_offset - 1)
/linux/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()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c418 struct kthread_work state_machine; member
1376 kthread_queue_work(port->wq, &port->state_machine); in mod_tcpm_delayed_work()
5909 struct tcpm_port *port = container_of(work, struct tcpm_port, state_machine); in tcpm_state_machine_work()
7787 kthread_queue_work(port->wq, &port->state_machine); in state_machine_timer_handler()
7844 kthread_init_work(&port->state_machine, tcpm_state_machine_work); in tcpm_register_port()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h5567 struct hc_status_block_sm state_machine[HC_SB_MAX_SM]; member