Lines Matching refs:usbhs_priv
24 struct usbhs_priv;
248 struct usbhs_priv { struct
288 u16 usbhs_read(struct usbhs_priv *priv, u32 reg); argument
289 void usbhs_write(struct usbhs_priv *priv, u32 reg, u16 data);
290 void usbhs_bset(struct usbhs_priv *priv, u32 reg, u16 mask, u16 data);
298 void usbhs_sys_host_ctrl(struct usbhs_priv *priv, int enable);
299 void usbhs_sys_function_ctrl(struct usbhs_priv *priv, int enable);
300 void usbhs_sys_function_pullup(struct usbhs_priv *priv, int enable);
301 void usbhs_sys_set_test_mode(struct usbhs_priv *priv, u16 mode);
306 void usbhs_usbreq_get_val(struct usbhs_priv *priv, struct usb_ctrlrequest *req);
307 void usbhs_usbreq_set_val(struct usbhs_priv *priv, struct usb_ctrlrequest *req);
312 void usbhs_bus_send_sof_enable(struct usbhs_priv *priv);
313 void usbhs_bus_send_reset(struct usbhs_priv *priv);
314 int usbhs_bus_get_speed(struct usbhs_priv *priv);
315 int usbhs_vbus_ctrl(struct usbhs_priv *priv, int enable);
320 int usbhs_frame_get_num(struct usbhs_priv *priv);
325 int usbhs_set_device_config(struct usbhs_priv *priv, int devnum, u16 upphub,
331 void usbhs_xxxsts_clear(struct usbhs_priv *priv, u16 sts_reg, u16 bit);
336 struct usbhs_priv *usbhs_pdev_to_priv(struct platform_device *pdev);