Searched defs:cdns (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/usb/cdns3/ |
D | drd.c | 30 int cdns3_set_mode(struct cdns3 *cdns, enum usb_dr_mode mode) in cdns3_set_mode() 67 int cdns3_get_id(struct cdns3 *cdns) in cdns3_get_id() 77 int cdns3_get_vbus(struct cdns3 *cdns) in cdns3_get_vbus() 87 int cdns3_is_host(struct cdns3 *cdns) in cdns3_is_host() 97 int cdns3_is_device(struct cdns3 *cdns) in cdns3_is_device() 112 static void cdns3_otg_disable_irq(struct cdns3 *cdns) in cdns3_otg_disable_irq() 121 static void cdns3_otg_enable_irq(struct cdns3 *cdns) in cdns3_otg_enable_irq() 134 int cdns3_drd_switch_host(struct cdns3 *cdns, int on) in cdns3_drd_switch_host() 171 int cdns3_drd_switch_gadget(struct cdns3 *cdns, int on) in cdns3_drd_switch_gadget() 213 static int cdns3_init_otg_mode(struct cdns3 *cdns) in cdns3_init_otg_mode() [all …]
|
D | core.c | 31 struct cdns3_role_driver *cdns3_get_current_role_driver(struct cdns3 *cdns) in cdns3_get_current_role_driver() 37 static int cdns3_role_start(struct cdns3 *cdns, enum usb_role role) in cdns3_role_start() 63 static void cdns3_role_stop(struct cdns3 *cdns) in cdns3_role_stop() 79 static void cdns3_exit_roles(struct cdns3 *cdns) in cdns3_exit_roles() 93 static int cdns3_core_init_role(struct cdns3 *cdns) in cdns3_core_init_role() 201 static enum usb_role cdsn3_hw_role_state_machine(struct cdns3 *cdns) in cdsn3_hw_role_state_machine() 254 static int cdns3_idle_role_start(struct cdns3 *cdns) in cdns3_idle_role_start() 259 static void cdns3_idle_role_stop(struct cdns3 *cdns) in cdns3_idle_role_stop() 265 static int cdns3_idle_init(struct cdns3 *cdns) in cdns3_idle_init() 289 int cdns3_hw_role_switch(struct cdns3 *cdns) in cdns3_hw_role_switch() [all …]
|
D | host.c | 17 static int __cdns3_host_init(struct cdns3 *cdns) in __cdns3_host_init() 52 static void cdns3_host_exit(struct cdns3 *cdns) in cdns3_host_exit() 59 int cdns3_host_init(struct cdns3 *cdns) in cdns3_host_init()
|
D | gadget-export.h | 19 static inline int cdns3_gadget_init(struct cdns3 *cdns) in cdns3_gadget_init() 24 static inline void cdns3_gadget_exit(struct cdns3 *cdns) { } in cdns3_gadget_exit()
|
D | host-export.h | 18 static inline int cdns3_host_init(struct cdns3 *cdns) in cdns3_host_init() 23 static inline void cdns3_host_exit(struct cdns3 *cdns) { } in cdns3_host_exit()
|
D | gadget.c | 1379 struct cdns3 *cdns = data; in cdns3_device_irq_handler() local 1423 struct cdns3 *cdns = data; in cdns3_device_thread_irq_handler() local 2536 void cdns3_gadget_exit(struct cdns3 *cdns) in cdns3_gadget_exit() 2572 static int cdns3_gadget_start(struct cdns3 *cdns) in cdns3_gadget_start() 2688 static int __cdns3_gadget_init(struct cdns3 *cdns) in __cdns3_gadget_init() 2724 static int cdns3_gadget_suspend(struct cdns3 *cdns, bool do_wakeup) in cdns3_gadget_suspend() 2740 static int cdns3_gadget_resume(struct cdns3 *cdns, bool hibernated) in cdns3_gadget_resume() 2759 int cdns3_gadget_init(struct cdns3 *cdns) in cdns3_gadget_init()
|
/Linux-v5.4/drivers/soundwire/ |
D | cadence_master.c | 194 static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset) in cdns_readl() 199 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel() 204 static inline void cdns_updatel(struct sdw_cdns *cdns, in cdns_updatel() 214 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit() 241 static ssize_t cdns_sprintf(struct sdw_cdns *cdns, in cdns_sprintf() 250 struct sdw_cdns *cdns = s->private; in cdns_reg_show() local 332 void sdw_cdns_debugfs_init(struct sdw_cdns *cdns, struct dentry *root) in sdw_cdns_debugfs_init() 344 cdns_fill_msg_resp(struct sdw_cdns *cdns, in cdns_fill_msg_resp() 379 _cdns_xfer_msg(struct sdw_cdns *cdns, struct sdw_msg *msg, int cmd, in _cdns_xfer_msg() 424 cdns_program_scp_addr(struct sdw_cdns *cdns, struct sdw_msg *msg) in cdns_program_scp_addr() [all …]
|
D | intel.c | 103 struct sdw_cdns cdns; member 545 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_pre_bank_switch() local 564 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_post_bank_switch() local 609 struct sdw_cdns *cdns = &sdw->cdns; in intel_alloc_port() local 670 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() local 766 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() local 827 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai() 888 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai() local
|