Lines Matching refs:usbhs_priv
18 struct usbhs_priv;
251 struct usbhs_priv { struct
289 u16 usbhs_read(struct usbhs_priv *priv, u32 reg); argument
290 void usbhs_write(struct usbhs_priv *priv, u32 reg, u16 data);
291 void usbhs_bset(struct usbhs_priv *priv, u32 reg, u16 mask, u16 data);
301 void usbhs_sys_host_ctrl(struct usbhs_priv *priv, int enable);
302 void usbhs_sys_function_ctrl(struct usbhs_priv *priv, int enable);
303 void usbhs_sys_function_pullup(struct usbhs_priv *priv, int enable);
304 void usbhs_sys_set_test_mode(struct usbhs_priv *priv, u16 mode);
309 void usbhs_usbreq_get_val(struct usbhs_priv *priv, struct usb_ctrlrequest *req);
310 void usbhs_usbreq_set_val(struct usbhs_priv *priv, struct usb_ctrlrequest *req);
315 void usbhs_bus_send_sof_enable(struct usbhs_priv *priv);
316 void usbhs_bus_send_reset(struct usbhs_priv *priv);
317 int usbhs_bus_get_speed(struct usbhs_priv *priv);
318 int usbhs_vbus_ctrl(struct usbhs_priv *priv, int enable);
324 int usbhs_frame_get_num(struct usbhs_priv *priv);
329 int usbhs_set_device_config(struct usbhs_priv *priv, int devnum, u16 upphub,
335 void usbhs_xxxsts_clear(struct usbhs_priv *priv, u16 sts_reg, u16 bit);
340 struct usbhs_priv *usbhs_pdev_to_priv(struct platform_device *pdev);