Searched refs:otg_fsm_timer (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/usb/ |
A D | otg-fsm.h | 28 enum otg_fsm_timer { enum 198 void (*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer); 199 void (*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer); 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()
|
/linux-6.3-rc2/drivers/usb/chipidea/ |
A D | otg_fsm.c | 219 static void ci_otg_add_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_add_timer() 246 static void ci_otg_del_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_del_timer() 249 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer() 389 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func() 436 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()
|
A D | ci.h | 225 enum otg_fsm_timer next_otg_timer;
|
/linux-6.3-rc2/drivers/usb/phy/ |
A D | phy-fsl-usb.c | 358 static struct fsl_otg_timer *fsl_otg_get_timer(enum otg_fsm_timer t) in fsl_otg_get_timer() 411 static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_add_timer() 433 static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_del_timer()
|
Completed in 10 milliseconds