Home
last modified time | relevance | path

Searched refs:sdw_nwrite_no_pm (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-sdw.c20 return sdw_nwrite_no_pm(slave, addr, val_size - sizeof(addr), val + sizeof(addr)); in regmap_sdw_write()
31 return sdw_nwrite_no_pm(slave, addr, val_size, val_buf); in regmap_sdw_gather_write()
/linux/sound/soc/codecs/
H A Dcs35l56-sdw.c168 ret = sdw_nwrite_no_pm(peripheral, reg, 4, (u8 *)&val_le); in cs35l56_sdw_write_one()
202 ret = sdw_nwrite_no_pm(peripheral, reg, bytes, (u8 *)val_le_buf); in cs35l56_sdw_gather_write()
H A Dtas2783-sdw.c776 ret = sdw_nwrite_no_pm(tas_dev->sdw_peripheral, in tas2783_fw_ready()
/linux/include/linux/soundwire/
H A Dsdw.h1104 int sdw_nwrite_no_pm(struct sdw_slave *slave, u32 addr, size_t count, const u8 *val);
1182 static inline int sdw_nwrite_no_pm(struct sdw_slave *slave, u32 addr, size_t count, const u8 *val) in sdw_nwrite_no_pm() function
/linux/drivers/soundwire/
H A Dbus.c468 int sdw_nwrite_no_pm(struct sdw_slave *slave, u32 addr, size_t count, const u8 *val) in sdw_nwrite_no_pm() function
472 EXPORT_SYMBOL(sdw_nwrite_no_pm);
482 return sdw_nwrite_no_pm(slave, addr, 1, &value); in sdw_write_no_pm()
650 ret = sdw_nwrite_no_pm(slave, addr, count, val); in sdw_nwrite()
H A Ddebugfs.c292 ret = sdw_nwrite_no_pm(slave, start_addr, num_bytes, fw->data); in cmd_go()