Lines Matching defs:regmap
86 struct regmap *regmap; member
91 static int zl38_fw_issue_command(struct regmap *regmap, u16 cmd) in zl38_fw_issue_command()
113 static int zl38_fw_go(struct regmap *regmap) in zl38_fw_go()
124 static int zl38_fw_enter_boot_mode(struct regmap *regmap) in zl38_fw_enter_boot_mode()
139 zl38_fw_send_data(struct regmap *regmap, u32 addr, const void *data, u16 len) in zl38_fw_send_data()
151 static int zl38_fw_send_xaddr(struct regmap *regmap, const void *data) in zl38_fw_send_xaddr()
162 static int zl38_load_firmware(struct device *dev, struct regmap *regmap) in zl38_load_firmware()
210 static int zl38_software_reset(struct regmap *regmap) in zl38_software_reset()
392 struct regmap *regmap = gpiochip_get_data(c); in chip_gpio_set() local
400 struct regmap *regmap = gpiochip_get_data(c); in chip_gpio_get() local
414 struct regmap *regmap = gpiochip_get_data(c); in chip_direction_input() local
423 struct regmap *regmap = gpiochip_get_data(c); in chip_direction_output() local
444 static int zl38_check_revision(struct device *dev, struct regmap *regmap) in zl38_check_revision()