/Linux-v4.19/drivers/usb/misc/ |
D | isight_firmware.c | 38 int llen, len, req, ret = 0; in isight_firmware_load() local 77 llen = min(len, 50); in isight_firmware_load() 78 len -= llen; in isight_firmware_load() 79 if (ptr+llen > firmware->data+firmware->size) { in isight_firmware_load() 85 memcpy(buf, ptr, llen); in isight_firmware_load() 87 ptr += llen; in isight_firmware_load() 91 buf, llen, 300) != llen) { in isight_firmware_load()
|
/Linux-v4.19/fs/isofs/ |
D | joliet.c | 27 int llen; in uni16_to_x8() local 28 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8() 29 if (llen > 0) in uni16_to_x8() 30 op += llen; in uni16_to_x8()
|
/Linux-v4.19/drivers/staging/erofs/include/trace/events/ |
D | erofs.h | 151 __field( u64, llen ) 159 __entry->llen = map->m_llen; 165 __entry->la, __entry->llen, show_map_flags(__entry->flags)) 187 __field( u64, llen ) 199 __entry->llen = map->m_llen; 208 __entry->la, __entry->pa, __entry->llen, __entry->plen,
|
/Linux-v4.19/drivers/staging/erofs/ |
D | unzip_vle.c | 380 grp->llen = map->m_llen; in z_erofs_vle_work_register() 423 unsigned int llen) in __update_workgrp_llen() argument 426 unsigned int orig_llen = grp->llen; in __update_workgrp_llen() 428 if (orig_llen >= llen || orig_llen == in __update_workgrp_llen() 429 cmpxchg(&grp->llen, orig_llen, llen)) in __update_workgrp_llen() 800 unsigned i, llen; in z_erofs_vle_unzip() local 909 llen = (nr_pages << PAGE_SHIFT) - work->pageofs; in z_erofs_vle_unzip() 913 BUG_ON(grp->llen != llen); in z_erofs_vle_unzip() 920 if (llen > grp->llen) in z_erofs_vle_unzip() 921 llen = grp->llen; in z_erofs_vle_unzip() [all …]
|
D | unzip_vle.h | 88 unsigned int llen, flags; member 235 unsigned clusterpages, void *vaddr, unsigned llen,
|
D | unzip_vle_lz4.c | 169 unsigned llen, in z_erofs_vle_unzip_vmap() argument 194 clusterpages * PAGE_SIZE, llen); in z_erofs_vle_unzip_vmap()
|
/Linux-v4.19/drivers/net/ethernet/mscc/ |
D | ocelot_board.c | 19 u8 llen, wlen; in ocelot_parse_ifh() local 26 llen = (ifh[1] >> 15) & 0x3f; in ocelot_parse_ifh() 27 info->len = OCELOT_BUFFER_CELL_SZ * wlen + llen - 80; in ocelot_parse_ifh()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | venc.c | 95 u32 llen; member 138 .llen = 0x35F, /* 863 */ 183 .llen = 0x359, 236 .llen = 864-1, 327 venc_write_reg(VENC_LLEN, config->llen); in venc_write_config()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | venc.c | 93 u32 llen; member 136 .llen = 0x35F, /* 863 */ 181 .llen = 0x359, 234 .llen = 864-1, 360 venc_write_reg(venc, VENC_LLEN, config->llen); in venc_write_config()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | rtas-proc.c | 408 int llen, offs; in ppc_rtas_sensors_show() local 411 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show() 423 if (offs >= llen) in ppc_rtas_sensors_show()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_xtree.h | 104 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
|
D | jfs_xtree.c | 147 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) in xtLookup() argument 162 *plen = llen; in xtLookup() 196 *plen = min(next - lstart, llen); in xtLookup() 213 *plen = min(xend - lstart, llen); in xtLookup() 1533 int index, nextindex, llen, rlen; in xtTailgate() local 1583 if ((llen = xoff - offsetXAD(xad)) == 0) in xtTailgate() 1656 rlen = lengthXAD(xad) - llen; in xtTailgate() 1663 PXDaddress(&pxdlock->pxd, addressXAD(xad) + llen); in xtTailgate() 1669 dbFree(ip, addressXAD(xad) + llen, (s64) rlen); in xtTailgate() 1671 if (llen) in xtTailgate() [all …]
|
/Linux-v4.19/tools/lib/traceevent/ |
D | plugin_kvm.c | 298 int llen; in kvm_emulate_insn_handler() local 317 insn = tep_get_field_raw(s, event, "insn", record, &llen, 1); in kvm_emulate_insn_handler()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 1376 u16 llen, rlen; in i40e_dbg_command_write() local 1387 &llen, &rlen, NULL); in i40e_dbg_command_write() 1403 u16 llen, rlen; in i40e_dbg_command_write() local 1415 &llen, &rlen, NULL); in i40e_dbg_command_write()
|
/Linux-v4.19/fs/ocfs2/ |
D | file.c | 1871 s64 llen; in __ocfs2_change_file_space() local 1918 llen = sr->l_len > 0 ? sr->l_len - 1 : sr->l_len; in __ocfs2_change_file_space() 1922 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1923 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space()
|