Lines Matching +defs:val +defs:cache
63 } cache; member
133 static int peb2466_write_byte(struct peb2466 *peb2466, u8 cmd, u8 val) in peb2466_write_byte()
149 static int peb2466_read_byte(struct peb2466 *peb2466, u8 cmd, u8 *val) in peb2466_read_byte()
198 static int peb2466_reg_write(void *context, unsigned int reg, unsigned int val) in peb2466_reg_write()
220 static int peb2466_reg_read(void *context, unsigned int reg, unsigned int *val) in peb2466_reg_read()
1669 unsigned int *cache; in peb2466_chip_gpio_get_cache() local
1692 unsigned int mask, unsigned int val) in peb2466_chip_gpio_update_bits()
1695 unsigned int *cache; in peb2466_chip_gpio_update_bits() local
1729 static void peb2466_chip_gpio_set(struct gpio_chip *c, unsigned int offset, int val) in peb2466_chip_gpio_set()
1764 unsigned int *cache; in peb2466_chip_gpio_get() local
1767 unsigned int val; in peb2466_chip_gpio_get() local
1808 unsigned int val; in peb2466_chip_get_direction() local
1870 static int peb2466_chip_direction_output(struct gpio_chip *c, unsigned int offset, int val) in peb2466_chip_direction_output()