pipe_configs 651 drivers/usb/renesas_usbhs/common.c priv->dparam.pipe_configs = usbhsc_new_pipe; pipe_configs 653 drivers/usb/renesas_usbhs/common.c } else if (!priv->dparam.pipe_configs) { pipe_configs 654 drivers/usb/renesas_usbhs/common.c priv->dparam.pipe_configs = usbhsc_default_pipe; pipe_configs 1081 drivers/usb/renesas_usbhs/mod_gadget.c struct renesas_usbhs_driver_pipe_config *pipe_configs = pipe_configs 1082 drivers/usb/renesas_usbhs/mod_gadget.c usbhs_get_dparam(priv, pipe_configs); pipe_configs 1154 drivers/usb/renesas_usbhs/mod_gadget.c if (pipe_configs[i].type == USB_ENDPOINT_XFER_ISOC) pipe_configs 1156 drivers/usb/renesas_usbhs/mod_gadget.c if (pipe_configs[i].type == USB_ENDPOINT_XFER_BULK) pipe_configs 1158 drivers/usb/renesas_usbhs/mod_gadget.c if (pipe_configs[i].type == USB_ENDPOINT_XFER_INT) pipe_configs 1161 drivers/usb/renesas_usbhs/mod_gadget.c pipe_configs[i].bufsize); pipe_configs 1403 drivers/usb/renesas_usbhs/mod_host.c struct renesas_usbhs_driver_pipe_config *pipe_configs = pipe_configs 1404 drivers/usb/renesas_usbhs/mod_host.c usbhs_get_dparam(priv, pipe_configs); pipe_configs 1432 drivers/usb/renesas_usbhs/mod_host.c dir_in = (pipe_configs[i].type == old_type); pipe_configs 1433 drivers/usb/renesas_usbhs/mod_host.c old_type = pipe_configs[i].type; pipe_configs 1435 drivers/usb/renesas_usbhs/mod_host.c if (USB_ENDPOINT_XFER_CONTROL == pipe_configs[i].type) { pipe_configs 1440 drivers/usb/renesas_usbhs/mod_host.c pipe_configs[i].type, pipe_configs 41 drivers/usb/renesas_usbhs/pipe.c struct renesas_usbhs_driver_pipe_config *pipe_configs = pipe_configs 42 drivers/usb/renesas_usbhs/pipe.c usbhs_get_dparam(priv, pipe_configs); pipe_configs 44 drivers/usb/renesas_usbhs/pipe.c return &pipe_configs[pipe_num]; pipe_configs 810 drivers/usb/renesas_usbhs/pipe.c struct renesas_usbhs_driver_pipe_config *pipe_configs = pipe_configs 811 drivers/usb/renesas_usbhs/pipe.c usbhs_get_dparam(priv, pipe_configs); pipe_configs 816 drivers/usb/renesas_usbhs/pipe.c if (pipe_configs[0].type != USB_ENDPOINT_XFER_CONTROL) { pipe_configs 835 drivers/usb/renesas_usbhs/pipe.c pipe_configs[i].type & USB_ENDPOINT_XFERTYPE_MASK; pipe_configs 838 drivers/usb/renesas_usbhs/pipe.c i, usbhsp_pipe_name[pipe_configs[i].type]); pipe_configs 125 include/linux/usb/renesas_usbhs.h struct renesas_usbhs_driver_pipe_config *pipe_configs;