Lines Matching defs:data
81 memcpy(wl->fw, fw->data, wl->fw_len);
111 wl->nvs = kmemdup(fw->data, fw->size, GFP_KERNEL);
553 ptr = skb->data;
561 wl1251_warning("cmd build null data failed: %d", ret);
1021 ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, skb->data,
1134 skb->data,
1193 ret = wl1251_cmd_template_set(wl, CMD_BEACON, beacon->data,
1201 ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, beacon->data,
1371 static int wl1251_read_eeprom_byte(struct wl1251 *wl, off_t offset, u8 *data)
1378 /* EE_CTL_READ clears when data is ready */
1390 *data = wl1251_reg_read32(wl, EE_DATA);
1395 u8 *data, size_t len)
1403 ret = wl1251_read_eeprom_byte(wl, offset + i, &data[i]);
1441 /* length is 2 and data address is 0x546c (ANDed with 0xfffe) */
1559 wl1251_warning("MAC address in eeprom or nvs data is not valid");