Lines Matching full:slave
33 void sdw_slave_debugfs_init(struct sdw_slave *slave);
34 void sdw_slave_debugfs_exit(struct sdw_slave *slave);
40 static inline void sdw_slave_debugfs_init(struct sdw_slave *slave) {} in sdw_slave_debugfs_init() argument
41 static inline void sdw_slave_debugfs_exit(struct sdw_slave *slave) {} in sdw_slave_debugfs_exit() argument
53 * @addr: Register address accessed in the Slave
55 * @dev_num: Slave device number
56 * @addr_page1: SCP address page 1 Slave register
57 * @addr_page2: SCP address page 2 Slave register
85 * sdw_port_runtime: Runtime port parameters for Master or Slave
92 * @port_node: List node for Master or Slave port_list
106 * sdw_slave_runtime: Runtime Stream parameters for Slave
108 * @slave: Slave handle
109 * @direction: Data direction for Slave
110 * @ch_count: Number of channels handled by the Slave for
113 * @port_list: List of Slave Ports configured for this stream
116 struct sdw_slave *slave; member
131 * @slave_rt_list: Slave runtime list
154 struct sdw_dpn_prop *sdw_get_slave_dpn_prop(struct sdw_slave *slave,
157 int sdw_configure_dpn_intr(struct sdw_slave *slave, int port,
165 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave,
210 int sdw_slave_modalias(const struct sdw_slave *slave, char *buf, size_t size);