Searched refs:sdw_nwrite_no_pm (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/base/regmap/ |
| H A D | regmap-sdw.c | 20 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 D | sdw.h | 1119 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 D | bus.c | 467 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 D | debugfs.c | 291 ret = sdw_nwrite_no_pm(slave, start_addr, num_bytes, fw->data); in cmd_go()
|
| /linux/sound/soc/codecs/ |
| H A D | tas2783-sdw.c | 837 ret = sdw_nwrite_no_pm(tas_dev->sdw_peripheral, in tas2783_fw_ready()
|
| H A D | tac5xx2-sdw.c | 1660 ret = sdw_nwrite_no_pm(tac_dev->sdw_peripheral, files[i].dest_addr, in tac_download_fw_to_hw()
|