Searched refs:len_out (Results 1 – 5 of 5) sorted by relevance
49 static const void *get_config(u16 tag, size_t len, int skip, size_t *len_out) in get_config() argument93 if (len_out != NULL) in get_config()94 *len_out = info->len; in get_config()
51 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
32 extern void *get_output_buffer(int *len_out);
172 unsigned long find_iomem(char *driver, unsigned long *len_out) in find_iomem() argument178 *len_out = region->size; in find_iomem()
886 void *get_output_buffer(int *len_out) in get_output_buffer() argument891 if (ret) *len_out = PAGE_SIZE; in get_output_buffer()892 else *len_out = 0; in get_output_buffer()