Searched defs:cdns (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/soundwire/ |
| H A D | cadence_master.c | 205 static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset) in cdns_readl() 210 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel() 215 static inline u32 cdns_ip_readl(struct sdw_cdns *cdns, int offset) in cdns_ip_readl() 220 static inline void cdns_ip_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_ip_writel() 225 static inline void cdns_updatel(struct sdw_cdns *cdns, in cdns_updatel() 235 static inline void cdns_ip_updatel(struct sdw_cdns *cdns, in cdns_ip_updatel() 241 static int cdns_set_wait(struct sdw_cdns *cdns, int offset, u32 mask, u32 value) in cdns_set_wait() 259 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit() 271 static int cdns_config_update(struct sdw_cdns *cdns) in cdns_config_update() 292 void sdw_cdns_config_update(struct sdw_cdns *cdns) in sdw_cdns_config_update() [all …]
|
| H A D | intel_auxdevice.c | 93 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_bpt_send_async() local 103 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_bpt_wait() local 113 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_pre_bank_switch() local 121 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_post_bank_switch() local 131 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_new_peripheral_assigned() local 314 struct sdw_cdns *cdns; in intel_link_probe() local 386 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_startup() local 497 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_remove() local 576 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_pm_prepare() local 636 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_suspend() local [all …]
|
| H A D | intel_ace2x.c | 52 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_open_stream() local 312 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_close_stream() local 347 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_send_async() local 391 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_wait() local 723 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() local 793 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare() local 838 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() local 880 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_get_sdw_stream() local 892 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_trigger() local 952 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_component_dais_suspend() local [all …]
|
| H A D | intel.h | 48 struct sdw_cdns *cdns; member 76 struct sdw_cdns cdns; member
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.c | 153 struct cdns *cdns = dev_get_drvdata(pdev->dev); in cdnsp_set_apb_timeout_value() local 1590 struct cdns *cdns = dev_get_drvdata(pdev->dev); in cdnsp_gadget_pullup() local 1917 static int __cdnsp_gadget_init(struct cdns *cdns) in __cdnsp_gadget_init() 2014 static void cdnsp_gadget_exit(struct cdns *cdns) in cdnsp_gadget_exit() 2029 static int cdnsp_gadget_suspend(struct cdns *cdns, bool do_wakeup) in cdnsp_gadget_suspend() 2045 static int cdnsp_gadget_resume(struct cdns *cdns, bool lost_power) in cdnsp_gadget_resume() 2077 int cdnsp_gadget_init(struct cdns *cdns) in cdnsp_gadget_init()
|