/linux/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 29 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()
|
/linux/include/linux/usb/ |
H A D | otg-fsm.h | 205 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 …]
|
/linux/lib/ |
H A D | ts_fsm.c | 136 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
|
/linux/drivers/isdn/mISDN/ |
H A D | fsm.c | 21 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew() 48 mISDN_FsmFree(struct Fsm *fsm) in mISDN_FsmFree()
|
H A D | fsm.h | 29 struct Fsm *fsm; member
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_msgq.h | 61 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 D | bna_types.h | 318 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 D | bfa_ioc.h | 153 void (*fsm)(struct bfa_iocpf *s, enum iocpf_event e); member 163 void (*fsm)(struct bfa_ioc *s, enum ioc_event e); member
|
/linux/drivers/s390/net/ |
H A D | ctcm_fsms.c | 1582 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 D | ctcm_main.h | 195 fsm_instance *fsm; /* finite state machine of this channel */ member 212 fsm_instance *fsm; member
|
H A D | fsm.h | 49 } fsm; typedef
|
H A D | ctcm_mpc.h | 199 fsm_instance *fsm; /* group xid fsm */ member
|
/linux/drivers/usb/chipidea/ |
H A D | debug.c | 190 struct otg_fsm *fsm; in ci_otg_show() local
|
/linux/drivers/mmc/host/ |
H A D | bcm2835.c | 296 u32 edm, fsm; in bcm2835_wait_transfer_complete() local 761 u32 edm, fsm; in bcm2835_finish_command() local 1157 u32 edm, fsm; in bcm2835_request() local
|
/linux/drivers/input/touchscreen/ |
H A D | ti_am335x_tsc.c | 279 unsigned int fsm, status, irqclr = 0; in titsc_irq() local
|
/linux/drivers/usb/phy/ |
H A D | phy-fsl-usb.h | 359 struct otg_fsm fsm; member
|