Home
last modified time | relevance | path

Searched defs:spi_nor_otp_ops (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/riscv/
Dvmlinux.h99234 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);
Dvmlinux_602.h99234 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);