Home
last modified time | relevance | path

Searched refs:usbhs_get_dparam (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/usb/renesas_usbhs/
Dcommon.c120 if (usbhs_get_dparam(priv, has_cnen)) { in usbhs_sys_function_ctrl()
277 u16 pipe_mask = (u16)GENMASK(usbhs_get_dparam(priv, pipe_size), 0); in usbhs_xxxsts_clear()
287 int wait = usbhs_get_dparam(priv, buswait_bwait); in usbhsc_set_buswait()
477 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
497 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
521 int delay = usbhs_get_dparam(priv, detection_delay); in usbhsc_schedule_notify_hotplug()
650 if (usbhs_get_dparam(priv, has_new_pipe_configs)) { in usbhs_probe()
669 usbhs_get_dparam(priv, runtime_pwctrl) = 1; in usbhs_probe()
742 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhs_probe()
781 if (!usbhs_get_dparam(priv, runtime_pwctrl)) in usbhs_remove()
[all …]
Dfifo.c543 if (usbhs_get_dparam(priv, cfifo_byte_addr)) { in usbhsf_pio_try_push()
877 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push()
882 if (!usbhs_get_dparam(priv, has_usb_dmac) && len & 0x7) in usbhsf_dma_prepare_push()
886 align_mask = usbhs_get_dparam(priv, has_usb_dmac) ? in usbhsf_dma_prepare_push()
911 if (usbhs_get_dparam(priv, has_usb_dmac)) { in usbhsf_dma_prepare_push()
987 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac()
1043 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_prepare_pop()
1080 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq()
1122 BUG_ON(usbhs_get_dparam(priv, has_usb_dmac)); in usbhsf_dma_try_pop()
1206 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_pop_done()
[all …]
Dpipe.c42 usbhs_get_dparam(priv, pipe_configs); in usbhsp_get_pipe_config()
811 usbhs_get_dparam(priv, pipe_configs); in usbhs_pipe_probe()
812 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe()
Dcommon.h341 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
Dmod_gadget.c1076 usbhs_get_dparam(priv, pipe_configs); in usbhs_mod_gadget_probe()
1077 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe()
1123 gpriv->gadget.quirk_avoids_skb_reserve = usbhs_get_dparam(priv, in usbhs_mod_gadget_probe()
Dmod_host.c1404 usbhs_get_dparam(priv, pipe_configs); in usbhsh_pipe_init_for_host()
1405 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host()