Searched refs:len_out (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/um/kernel/ |
D | physmem.c | 183 unsigned long find_iomem(char *driver, unsigned long *len_out) in find_iomem() argument 189 *len_out = region->size; in find_iomem()
|
/Linux-v4.19/arch/um/include/shared/ |
D | mem_user.h | 51 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
|
D | net_user.h | 32 extern void *get_output_buffer(int *len_out);
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs.h | 72 unsigned long long *ino_out, int *len_out,
|
D | hostfs_user.c | 108 unsigned long long *ino_out, int *len_out, in read_dir() argument 117 *len_out = strlen(ent->d_name); in read_dir()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 520 u8 *data, u16 len, u32 *data_out, u16 len_out, bool hs) in __read_panel_data() argument 528 if (!sender || !data_out || !len_out) { in __read_panel_data() 570 for (i = 0; i < len_out; i++) in __read_panel_data()
|
/Linux-v4.19/drivers/crypto/hisilicon/sec/ |
D | sec_algs.c | 547 dma_unmap_sg(dev, skreq->dst, sec_req->len_out, in sec_skcipher_alg_callback() 754 sec_req->len_out = sg_nents(skreq->dst); in sec_alg_skcipher_crypto() 757 sec_req->len_out, info->dev); in sec_alg_skcipher_crypto() 859 splits_out_nents, sec_req->len_out, in sec_alg_skcipher_crypto()
|
D | sec_drv.h | 280 int len_out; member
|
/Linux-v4.19/arch/um/drivers/ |
D | net_kern.c | 870 void *get_output_buffer(int *len_out) in get_output_buffer() argument 875 if (ret) *len_out = PAGE_SIZE; in get_output_buffer() 876 else *len_out = 0; in get_output_buffer()
|