Home
last modified time | relevance | path

Searched defs:cdns (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcore.h86 struct cdns { struct
90 struct cdns3_usb_regs __iomem *dev_regs; argument
93 struct cdns3_otg_legacy_regs __iomem *otg_v0_regs; argument
94 struct cdns3_otg_regs __iomem *otg_v1_regs; argument
95 struct cdnsp_otg_regs __iomem *otg_cdnsp_regs; argument
96 struct cdns_otg_common_regs __iomem *otg_regs; argument
97 struct cdns_otg_irq_regs __iomem *otg_irq_regs; argument
107 struct cdns_role_driver *roles[USB_ROLE_DEVICE + 1]; argument
119 struct cdns3_platform_data *pdata; argument
124 int (*gadget_init)(struct cdns *cdns); argument
[all …]
H A Ddrd.c28 static int cdns_set_mode(struct cdns *cdns, enum usb_dr_mode mode) in cdns_set_mode()
86 int cdns_get_id(struct cdns *cdns) in cdns_get_id()
96 int cdns_get_vbus(struct cdns *cdns) in cdns_get_vbus()
106 void cdns_clear_vbus(struct cdns *cdns) in cdns_clear_vbus()
119 void cdns_set_vbus(struct cdns *cdns) in cdns_set_vbus()
132 bool cdns_is_host(struct cdns *cdns) in cdns_is_host()
142 bool cdns_is_device(struct cdns *cdns) in cdns_is_device()
157 static void cdns_otg_disable_irq(struct cdns *cdns) in cdns_otg_disable_irq()
167 static void cdns_otg_enable_irq(struct cdns *cdns) in cdns_otg_enable_irq()
179 int cdns_drd_host_on(struct cdns *cdns) in cdns_drd_host_on()
[all …]
H A Dcore.c29 static int cdns_role_start(struct cdns *cdns, enum usb_role role) in cdns_role_start()
55 static void cdns_role_stop(struct cdns *cdns) in cdns_role_stop()
71 static void cdns_exit_roles(struct cdns *cdns) in cdns_exit_roles()
83 static int cdns_core_init_role(struct cdns *cdns) in cdns_core_init_role()
212 static enum usb_role cdns_hw_role_state_machine(struct cdns *cdns) in cdns_hw_role_state_machine()
263 static int cdns_idle_role_start(struct cdns *cdns) in cdns_idle_role_start()
268 static void cdns_idle_role_stop(struct cdns *cdns) in cdns_idle_role_stop()
274 static int cdns_idle_init(struct cdns *cdns) in cdns_idle_init()
298 int cdns_hw_role_switch(struct cdns *cdns) in cdns_hw_role_switch()
344 struct cdns *cdns = usb_role_switch_get_drvdata(sw); in cdns_role_get() local
[all …]
H A Dcdns3-plat.c26 static int set_phy_power_on(struct cdns *cdns) in set_phy_power_on()
41 static void set_phy_power_off(struct cdns *cdns) in set_phy_power_off()
57 struct cdns *cdns; in cdns3_plat_probe() local
185 struct cdns *cdns = platform_get_drvdata(pdev); in cdns3_plat_remove() local
202 struct cdns *cdns = dev_get_drvdata(dev); in cdns3_set_platform_suspend() local
213 struct cdns *cdns = dev_get_drvdata(dev); in cdns3_controller_suspend() local
237 struct cdns *cdns = dev_get_drvdata(dev); in cdns3_controller_resume() local
290 struct cdns *cdns = dev_get_drvdata(dev); in cdns3_plat_suspend() local
H A Dhost.c69 static int __cdns_host_init(struct cdns *cdns) in __cdns_host_init()
133 static void cdns_host_exit(struct cdns *cdns) in cdns_host_exit()
141 static int cdns_host_resume(struct cdns *cdns, bool power_lost) in cdns_host_resume()
151 int cdns_host_init(struct cdns *cdns) in cdns_host_init()
H A Dgadget-export.h18 static inline int cdnsp_gadget_init(struct cdns *cdns) in cdnsp_gadget_init()
30 static inline int cdns3_gadget_init(struct cdns *cdns) in cdns3_gadget_init()
H A Dhost-export.h18 static inline int cdns_host_init(struct cdns *cdns) in cdns_host_init()
23 static inline void cdns_host_exit(struct cdns *cdns) { } in cdns_host_exit()
H A Dcdnsp-pci.c199 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_suspend() local
206 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_resume() local
H A Dcdnsp-gadget.c145 struct cdns *cdns = dev_get_drvdata(pdev->dev); in cdnsp_set_apb_timeout_value() local
1573 struct cdns *cdns = dev_get_drvdata(pdev->dev); in cdnsp_gadget_pullup() local
1900 static int __cdnsp_gadget_init(struct cdns *cdns) in __cdnsp_gadget_init()
1997 static void cdnsp_gadget_exit(struct cdns *cdns) in cdnsp_gadget_exit()
2012 static int cdnsp_gadget_suspend(struct cdns *cdns, bool do_wakeup) in cdnsp_gadget_suspend()
2028 static int cdnsp_gadget_resume(struct cdns *cdns, bool lost_power) in cdnsp_gadget_resume()
2060 int cdnsp_gadget_init(struct cdns *cdns) in cdnsp_gadget_init()
H A Dcdns3-gadget.c1916 struct cdns *cdns = dev_get_drvdata(priv_dev->dev); in cdns3_device_irq_handler() local
3250 static void cdns3_gadget_exit(struct cdns *cdns) in cdns3_gadget_exit()
3287 static int cdns3_gadget_start(struct cdns *cdns) in cdns3_gadget_start()
3417 static int __cdns3_gadget_init(struct cdns *cdns) in __cdns3_gadget_init()
3457 static int cdns3_gadget_suspend(struct cdns *cdns, bool do_wakeup) in cdns3_gadget_suspend()
3476 static int cdns3_gadget_resume(struct cdns *cdns, bool lost_power) in cdns3_gadget_resume()
3497 int cdns3_gadget_init(struct cdns *cdns) in cdns3_gadget_init()
H A Dcdns3-imx.c251 struct cdns *cdns = dev_get_drvdata(dev); in cdns_imx_platform_suspend() local
/linux/drivers/soundwire/
H A Dcadence_master.c206 static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset) in cdns_readl()
211 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel()
216 static inline u32 cdns_ip_readl(struct sdw_cdns *cdns, int offset) in cdns_ip_readl()
221 static inline void cdns_ip_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_ip_writel()
226 static inline void cdns_updatel(struct sdw_cdns *cdns, in cdns_updatel()
236 static inline void cdns_ip_updatel(struct sdw_cdns *cdns, in cdns_ip_updatel()
242 static int cdns_set_wait(struct sdw_cdns *cdns, int offset, u32 mask, u32 value) in cdns_set_wait()
260 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit()
272 static int cdns_config_update(struct sdw_cdns *cdns) in cdns_config_update()
293 void sdw_cdns_config_update(struct sdw_cdns *cdns) in sdw_cdns_config_update()
[all …]
H A Dintel_auxdevice.c87 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_bpt_send_async() local
97 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_bpt_wait() local
107 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_pre_bank_switch() local
115 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_post_bank_switch() local
125 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_new_peripheral_assigned() local
308 struct sdw_cdns *cdns; in intel_link_probe() local
380 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_startup() local
491 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_remove() local
570 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_pm_prepare() local
630 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_suspend() local
[all …]
H A Dintel_bus_common.c15 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus() local
78 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus_after_reset() local
182 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus_after_clock_stop() local
208 struct sdw_cdns *cdns = &sdw->cdns; in intel_stop_bus() local
245 struct sdw_cdns *cdns = &sdw->cdns; in intel_pre_bank_switch() local
259 struct sdw_cdns *cdns = &sdw->cdns; in intel_post_bank_switch() local
H A Dintel_ace2x.c52 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_open_stream() local
290 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_close_stream() local
323 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_send_async() local
367 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_wait() local
699 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() local
769 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare() local
814 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() local
856 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_get_sdw_stream() local
868 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_trigger() local
991 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai()
[all …]
H A Dintel.c724 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() local
790 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare() local
843 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() local
885 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_get_sdw_stream() local
897 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_trigger() local
964 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_component_dais_suspend() local
998 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai()
1035 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai() local
H A Dintel.h48 struct sdw_cdns *cdns; member
76 struct sdw_cdns cdns; member