Searched refs:usbhs_get_dparam (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/usb/renesas_usbhs/ |
D | common.c | 119 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 …]
|
D | fifo.c | 553 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 …]
|
D | pipe.c | 42 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()
|
D | common.h | 341 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
|
D | mod_gadget.c | 1082 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()
|
D | mod_host.c | 1404 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()
|