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
77 * @addr: Start Register address accessed in the Slave
80 * @dev_num: Slave device number
103 * sdw_port_runtime: Runtime port parameters for Master or Slave
110 * @port_node: List node for Master or Slave port_list
126 * sdw_slave_runtime: Runtime Stream parameters for Slave
128 * @slave: Slave handle
129 * @direction: Data direction for Slave
130 * @ch_count: Number of channels handled by the Slave for
133 * @port_list: List of Slave Ports configured for this stream
136 struct sdw_slave *slave; member
151 * @slave_rt_list: Slave runtime list
175 struct sdw_dpn_prop *sdw_get_slave_dpn_prop(struct sdw_slave *slave,
178 int sdw_configure_dpn_intr(struct sdw_slave *slave, int port,
186 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave,
231 int sdw_slave_modalias(const struct sdw_slave *slave, char *buf, size_t size);