Searched defs:regmap_format (Results  1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 80447 struct regmap_format {  struct80448 	size_t buf_size;
 80449 	size_t reg_bytes;
 80450 	size_t pad_bytes;
 80451 	size_t val_bytes;
 80452 	s8 reg_shift;
 80453 	void (*format_write)(struct regmap *, unsigned int, unsigned int);
 80454 	void (*format_reg)(void *, unsigned int, unsigned int);
 80455 	void (*format_val)(void *, unsigned int, unsigned int);
 80456 	unsigned int (*parse_val)(const void *);
 [all …]
 
 | 
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 90063 struct regmap_format {  struct90064 	size_t buf_size;
 90065 	size_t reg_bytes;
 90066 	size_t pad_bytes;
 90067 	size_t val_bytes;
 90068 	s8 reg_shift;
 90069 	void (*format_write)(struct regmap *, unsigned int, unsigned int);
 90070 	void (*format_reg)(void *, unsigned int, unsigned int);
 90071 	void (*format_val)(void *, unsigned int, unsigned int);
 90072 	unsigned int (*parse_val)(const void *);
 [all …]
 
 |