Home
last modified time | relevance | path

Searched refs:totallen (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/x86/platform/intel-mid/
Dsfi.c81 int totallen; in sfi_parse_mtmr() local
88 totallen = sfi_mtimer_num * sizeof(*pentry); in sfi_parse_mtmr()
89 memcpy(sfi_mtimer_array, pentry, totallen); in sfi_parse_mtmr()
94 for (totallen = 0; totallen < sfi_mtimer_num; totallen++, pentry++) { in sfi_parse_mtmr()
96 totallen, (u32)pentry->phys_addr, in sfi_parse_mtmr()
154 int totallen; in sfi_parse_mrtc() local
161 totallen = sfi_mrtc_num * sizeof(*pentry); in sfi_parse_mrtc()
162 memcpy(sfi_mrtc_array, pentry, totallen); in sfi_parse_mrtc()
167 for (totallen = 0; totallen < sfi_mrtc_num; totallen++, pentry++) { in sfi_parse_mrtc()
169 totallen, (u32)pentry->phys_addr, pentry->irq); in sfi_parse_mrtc()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dfw.c468 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_fill_h2c_cmd() local
478 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_fill_h2c_cmd()
483 memset((ph2c_buffer + totallen + tx_desclen), 0, len); in _rtl92s_fill_h2c_cmd()
486 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
490 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
495 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
500 memcpy((ph2c_buffer + totallen + tx_desclen + in _rtl92s_fill_h2c_cmd()
509 pre_continueoffset = totallen; in _rtl92s_fill_h2c_cmd()
511 totallen += len; in _rtl92s_fill_h2c_cmd()
514 return totallen; in _rtl92s_fill_h2c_cmd()
[all …]
/linux-4.4.14/drivers/usb/storage/
Djumpshot.c172 unsigned int totallen, alloclen; in jumpshot_read_data() local
185 totallen = sectors * info->ssize; in jumpshot_read_data()
191 alloclen = min(totallen, 65536u); in jumpshot_read_data()
199 len = min(totallen, alloclen); in jumpshot_read_data()
229 totallen -= len; in jumpshot_read_data()
230 } while (totallen > 0); in jumpshot_read_data()
249 unsigned int totallen, alloclen; in jumpshot_write_data() local
262 totallen = sectors * info->ssize; in jumpshot_write_data()
268 alloclen = min(totallen, 65536u); in jumpshot_write_data()
277 len = min(totallen, alloclen); in jumpshot_write_data()
[all …]
Ddatafab.c154 unsigned int totallen, alloclen; in datafab_read_data() local
173 totallen = sectors * info->ssize; in datafab_read_data()
179 alloclen = min(totallen, 65536u); in datafab_read_data()
188 len = min(totallen, alloclen); in datafab_read_data()
217 totallen -= len; in datafab_read_data()
218 } while (totallen > 0); in datafab_read_data()
238 unsigned int totallen, alloclen; in datafab_write_data() local
257 totallen = sectors * info->ssize; in datafab_write_data()
263 alloclen = min(totallen, 65536u); in datafab_write_data()
272 len = min(totallen, alloclen); in datafab_write_data()
[all …]
Dshuttle_usbat.c1134 unsigned int totallen, alloclen; in usbat_flash_read_data() local
1153 totallen = sectors * info->ssize; in usbat_flash_read_data()
1161 alloclen = min(totallen, 65536u); in usbat_flash_read_data()
1171 len = min(totallen, alloclen); in usbat_flash_read_data()
1194 totallen -= len; in usbat_flash_read_data()
1195 } while (totallen > 0); in usbat_flash_read_data()
1225 unsigned int totallen, alloclen; in usbat_flash_write_data() local
1244 totallen = sectors * info->ssize; in usbat_flash_write_data()
1252 alloclen = min(totallen, 65536u); in usbat_flash_write_data()
1262 len = min(totallen, alloclen); in usbat_flash_write_data()
[all …]
/linux-4.4.14/drivers/cpufreq/
Dsfi-cpufreq.c35 int totallen; in sfi_parse_freq() local
46 totallen = num_freq_table_entries * sizeof(*pentry); in sfi_parse_freq()
48 sfi_cpufreq_array = kmemdup(pentry, totallen, GFP_KERNEL); in sfi_parse_freq()
/linux-4.4.14/drivers/crypto/qce/
Dcommon.c231 u32 totallen, u32 offset) in qce_setup_regs_ahash() argument
316 u32 totallen, u32 offset) in qce_setup_regs_ablkcipher() argument
385 qce_write(qce, REG_SEG_SIZE, totallen); in qce_setup_regs_ablkcipher()
396 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen, in qce_start() argument
401 return qce_setup_regs_ablkcipher(async_req, totallen, offset); in qce_start()
403 return qce_setup_regs_ahash(async_req, totallen, offset); in qce_start()
Dcommon.h99 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
/linux-4.4.14/drivers/mtd/
Dbcm63xxpart.c81 unsigned int rootfslen, kernellen, sparelen, totallen; in bcm63xx_parse_cfe_partitions() local
121 sscanf(buf->total_length, "%u", &totallen); in bcm63xx_parse_cfe_partitions()
128 spareaddr = roundup(totallen, master->erasesize) + cfelen; in bcm63xx_parse_cfe_partitions()
/linux-4.4.14/arch/powerpc/include/asm/
Dpmac_pfunc.h81 int (*rmw_i2c)(PMF_STD_ARGS, u32 masklen, u32 valuelen, u32 totallen,
87 u32 totallen, const u8 *maskdata, const u8 *valuedata);
93 u32 totallen, const u8 *maskdata,
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dlow_i2c.c1315 u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw() argument
1321 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw()
1327 inst->scratch, totallen); in pmac_i2c_do_rmw()
1356 u32 valuelen, u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw_sub() argument
1362 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw_sub()
1368 subaddr, inst->scratch, totallen); in pmac_i2c_do_rmw_sub()
/linux-4.4.14/fs/nfs/blocklayout/
Dblocklayout.h155 u16 totallen; /* length of entire message, including hdr itself */ member
Drpc_pipefs.c83 bl_msg->totallen = b->simple.len; in bl_resolve_deviceid()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_leaf.c1461 int totallen; in xfs_attr3_leaf_rebalance() local
1515 &count, &totallen); in xfs_attr3_leaf_rebalance()
1528 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance()
1557 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance()
1660 int totallen = 0; in xfs_attr3_leaf_figure_balance() local
1684 tmp = totallen + sizeof(*entry) + in xfs_attr3_leaf_figure_balance()
1689 totallen = tmp; in xfs_attr3_leaf_figure_balance()
1705 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance()
1710 totallen = tmp; in xfs_attr3_leaf_figure_balance()
1718 totallen -= count * sizeof(*entry); in xfs_attr3_leaf_figure_balance()
[all …]
/linux-4.4.14/net/sctp/
Dsm_make_chunk.c2811 int totallen = 0; in sctp_make_asconf_update_ip() local
2822 totallen += paramlen; in sctp_make_asconf_update_ip()
2823 totallen += addr_param_len; in sctp_make_asconf_update_ip()
2828 totallen += paramlen; in sctp_make_asconf_update_ip()
2829 totallen += addr_param_len; in sctp_make_asconf_update_ip()
2834 __func__, totallen); in sctp_make_asconf_update_ip()
2839 retval = sctp_make_asconf(asoc, laddr, totallen); in sctp_make_asconf_update_ip()