Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/renesas_usbhs/
Dcommon.c119 if (usbhs_get_dparam(priv, has_cnen)) { in usbhs_sys_function_ctrl()
276 u16 pipe_mask = (u16)GENMASK(usbhs_get_dparam(priv, pipe_size), 0); in usbhs_xxxsts_clear()
286 int wait = usbhs_get_dparam(priv, buswait_bwait); in usbhsc_set_buswait()
476 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
496 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
520 int delay = usbhs_get_dparam(priv, detection_delay); in usbhsc_schedule_notify_hotplug()
647 if (usbhs_get_dparam(priv, has_new_pipe_configs)) { in usbhs_probe()
665 usbhs_get_dparam(priv, runtime_pwctrl) = 1; in usbhs_probe()
733 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhs_probe()
772 if (!usbhs_get_dparam(priv, runtime_pwctrl)) in usbhs_remove()
[all …]
Dfifo.c553 if (usbhs_get_dparam(priv, cfifo_byte_addr)) { in usbhsf_pio_try_push()
889 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push()
894 if (!usbhs_get_dparam(priv, has_usb_dmac) && len & 0x7) in usbhsf_dma_prepare_push()
898 align_mask = usbhs_get_dparam(priv, has_usb_dmac) ? in usbhsf_dma_prepare_push()
923 if (usbhs_get_dparam(priv, has_usb_dmac)) { in usbhsf_dma_prepare_push()
999 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac()
1055 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_prepare_pop()
1092 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq()
1134 BUG_ON(usbhs_get_dparam(priv, has_usb_dmac)); in usbhsf_dma_try_pop()
1216 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()
813 usbhs_get_dparam(priv, pipe_configs); in usbhs_pipe_probe()
814 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.c1082 usbhs_get_dparam(priv, pipe_configs); in usbhs_mod_gadget_probe()
1083 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe()
1129 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()