Home
last modified time | relevance | path

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

/linux/include/linux/usb/
A Dotg-fsm.h164 int loc_sof; member
207 void (*loc_sof)(struct otg_fsm *fsm, int on); member
250 if (!fsm->ops->loc_sof) in otg_loc_sof()
252 if (fsm->loc_sof != on) { in otg_loc_sof()
253 fsm->loc_sof = on; in otg_loc_sof()
254 fsm->ops->loc_sof(fsm, on); in otg_loc_sof()
/linux/drivers/usb/chipidea/
A Ddebug.c238 seq_printf(s, "loc_sof: %d\n", fsm->loc_sof); in ci_otg_show()
A Dotg_fsm.c573 .loc_sof = ci_otg_loc_sof,
/linux/drivers/usb/phy/
A Dphy-fsl-usb.c761 .loc_sof = fsl_otg_loc_sof,

Completed in 9 milliseconds