/linux-4.19.296/crypto/ |
D | tcrypt.h | 32 unsigned int plen; /* per-update length */ member 77 { .blen = 16, .plen = 16, }, 78 { .blen = 64, .plen = 16, }, 79 { .blen = 64, .plen = 64, }, 80 { .blen = 256, .plen = 16, }, 81 { .blen = 256, .plen = 64, }, 82 { .blen = 256, .plen = 256, }, 83 { .blen = 1024, .plen = 16, }, 84 { .blen = 1024, .plen = 256, }, 85 { .blen = 1024, .plen = 1024, }, [all …]
|
D | af_alg.c | 418 int plen = min_t(int, len, PAGE_SIZE - off); in af_alg_make_sg() local 420 sg_set_page(sgl->sg + i, sgl->pages[i], plen, off); in af_alg_make_sg() 423 len -= plen; in af_alg_make_sg() 608 size_t plen = min_t(size_t, used, sg[i].length); in af_alg_pull_tsgl() local 619 if (dst_offset >= plen) { in af_alg_pull_tsgl() 621 dst_offset -= plen; in af_alg_pull_tsgl() 626 plen - dst_offset, in af_alg_pull_tsgl() 633 sg[i].length -= plen; in af_alg_pull_tsgl() 634 sg[i].offset += plen; in af_alg_pull_tsgl() 636 used -= plen; in af_alg_pull_tsgl() [all …]
|
D | tcrypt.c | 862 if (speed[i].blen != speed[i].plen) in test_mb_ahash_speed() 880 i, speed[i].blen, speed[i].plen, in test_mb_ahash_speed() 881 speed[i].blen / speed[i].plen); in test_mb_ahash_speed() 932 int plen, char *out, int secs) in test_ahash_jiffies() argument 938 if (plen == blen) in test_ahash_jiffies() 946 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_jiffies() 1002 int plen, char *out) in test_ahash_cycles() argument 1007 if (plen == blen) in test_ahash_cycles() 1015 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles() 1034 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles() [all …]
|
/linux-4.19.296/drivers/bluetooth/ |
D | hci_ag6xx.c | 44 __le32 plen; member 136 static int intel_mem_write(struct hci_dev *hdev, u32 addr, u32 plen, in intel_mem_write() argument 142 while (plen > 0) { in intel_mem_write() 144 u8 cmd_param[253], fragment_len = (plen > 247) ? 247 : plen; in intel_mem_write() 158 plen -= fragment_len; in intel_mem_write() 271 u32 addr, plen; in ag6xx_setup() local 280 plen = le32_to_cpu(pbn->plen); in ag6xx_setup() 282 if (fw->data + fw->size <= pbn->data + plen) { in ag6xx_setup() 283 bt_dev_info(hdev, "Invalid patch len (%d)", plen); in ag6xx_setup() 290 err = intel_mem_write(hdev, addr, plen, pbn->data); in ag6xx_setup() [all …]
|
D | btintel.c | 244 int btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, u32 plen, in btintel_secure_send() argument 247 while (plen > 0) { in btintel_secure_send() 249 u8 cmd_param[253], fragment_len = (plen > 252) ? 252 : plen; in btintel_secure_send() 261 plen -= fragment_len; in btintel_secure_send() 474 int plen = sizeof(*cp) + val_size; in regmap_ibt_gather_write() local 495 cp = kmalloc(plen, GFP_KERNEL); in regmap_ibt_gather_write() 507 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write() 698 frag_len += sizeof(*cmd) + cmd->plen; in btintel_download_firmware()
|
D | btbcm.c | 136 if (fw_size < cmd->plen) { in btbcm_patchram() 143 fw_ptr += cmd->plen; in btbcm_patchram() 144 fw_size -= cmd->plen; in btbcm_patchram() 148 skb = __hci_cmd_sync(hdev, opcode, cmd->plen, cmd_param, in btbcm_patchram()
|
D | btintel.h | 91 int btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, u32 plen, 147 u32 plen, const void *param) in btintel_secure_send() argument
|
D | btmtkuart.c | 77 static int mtk_hci_wmt_sync(struct hci_dev *hdev, u8 op, u8 flag, u16 plen, in mtk_hci_wmt_sync() argument 86 hlen = sizeof(*hdr) + plen; in mtk_hci_wmt_sync() 93 hdr->dlen = cpu_to_le16(plen + 1); in mtk_hci_wmt_sync() 95 memcpy(wc.data, param, plen); in mtk_hci_wmt_sync()
|
D | btusb.c | 548 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr() 1660 if (remain < cmd->plen) { in btusb_setup_intel_patching() 1675 *fw_ptr += cmd->plen; in btusb_setup_intel_patching() 1676 remain -= cmd->plen; in btusb_setup_intel_patching() 1693 if (remain < evt->plen) { in btusb_setup_intel_patching() 1699 *fw_ptr += evt->plen; in btusb_setup_intel_patching() 1700 remain -= evt->plen; in btusb_setup_intel_patching() 1712 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen, in btusb_setup_intel_patching() 1724 if (skb->len != evt->plen) { in btusb_setup_intel_patching() 1731 if (memcmp(skb->data, evt_param, evt->plen)) { in btusb_setup_intel_patching() [all …]
|
/linux-4.19.296/drivers/of/ |
D | pdt.c | 35 int len, ourlen, plen; in of_pdt_build_full_name() local 40 plen = strlen(dp->parent->full_name); in of_pdt_build_full_name() 42 len = ourlen + plen + 2; in of_pdt_build_full_name() 47 strcpy(n + plen, "/"); in of_pdt_build_full_name() 48 plen++; in of_pdt_build_full_name() 50 strcpy(n + plen, dp->path_component_name); in of_pdt_build_full_name()
|
/linux-4.19.296/fs/ |
D | iomap.c | 159 unsigned plen = min_t(loff_t, PAGE_SIZE - poff, length); in iomap_adjust_read_range() local 161 unsigned last = (poff + plen - 1) >> block_bits; in iomap_adjust_read_range() 177 plen -= block_size; in iomap_adjust_read_range() 184 plen -= (last - i + 1) * block_size; in iomap_adjust_read_range() 200 plen -= (last - end) * block_size; in iomap_adjust_read_range() 204 *lenp = plen; in iomap_adjust_read_range() 315 unsigned poff, plen; in iomap_readpage_actor() local 325 iomap_adjust_read_range(inode, iop, &pos, length, &poff, &plen); in iomap_readpage_actor() 326 if (plen == 0) in iomap_readpage_actor() 330 zero_user(page, poff, plen); in iomap_readpage_actor() [all …]
|
/linux-4.19.296/include/linux/ |
D | ti_wilink_st.h | 352 u8 plen; member 404 u8 plen; member 414 u16 plen; member
|
D | key.h | 303 size_t plen, 309 size_t plen);
|
/linux-4.19.296/fs/befs/ |
D | datastream.c | 134 u16 plen; in befs_read_lsymlink() local 148 plen = ((bytes_read + BEFS_SB(sb)->block_size) < len) ? in befs_read_lsymlink() 150 memcpy(buff + bytes_read, bh->b_data, plen); in befs_read_lsymlink() 152 bytes_read += plen; in befs_read_lsymlink()
|
/linux-4.19.296/fs/ubifs/ |
D | journal.c | 957 int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_xrename() local 972 len = aligned_dlen1 + aligned_dlen2 + ALIGN(plen, 8); in ubifs_jnl_xrename() 974 len += plen; in ubifs_jnl_xrename() 1015 p += ALIGN(plen, 8); in ubifs_jnl_xrename() 1044 err = ubifs_tnc_add(c, &key, lnum, offs, plen); in ubifs_jnl_xrename() 1049 offs += ALIGN(plen, 8); in ubifs_jnl_xrename() 1051 err = ubifs_tnc_add(c, &key, lnum, offs, plen); in ubifs_jnl_xrename() 1100 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename() local 1123 len = aligned_dlen1 + aligned_dlen2 + ALIGN(ilen, 8) + ALIGN(plen, 8); in ubifs_jnl_rename() 1125 len += plen; in ubifs_jnl_rename() [all …]
|
/linux-4.19.296/include/net/ |
D | esp.h | 19 int plen; member
|
D | ipv6.h | 459 int plen) in ipv6_addr_prefix() argument 462 int o = plen >> 3, in ipv6_addr_prefix() 463 b = plen & 0x7; in ipv6_addr_prefix() 473 int plen) in ipv6_addr_prefix_copy() argument 476 int o = plen >> 3, in ipv6_addr_prefix_copy() 477 b = plen & 0x7; in ipv6_addr_prefix_copy()
|
D | ip6_route.h | 119 if (f6i && f6i->fib6_prefsrc.plen) { in ip6_route_get_saddr() 236 (rt->rt6i_dst.plen < 127 && in ipv6_anycast_destination()
|
D | 6lowpan.h | 114 u8 plen; member
|
/linux-4.19.296/drivers/misc/ti-st/ |
D | st_core.c | 245 unsigned char *plen; in st_int_recv() local 288 plen = in st_int_recv() 291 pr_debug("plen pointing to %x\n", *plen); in st_int_recv() 293 payload_len = *(unsigned char *)plen; in st_int_recv() 296 __le16_to_cpu(*(unsigned short *)plen); in st_int_recv()
|
D | st_kim.c | 142 unsigned char *plen; in kim_int_recv() local 174 plen = in kim_int_recv() 176 pr_debug("event hdr: plen 0x%02x\n", *plen); in kim_int_recv() 177 kim_check_data_len(kim_gdata, *plen); in kim_int_recv()
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-mpc.c | 754 int plen; in fsl_i2c_probe() local 807 &plen); in fsl_i2c_probe() 808 if (prop && plen == sizeof(u32)) in fsl_i2c_probe() 821 prop = of_get_property(op->dev.of_node, "fsl,timeout", &plen); in fsl_i2c_probe() 822 if (prop && plen == sizeof(u32)) { in fsl_i2c_probe()
|
/linux-4.19.296/fs/jfs/ |
D | jfs_xtree.h | 105 int *pflag, s64 * paddr, int *plen, int flag);
|
/linux-4.19.296/include/net/nfc/ |
D | nci.h | 217 __u8 plen; member 223 __u8 plen; member
|
/linux-4.19.296/fs/cifs/ |
D | smb2proto.h | 143 char **out_data, u32 *plen /* returned data len */); 167 void **data, unsigned int *plen);
|