Searched defs:spi_nor_controller_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 99008 struct spi_nor_controller_ops { struct 99009 int (*prepare)(struct spi_nor *); 99010 void (*unprepare)(struct spi_nor *); 99011 int (*read_reg)(struct spi_nor *, u8, u8 *, size_t); 99012 int (*write_reg)(struct spi_nor *, u8, const u8 *, size_t); 99013 ssize_t (*read)(struct spi_nor *, loff_t, size_t, u8 *); 99014 ssize_t (*write)(struct spi_nor *, loff_t, size_t, const u8 *); 99015 int (*erase)(struct spi_nor *, loff_t);
|
| D | vmlinux_602.h | 99008 struct spi_nor_controller_ops { struct 99009 int (*prepare)(struct spi_nor *); 99010 void (*unprepare)(struct spi_nor *); 99011 int (*read_reg)(struct spi_nor *, u8, u8 *, size_t); 99012 int (*write_reg)(struct spi_nor *, u8, const u8 *, size_t); 99013 ssize_t (*read)(struct spi_nor *, loff_t, size_t, u8 *); 99014 ssize_t (*write)(struct spi_nor *, loff_t, size_t, const u8 *); 99015 int (*erase)(struct spi_nor *, loff_t);
|