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
108 * sdw_slave_runtime: Runtime Stream parameters for Slave
110 * @slave: Slave handle
111 * @direction: Data direction for Slave
112 * @ch_count: Number of channels handled by the Slave for
115 * @port_list: List of Slave Ports configured for this stream
118 struct sdw_slave *slave; member
133 * @slave_rt_list: Slave runtime list
157 struct sdw_dpn_prop *sdw_get_slave_dpn_prop(struct sdw_slave *slave,
160 int sdw_configure_dpn_intr(struct sdw_slave *slave, int port,
168 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave,
213 int sdw_slave_modalias(const struct sdw_slave *slave, char *buf, size_t size);