Home
last modified time | relevance | path

Searched defs:fsm (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/usb/common/
H A Dusb-otg-fsm.c29 static int otg_set_protocol(struct otg_fsm *fsm, int protocol) in otg_set_protocol()
60 static void otg_leave_state(struct otg_fsm *fsm, enum usb_otg_state old_state) in otg_leave_state()
122 struct otg_fsm *fsm = container_of(to_delayed_work(work), in otg_hnp_polling_work() local
187 static void otg_start_hnp_polling(struct otg_fsm *fsm) in otg_start_hnp_polling()
206 static int otg_set_state(struct otg_fsm *fsm, enum usb_otg_state new_state) in otg_set_state()
328 int otg_statemachine(struct otg_fsm *fsm) in otg_statemachine()
/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c117 void fsl_otg_chrg_vbus(struct otg_fsm *fsm, int on) in fsl_otg_chrg_vbus()
153 void fsl_otg_drv_vbus(struct otg_fsm *fsm, int on) in fsl_otg_drv_vbus()
171 void fsl_otg_loc_conn(struct otg_fsm *fsm, int on) in fsl_otg_loc_conn()
190 void fsl_otg_loc_sof(struct otg_fsm *fsm, int on) in fsl_otg_loc_sof()
205 void fsl_otg_start_pulse(struct otg_fsm *fsm) in fsl_otg_start_pulse()
284 int fsl_otg_init_timers(struct otg_fsm *fsm) in fsl_otg_init_timers()
457 int fsl_otg_start_host(struct otg_fsm *fsm, int on) in fsl_otg_start_host()
524 int fsl_otg_start_gadget(struct otg_fsm *fsm, int on) in fsl_otg_start_gadget()
584 struct otg_fsm *fsm = &otg_dev->fsm; in fsl_otg_set_host() local
652 struct otg_fsm *fsm = &og->fsm; in fsl_otg_event() local
[all …]
H A Dphy-fsl-usb.h359 struct otg_fsm fsm; member
/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c728 static void stfsm_wait_seq(struct stfsm *fsm) in stfsm_wait_seq()
799 static void stfsm_clear_fifo(struct stfsm *fsm) in stfsm_clear_fifo()
1017 stfsm_search_seq_rw_configs(struct stfsm *fsm, in stfsm_search_seq_rw_configs()
1148 static int stfsm_mx25_config(struct stfsm *fsm) in stfsm_mx25_config()
1206 static int stfsm_n25q_config(struct stfsm *fsm) in stfsm_n25q_config()
1475 static int stfsm_w25q_config(struct stfsm *fsm) in stfsm_w25q_config()
1727 static int stfsm_erase_chip(struct stfsm *fsm) in stfsm_erase_chip()
1932 static int stfsm_init(struct stfsm *fsm) in stfsm_init()
2019 struct stfsm *fsm; in stfsm_probe() local
2112 struct stfsm *fsm = dev_get_drvdata(dev); in stfsmfsm_suspend() local
[all …]
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h205 static inline int otg_chrg_vbus(struct otg_fsm *fsm, int on) in otg_chrg_vbus()
213 static inline int otg_drv_vbus(struct otg_fsm *fsm, int on) in otg_drv_vbus()
224 static inline int otg_loc_conn(struct otg_fsm *fsm, int on) in otg_loc_conn()
235 static inline int otg_loc_sof(struct otg_fsm *fsm, int on) in otg_loc_sof()
246 static inline int otg_start_pulse(struct otg_fsm *fsm) in otg_start_pulse()
257 static inline int otg_start_adp_prb(struct otg_fsm *fsm) in otg_start_adp_prb()
269 static inline int otg_start_adp_sns(struct otg_fsm *fsm) in otg_start_adp_sns()
280 static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_add_timer()
288 static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_del_timer()
296 static inline int otg_start_host(struct otg_fsm *fsm, int on) in otg_start_host()
[all …]
/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c436 static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_add_timer()
445 static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_del_timer()
458 static void ci_otg_drv_vbus(struct otg_fsm *fsm, int on) in ci_otg_drv_vbus()
500 static void ci_otg_loc_conn(struct otg_fsm *fsm, int on) in ci_otg_loc_conn()
519 static void ci_otg_loc_sof(struct otg_fsm *fsm, int on) in ci_otg_loc_sof()
542 static void ci_otg_start_pulse(struct otg_fsm *fsm) in ci_otg_start_pulse()
553 static int ci_otg_start_host(struct otg_fsm *fsm, int on) in ci_otg_start_host()
567 static int ci_otg_start_gadget(struct otg_fsm *fsm, int on) in ci_otg_start_gadget()
649 struct otg_fsm *fsm = &ci->fsm; in ci_otg_fsm_event() local
745 struct otg_fsm *fsm = &ci->fsm; in ci_otg_fsm_irq() local
H A Ddebug.c190 struct otg_fsm *fsm; in ci_otg_show() local
H A Dci.h223 struct otg_fsm fsm; member
/openbmc/linux/lib/
H A Dts_fsm.c136 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_find() local
260 struct ts_fsm *fsm; in fsm_init() local
304 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern() local
310 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern_len() local
/openbmc/linux/drivers/s390/net/
H A Dctcm_mpc.c815 static void mpc_action_go_ready(fsm_instance *fsm, int event, void *arg) in mpc_action_go_ready()
1650 static void mpc_action_side_xid(fsm_instance *fsm, void *arg, int side) in mpc_action_side_xid()
1807 static void mpc_action_xside_xid(fsm_instance *fsm, int event, void *arg) in mpc_action_xside_xid()
1816 static void mpc_action_yside_xid(fsm_instance *fsm, int event, void *arg) in mpc_action_yside_xid()
1825 static void mpc_action_doxid0(fsm_instance *fsm, int event, void *arg) in mpc_action_doxid0()
1866 static void mpc_action_doxid7(fsm_instance *fsm, int event, void *arg) in mpc_action_doxid7()
1935 static void mpc_action_rcvd_xid0(fsm_instance *fsm, int event, void *arg) in mpc_action_rcvd_xid0()
1997 static void mpc_action_rcvd_xid7(fsm_instance *fsm, int event, void *arg) in mpc_action_rcvd_xid7()
H A Dctcm_fsms.c1582 static void ctcmpc_chx_attn(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_attn()
1641 static void ctcmpc_chx_attnbusy(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_attnbusy()
1727 static void ctcmpc_chx_resend(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_resend()
1743 static void ctcmpc_chx_send_sweep(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_send_sweep()
H A Dfsm.h49 } fsm; typedef
H A Dctcm_main.h195 fsm_instance *fsm; /* finite state machine of this channel */ member
212 fsm_instance *fsm; member
H A Dctcm_mpc.h199 fsm_instance *fsm; /* group xid fsm */ member
H A Dnetiucv.c150 fsm_instance *fsm; member
178 fsm_instance *fsm; member
/openbmc/linux/drivers/isdn/mISDN/
H A Dfsm.c21 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew()
48 mISDN_FsmFree(struct Fsm *fsm) in mISDN_FsmFree()
H A Dfsm.h29 struct Fsm *fsm; member
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.h61 void (*fsm)(struct bfa_msgq_cmdq *s, enum cmdq_event e); member
89 void (*fsm)(struct bfa_msgq_rspq *s, enum rspq_event e); member
H A Dbna_types.h318 void (*fsm)(struct bna_ioceth *s, enum bna_ioceth_event e); member
342 void (*fsm)(struct bna_enet *s, enum bna_enet_event e); member
370 void (*fsm)(struct bna_ethport *s, enum bna_ethport_event e); member
472 void (*fsm)(struct bna_tx *s, enum bna_tx_event e); member
714 void (*fsm)(struct bna_rxf *s, enum bna_rxf_event e); member
793 void (*fsm)(struct bna_rx *s, enum bna_rx_event e); member
H A Dbfa_ioc.h153 void (*fsm)(struct bfa_iocpf *s, enum iocpf_event e); member
163 void (*fsm)(struct bfa_ioc *s, enum ioc_event e); member
/openbmc/linux/drivers/leds/
H A Dleds-cht-wcove.c54 u16 fsm; member
64 unsigned int fsm; member
/openbmc/linux/drivers/mmc/host/
H A Dbcm2835.c294 u32 edm, fsm; in bcm2835_wait_transfer_complete() local
760 u32 edm, fsm; in bcm2835_finish_command() local
1156 u32 edm, fsm; in bcm2835_request() local
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c240 u32 edm, fsm; in bcm2835_wait_transfer_complete() local
660 u32 edm, fsm; in bcm2835_send_cmd() local
/openbmc/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c280 unsigned int fsm, status, irqclr = 0; in titsc_irq() local
/openbmc/linux/fs/ext4/
H A Dfsmap.c295 struct ext4_fsmap *fsm; in ext4_getfsmap_fill() local

12