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/include/linux/soundwire/
H A Dsdw.h1119 int sdw_nwrite_no_pm(struct sdw_slave *slave, u32 addr, size_t count, const u8 *val);
1197 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.c467 int sdw_nwrite_no_pm(struct sdw_slave *slave, u32 addr, size_t count, const u8 *val) in sdw_nwrite_no_pm() function
471 EXPORT_SYMBOL(sdw_nwrite_no_pm);
481 return sdw_nwrite_no_pm(slave, addr, 1, &value); in sdw_write_no_pm()
649 ret = sdw_nwrite_no_pm(slave, addr, count, val); in sdw_nwrite()
H A Ddebugfs.c291 ret = sdw_nwrite_no_pm(slave, start_addr, num_bytes, fw->data); in cmd_go()
/linux/sound/soc/codecs/
H A Dtas2783-sdw.c837 ret = sdw_nwrite_no_pm(tas_dev->sdw_peripheral, in tas2783_fw_ready()
H A Dtac5xx2-sdw.c1660 ret = sdw_nwrite_no_pm(tac_dev->sdw_peripheral, files[i].dest_addr, in tac_download_fw_to_hw()