loc_sof 238 drivers/usb/chipidea/debug.c seq_printf(s, "loc_sof: %d\n", fsm->loc_sof); loc_sof 573 drivers/usb/chipidea/otg_fsm.c .loc_sof = ci_otg_loc_sof, loc_sof 761 drivers/usb/phy/phy-fsl-usb.c .loc_sof = fsl_otg_loc_sof, loc_sof 164 include/linux/usb/otg-fsm.h int loc_sof; loc_sof 206 include/linux/usb/otg-fsm.h void (*loc_sof)(struct otg_fsm *fsm, int on); loc_sof 249 include/linux/usb/otg-fsm.h if (!fsm->ops->loc_sof) loc_sof 251 include/linux/usb/otg-fsm.h if (fsm->loc_sof != on) { loc_sof 252 include/linux/usb/otg-fsm.h fsm->loc_sof = on; loc_sof 253 include/linux/usb/otg-fsm.h fsm->ops->loc_sof(fsm, on);