Loading include/linux/regmap.h +9 −9 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ struct spi_device; * @val_bits: Number of bits in a register value, mandatory. * * @max_register: Optional, specifies the maximum valid register index. * @writeable_register: Optional callback returning true if the register * @writeable_reg: Optional callback returning true if the register * can be written to. * @readable_register: Optional callback returning true if the register * @readable_reg: Optional callback returning true if the register * can be read from. * @volatile_register: Optional callback returning true if the register * @volatile_reg: Optional callback returning true if the register * value can't be cached. * @precious_register: Optional callback returning true if the rgister * @precious_reg: Optional callback returning true if the rgister * should not be read outside of a call from the driver * (eg, a clear on read interrupt status register). */ Loading Loading
include/linux/regmap.h +9 −9 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ struct spi_device; * @val_bits: Number of bits in a register value, mandatory. * * @max_register: Optional, specifies the maximum valid register index. * @writeable_register: Optional callback returning true if the register * @writeable_reg: Optional callback returning true if the register * can be written to. * @readable_register: Optional callback returning true if the register * @readable_reg: Optional callback returning true if the register * can be read from. * @volatile_register: Optional callback returning true if the register * @volatile_reg: Optional callback returning true if the register * value can't be cached. * @precious_register: Optional callback returning true if the rgister * @precious_reg: Optional callback returning true if the rgister * should not be read outside of a call from the driver * (eg, a clear on read interrupt status register). */ Loading