Searched refs:init_type (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-vf.c | 212 enum usb_init_type init_type; member 231 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata() 234 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata() 243 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata() 251 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata() 260 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata() 262 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata() 272 enum usb_init_type type = priv->init_type; in vf_init_after_reset() 325 if (priv->init_type != plat->init_type) in ehci_usb_probe() 328 if (priv->init_type == USB_INIT_HOST) { in ehci_usb_probe() [all …]
|
| H A D | ehci-mx6.c | 421 enum usb_init_type init_type; member 428 enum usb_init_type type = priv->init_type; in mx6_init_after_reset() 493 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 495 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 502 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 504 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 521 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata() 524 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata() 576 enum usb_init_type type = plat->init_type; in ehci_usb_probe() 583 priv->init_type = type; in ehci_usb_probe() [all …]
|
| H A D | ehci-mx5.c | 279 enum usb_init_type init_type; member 295 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata() 297 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata() 310 enum usb_init_type type = plat->init_type; in ehci_usb_probe() 324 priv->init_type = type; in ehci_usb_probe() 353 priv->init_type); in ehci_usb_probe()
|
| H A D | ehci-tegra.c | 80 enum usb_init_type init_type; member 790 config->init_type = init; in usb_common_init() 839 ret = usb_common_init(priv, plat->init_type); in ehci_usb_probe() 850 plat->init_type); in ehci_usb_probe()
|
| H A D | ehci-zynq.c | 73 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
|
| H A D | ehci-sunxi.c | 73 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_usb_probe()
|
| H A D | usb-uclass.c | 396 plat->init_type = USB_INIT_DEVICE; in usb_setup_ehci_gadget()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | cpu.c | 101 static inline u32 init_type(u32 cluster, int init_id) in init_type() function 123 type = init_type(cluster, j); in compute_ppc_cpumask() 147 type = init_type(cluster, j); in compute_dsp_cpumask() 170 if (init_type(cluster, j)) { in fsl_qoriq_dsp_core_to_cluster() 193 if (init_type(cluster, j)) { in fsl_qoriq_core_to_cluster()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | icp_qat_uclo.h | 254 char init_type; member
|
| H A D | qat_uclo.c | 808 switch (init_regsym->init_type) { in qat_uclo_init_reg_sym()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 599 enum usb_init_type init_type; member
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_verbs.h | 703 u8 init_type; member
|