Searched defs:otg_fsm_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | otg-fsm.h | 203 struct otg_fsm_ops { struct 204 void (*chrg_vbus)(struct otg_fsm *fsm, int on); 205 void (*drv_vbus)(struct otg_fsm *fsm, int on); 206 void (*loc_conn)(struct otg_fsm *fsm, int on); 207 void (*loc_sof)(struct otg_fsm *fsm, int on); 208 void (*start_pulse)(struct otg_fsm *fsm); 209 void (*start_adp_prb)(struct otg_fsm *fsm); 210 void (*start_adp_sns)(struct otg_fsm *fsm); 211 void (*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer); 212 void (*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer); [all …]
|
| /kernel/linux/linux-6.6/include/linux/usb/ |
| D | otg-fsm.h | 190 struct otg_fsm_ops { struct 191 void (*chrg_vbus)(struct otg_fsm *fsm, int on); 192 void (*drv_vbus)(struct otg_fsm *fsm, int on); 193 void (*loc_conn)(struct otg_fsm *fsm, int on); 194 void (*loc_sof)(struct otg_fsm *fsm, int on); 195 void (*start_pulse)(struct otg_fsm *fsm); 196 void (*start_adp_prb)(struct otg_fsm *fsm); 197 void (*start_adp_sns)(struct otg_fsm *fsm); 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); [all …]
|