Home
last modified time | relevance | path

Searched refs:nextdata (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eer.c135 char *nextdata; in dasd_eer_write_buffer() local
137 nextdata = data; in dasd_eer_write_buffer()
143 memcpy(eerb->buffer[headindex]+localhead, nextdata, len); in dasd_eer_write_buffer()
144 nextdata += len; in dasd_eer_write_buffer()
161 char *nextdata; in dasd_eer_read_buffer() local
164 nextdata = data; in dasd_eer_read_buffer()
170 memcpy(nextdata, eerb->buffer[tailindex] + localtail, len); in dasd_eer_read_buffer()
171 nextdata += len; in dasd_eer_read_buffer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com.c7329 u8 *nextdata = NULL; in Debug_FwC2H() local
7335 nextdata = pdata; in Debug_FwC2H()
7337 data_len = *(nextdata + 1); in Debug_FwC2H()
7338 seq_no = *(nextdata + 2); in Debug_FwC2H()
7341 cnt += sprintf((buf+cnt), "%c", nextdata[3 + i]); in Debug_FwC2H()
7343 if (nextdata[3 + i] == 0x0a && nextdata[4 + i] == 0xff) in Debug_FwC2H()
7345 else if (nextdata[3 + i] == 0x0a && nextdata[4 + i] != 0xff) in Debug_FwC2H()
7356 nextdata = (pdata + total_length); in Debug_FwC2H()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com.c7997 u8 *nextdata = NULL; in Debug_FwC2H() local
8003 nextdata = pdata; in Debug_FwC2H()
8005 data_len = *(nextdata + 1); in Debug_FwC2H()
8006 seq_no = *(nextdata + 2); in Debug_FwC2H()
8009 cnt += sprintf((buf+cnt), "%c", nextdata[3 + i]); in Debug_FwC2H()
8011 if (nextdata[3 + i] == 0x0a && nextdata[4 + i] == 0xff) in Debug_FwC2H()
8013 else if (nextdata[3 + i] == 0x0a && nextdata[4 + i] != 0xff) in Debug_FwC2H()
8024 nextdata = (pdata + total_length); in Debug_FwC2H()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com.c9583 u8 *nextdata = NULL; in Debug_FwC2H() local
9589 nextdata = pdata; in Debug_FwC2H()
9591 data_len = *(nextdata + 1); in Debug_FwC2H()
9592 seq_no = *(nextdata + 2); in Debug_FwC2H()
9595 cnt += sprintf((buf + cnt), "%c", nextdata[3 + i]); in Debug_FwC2H()
9597 if (nextdata[3 + i] == 0x0a && nextdata[4 + i] == 0xff) in Debug_FwC2H()
9599 else if (nextdata[3 + i] == 0x0a && nextdata[4 + i] != 0xff) in Debug_FwC2H()
9610 nextdata = (pdata + total_length); in Debug_FwC2H()