/Linux-v5.10/drivers/usb/common/ |
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() 202 static int otg_set_state(struct otg_fsm *fsm, enum usb_otg_state new_state) in otg_set_state() 324 int otg_statemachine(struct otg_fsm *fsm) in otg_statemachine()
|
/Linux-v5.10/drivers/usb/phy/ |
D | phy-fsl-usb.c | 117 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() 393 void fsl_otg_add_timer(struct otg_fsm *fsm, void *gtimer) in fsl_otg_add_timer() 411 static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_add_timer() 423 void fsl_otg_del_timer(struct otg_fsm *fsm, void *gtimer) in fsl_otg_del_timer() 433 static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_del_timer() [all …]
|
D | phy-isp1301-omap.c | 402 u8 fsm = omap_readw(OTG_TEST) & 0x0ff; in check_state() local
|
D | phy-fsl-usb.h | 359 struct otg_fsm fsm; member
|
/Linux-v5.10/drivers/mtd/devices/ |
D | st_spi_fsm.c | 702 static inline int stfsm_is_idle(struct stfsm *fsm) in stfsm_is_idle() 707 static inline uint32_t stfsm_fifo_available(struct stfsm *fsm) in stfsm_fifo_available() 712 static inline void stfsm_load_seq(struct stfsm *fsm, in stfsm_load_seq() 728 static void stfsm_wait_seq(struct stfsm *fsm) in stfsm_wait_seq() 748 static void stfsm_read_fifo(struct stfsm *fsm, uint32_t *buf, uint32_t size) in stfsm_read_fifo() 799 static void stfsm_clear_fifo(struct stfsm *fsm) in stfsm_clear_fifo() 835 static int stfsm_write_fifo(struct stfsm *fsm, const uint32_t *buf, in stfsm_write_fifo() 849 static int stfsm_enter_32bit_addr(struct stfsm *fsm, int enter) in stfsm_enter_32bit_addr() 866 static uint8_t stfsm_wait_busy(struct stfsm *fsm) in stfsm_wait_busy() 913 static int stfsm_read_status(struct stfsm *fsm, uint8_t cmd, in stfsm_read_status() [all …]
|
/Linux-v5.10/include/linux/usb/ |
D | otg-fsm.h | 217 static inline int otg_chrg_vbus(struct otg_fsm *fsm, int on) in otg_chrg_vbus() 225 static inline int otg_drv_vbus(struct otg_fsm *fsm, int on) in otg_drv_vbus() 236 static inline int otg_loc_conn(struct otg_fsm *fsm, int on) in otg_loc_conn() 247 static inline int otg_loc_sof(struct otg_fsm *fsm, int on) in otg_loc_sof() 258 static inline int otg_start_pulse(struct otg_fsm *fsm) in otg_start_pulse() 269 static inline int otg_start_adp_prb(struct otg_fsm *fsm) in otg_start_adp_prb() 281 static inline int otg_start_adp_sns(struct otg_fsm *fsm) in otg_start_adp_sns() 292 static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_add_timer() 300 static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_del_timer() 308 static inline int otg_start_host(struct otg_fsm *fsm, int on) in otg_start_host() [all …]
|
/Linux-v5.10/drivers/usb/chipidea/ |
D | otg_fsm.c | 434 static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_add_timer() 443 static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_del_timer() 456 static void ci_otg_drv_vbus(struct otg_fsm *fsm, int on) in ci_otg_drv_vbus() 491 static void ci_otg_loc_conn(struct otg_fsm *fsm, int on) in ci_otg_loc_conn() 510 static void ci_otg_loc_sof(struct otg_fsm *fsm, int on) in ci_otg_loc_sof() 533 static void ci_otg_start_pulse(struct otg_fsm *fsm) in ci_otg_start_pulse() 544 static int ci_otg_start_host(struct otg_fsm *fsm, int on) in ci_otg_start_host() 558 static int ci_otg_start_gadget(struct otg_fsm *fsm, int on) in ci_otg_start_gadget() 640 struct otg_fsm *fsm = &ci->fsm; in ci_otg_fsm_event() local 736 struct otg_fsm *fsm = &ci->fsm; in ci_otg_fsm_irq() local
|
D | debug.c | 190 struct otg_fsm *fsm; in ci_otg_show() local
|
D | ci.h | 217 struct otg_fsm fsm; member
|
/Linux-v5.10/lib/ |
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-v5.10/drivers/s390/net/ |
D | ctcm_mpc.c | 829 static void mpc_action_go_ready(fsm_instance *fsm, int event, void *arg) in mpc_action_go_ready() 1663 static void mpc_action_side_xid(fsm_instance *fsm, void *arg, int side) in mpc_action_side_xid() 1820 static void mpc_action_xside_xid(fsm_instance *fsm, int event, void *arg) in mpc_action_xside_xid() 1829 static void mpc_action_yside_xid(fsm_instance *fsm, int event, void *arg) in mpc_action_yside_xid() 1838 static void mpc_action_doxid0(fsm_instance *fsm, int event, void *arg) in mpc_action_doxid0() 1879 static void mpc_action_doxid7(fsm_instance *fsm, int event, void *arg) in mpc_action_doxid7() 1948 static void mpc_action_rcvd_xid0(fsm_instance *fsm, int event, void *arg) in mpc_action_rcvd_xid0() 2011 static void mpc_action_rcvd_xid7(fsm_instance *fsm, int event, void *arg) in mpc_action_rcvd_xid7()
|
D | ctcm_fsms.c | 1588 static void ctcmpc_chx_attn(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_attn() 1647 static void ctcmpc_chx_attnbusy(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_attnbusy() 1733 static void ctcmpc_chx_resend(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_resend() 1749 static void ctcmpc_chx_send_sweep(fsm_instance *fsm, int event, void *arg) in ctcmpc_chx_send_sweep()
|
D | fsm.h | 49 } fsm; typedef
|
D | ctcm_main.h | 194 fsm_instance *fsm; /* finite state machine of this channel */ member 211 fsm_instance *fsm; member
|
D | ctcm_mpc.h | 199 fsm_instance *fsm; /* group xid fsm */ member
|
D | netiucv.c | 168 fsm_instance *fsm; member 196 fsm_instance *fsm; member
|
/Linux-v5.10/drivers/isdn/mISDN/ |
D | fsm.c | 21 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew() 48 mISDN_FsmFree(struct Fsm *fsm) in mISDN_FsmFree()
|
D | fsm.h | 29 struct Fsm *fsm; member
|
/Linux-v5.10/drivers/net/ethernet/brocade/bna/ |
D | bfa_msgq.h | 59 bfa_fsm_t fsm; member 85 bfa_fsm_t fsm; member
|
D | bna_types.h | 316 bfa_fsm_t fsm; member 338 bfa_fsm_t fsm; member 364 bfa_fsm_t fsm; member 463 bfa_fsm_t fsm; member 702 bfa_fsm_t fsm; member 778 bfa_fsm_t fsm; member
|
D | bfa_ioc.h | 151 bfa_fsm_t fsm; member 159 bfa_fsm_t fsm; member
|
/Linux-v5.10/drivers/mmc/host/ |
D | bcm2835.c | 294 u32 edm, fsm; in bcm2835_wait_transfer_complete() local 765 u32 edm, fsm; in bcm2835_finish_command() local 1164 u32 edm, fsm; in bcm2835_request() local
|
/Linux-v5.10/drivers/input/touchscreen/ |
D | ti_am335x_tsc.c | 273 unsigned int fsm, status, irqclr = 0; in titsc_irq() local
|
/Linux-v5.10/fs/ext4/ |
D | fsmap.c | 295 struct ext4_fsmap *fsm; in ext4_getfsmap_fill() local
|
/Linux-v5.10/drivers/scsi/bfa/ |
D | bfa.h | 220 bfa_fsm_t fsm; member
|