Symbol: eeprom_buf
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
106
const u8 *p = eeprom_buf;
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
111
buf_size -= len, eeprom_addr += len, eeprom_buf += len) {
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
147
msgs[1].buf = eeprom_buf;
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
168
return r < 0 ? r : eeprom_buf - p;
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
182
u8 *eeprom_buf, u32 buf_size, bool read)
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
198
eeprom_buf, buf_size, read);
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
213
buf_size -= ps, eeprom_addr += ps, eeprom_buf += ps) {
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
217
eeprom_buf, ps, read);
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
227
u32 eeprom_addr, u8 *eeprom_buf,
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
230
return amdgpu_eeprom_xfer(i2c_adap, eeprom_addr, eeprom_buf, bytes,
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
235
u32 eeprom_addr, u8 *eeprom_buf,
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
238
return amdgpu_eeprom_xfer(i2c_adap, eeprom_addr, eeprom_buf, bytes,
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c
93
u8 *eeprom_buf, u32 buf_size, bool read)
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.h
30
u32 eeprom_addr, u8 *eeprom_buf,
drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.h
34
u32 eeprom_addr, u8 *eeprom_buf,
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_eeprom_i2c.c
113
const u8 *p = eeprom_buf;
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_eeprom_i2c.c
118
buf_size -= len, eeprom_addr += len, eeprom_buf += len) {
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_eeprom_i2c.c
154
msgs[1].buf = eeprom_buf;
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_eeprom_i2c.c
176
return r < 0 ? r : eeprom_buf - p;
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_eeprom_i2c.c
99
u8 *eeprom_buf, u32 buf_size, bool read)
drivers/gpu/drm/amd/ras/rascore/ras.h
148
u32 eeprom_addr, u8 *eeprom_buf, u32 buf_size, bool read);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
174
u8 *eeprom_buf, u32 buf_size, bool read)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
181
eeprom_addr, eeprom_buf, buf_size, read);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
203
u8 *eeprom_buf, u32 buf_size, bool read)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
226
eeprom_buf, buf_size, read);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
234
buf_size -= ps, eeprom_addr += ps, eeprom_buf += ps) {
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
238
eeprom_buf, ps, read);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
252
u32 eeprom_addr, u8 *eeprom_buf, u32 bytes)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
255
eeprom_buf, bytes, true);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
259
u32 eeprom_addr, u8 *eeprom_buf, u32 bytes)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
262
eeprom_buf, bytes, false);
drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c
1078
BUILD_BUG_ON(offsetof(struct eeprom_buf, data) % 8);
drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c
1087
offsetof(struct eeprom_buf, data) / NSP_SFF_EEPROM_BLOCK_LEN;
drivers/parisc/eisa_enumerator.c
485
static char eeprom_buf[HPEE_MAX_LENGTH];
drivers/parisc/eisa_enumerator.c
488
eeprom_buf[i] = gsc_readb(eeprom_addr+i);
drivers/parisc/eisa_enumerator.c
493
eh = (struct eeprom_header*)(eeprom_buf);
drivers/parisc/eisa_enumerator.c
498
(&eeprom_buf[HPEE_SLOT_INFO(i)]);
drivers/parisc/eisa_enumerator.c
505
if (parse_slot_config(i+1, &eeprom_buf[es->config_data_offset],