Searched refs:temp_len (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A D | rtsx_transport.c | 292 u32 temp_len = 0; in rtsx_add_sg_tbl() local 297 temp_len = 0x80000; in rtsx_add_sg_tbl() 300 temp_len = len; in rtsx_add_sg_tbl() 303 val = ((u64)addr << 32) | ((u64)temp_len << 12) | temp_opt; in rtsx_add_sg_tbl() 308 len -= temp_len; in rtsx_add_sg_tbl() 309 addr += temp_len; in rtsx_add_sg_tbl()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsencrypt.c | 269 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response() local 275 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response() 279 ses->auth_key.len = temp_len; in setup_ntlm_response()
|
| H A D | connect.c | 1392 unsigned int temp_len, i, j; in cifs_parse_mount_options() local 2024 temp_len = strlen(value); in cifs_parse_mount_options() 2025 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options() 2031 for (i = 0, j = 0; i < temp_len; i++, j++) { in cifs_parse_mount_options()
|
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.c | 743 u64 temp_len = total_len; in nvme_blk_rw() local 798 temp_len -= (u32)lbas << ns->lba_shift; in nvme_blk_rw() 804 return (total_len - temp_len) >> desc->log2blksz; in nvme_blk_rw()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0020.c | 1288 unsigned long temp_len = len; in cfi_staa_unlock() local 1291 while (temp_len) { in cfi_staa_unlock() 1294 temp_len -= mtd->erasesize; in cfi_staa_unlock()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus.c | 938 int temp_len; in dbus_do_download() local 969 dhd_bus->pub.attrib.chiprev, (void *)&temp_nvram, &temp_len, in dbus_do_download() 972 int8 *tmp = MALLOC(dhd_bus->pub.osh, temp_len); in dbus_do_download() 974 bcopy(temp_nvram, tmp, temp_len); in dbus_do_download() 976 nonfwnvramlen = temp_len; in dbus_do_download()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus.c | 928 int temp_len; in dbus_do_download() local 959 dhd_bus->pub.attrib.chiprev, (void *)&temp_nvram, &temp_len, in dbus_do_download() 962 int8 *tmp = MALLOC(dhd_bus->pub.osh, temp_len); in dbus_do_download() 964 bcopy(temp_nvram, tmp, temp_len); in dbus_do_download() 966 nonfwnvramlen = temp_len; in dbus_do_download()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus.c | 944 int temp_len; in dbus_do_download() local 975 dhd_bus->pub.attrib.chiprev, (void *)&temp_nvram, &temp_len, in dbus_do_download() 978 int8 *tmp = MALLOC(dhd_bus->pub.osh, temp_len); in dbus_do_download() 980 bcopy(temp_nvram, tmp, temp_len); in dbus_do_download() 982 nonfwnvramlen = temp_len; in dbus_do_download()
|