Searched refs:cfi_ident (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | cfi_probe.c | 24 static void print_cfi_ident(struct cfi_ident *); 210 cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL); in cfi_chip_setup() 214 memset(cfi->cfiq,0,sizeof(struct cfi_ident)); in cfi_chip_setup() 222 for (i=0; i<(sizeof(struct cfi_ident) + num_erase_regions * 4); i++) in cfi_chip_setup() 339 static void print_cfi_ident(struct cfi_ident *cfip) in print_cfi_ident()
|
H A D | jedec_probe.c | 1987 cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL); in cfi_jedec_setup() 1993 memset(cfi->cfiq, 0, sizeof(struct cfi_ident)); in cfi_jedec_setup()
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | cfi_probe.c | 25 static void print_cfi_ident(struct cfi_ident *); 211 cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL); in cfi_chip_setup() 215 memset(cfi->cfiq,0,sizeof(struct cfi_ident)); in cfi_chip_setup() 223 for (i=0; i<(sizeof(struct cfi_ident) + num_erase_regions * 4); i++) in cfi_chip_setup() 340 static void print_cfi_ident(struct cfi_ident *cfip) in print_cfi_ident()
|
H A D | jedec_probe.c | 1988 cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL); in cfi_jedec_setup() 1994 memset(cfi->cfiq, 0, sizeof(struct cfi_ident)); in cfi_jedec_setup()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | cfi.h | 119 struct cfi_ident { struct 282 struct cfi_ident *cfiq; /* For now only one. We insist that all devs
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | cfi.h | 119 struct cfi_ident { struct 282 struct cfi_ident *cfiq; /* For now only one. We insist that all devs
|
Completed in 8 milliseconds