Lines Matching defs:buf
553 * @write_mem: write device's SRAM in DWORD. If %buf is %NULL, then the memory
626 void *buf, int dwords);
628 const void *buf, int dwords);
843 u8 buf[IWL_FIRST_TB_SIZE_ALIGN];
1375 void *buf, int dwords)
1377 return trans->ops->read_mem(trans, addr, buf, dwords);
1380 #define iwl_trans_read_mem_bytes(trans, addr, buf, bufsize) \
1384 iwl_trans_read_mem(trans, addr, buf, (bufsize) / sizeof(u32));\
1398 const void *buf, int dwords)
1400 return trans->ops->write_mem(trans, addr, buf, dwords);