Searched defs:spi_nor_otp_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 99234 struct spi_nor_otp_ops { struct 99235 int (*read)(struct spi_nor *, loff_t, size_t, u8 *); 99236 int (*write)(struct spi_nor *, loff_t, size_t, const u8 *); 99237 int (*lock)(struct spi_nor *, unsigned int); 99238 int (*erase)(struct spi_nor *, loff_t); 99239 int (*is_locked)(struct spi_nor *, unsigned int);
|
| D | vmlinux_602.h | 99234 struct spi_nor_otp_ops { struct 99235 int (*read)(struct spi_nor *, loff_t, size_t, u8 *); 99236 int (*write)(struct spi_nor *, loff_t, size_t, const u8 *); 99237 int (*lock)(struct spi_nor *, unsigned int); 99238 int (*erase)(struct spi_nor *, loff_t); 99239 int (*is_locked)(struct spi_nor *, unsigned int);
|