len_out           871 arch/um/drivers/net_kern.c void *get_output_buffer(int *len_out)
len_out           876 arch/um/drivers/net_kern.c 	if (ret) *len_out = PAGE_SIZE;
len_out           877 arch/um/drivers/net_kern.c 	else *len_out = 0;
len_out            51 arch/um/include/shared/mem_user.h extern unsigned long find_iomem(char *driver, unsigned long *len_out);
len_out            32 arch/um/include/shared/net_user.h extern void *get_output_buffer(int *len_out);
len_out           181 arch/um/kernel/physmem.c unsigned long find_iomem(char *driver, unsigned long *len_out)
len_out           187 arch/um/kernel/physmem.c 			*len_out = region->size;
len_out           534 drivers/crypto/hisilicon/sec/sec_algs.c 			dma_unmap_sg(dev, skreq->dst, sec_req->len_out,
len_out           742 drivers/crypto/hisilicon/sec/sec_algs.c 		sec_req->len_out = sg_nents(skreq->dst);
len_out           745 drivers/crypto/hisilicon/sec/sec_algs.c 					   sec_req->len_out, info->dev);
len_out           849 drivers/crypto/hisilicon/sec/sec_algs.c 				    splits_out_nents, sec_req->len_out,
len_out           280 drivers/crypto/hisilicon/sec/sec_drv.h 	int len_out;
len_out           522 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 			u8 *data, u16 len, u32 *data_out, u16 len_out, bool hs)
len_out           530 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 	if (!sender || !data_out || !len_out) {
len_out           572 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 	for (i = 0; i < len_out; i++)
len_out            72 fs/hostfs/hostfs.h 		      unsigned long long *ino_out, int *len_out,
len_out           108 fs/hostfs/hostfs_user.c 	       unsigned long long *ino_out, int *len_out,
len_out           117 fs/hostfs/hostfs_user.c 	*len_out = strlen(ent->d_name);