Searched defs:tc3589x (Results 1 – 3 of 3) sorted by relevance
/drivers/mfd/ |
D | tc3589x.c | 42 int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg) in tc3589x_reg_read() 61 int tc3589x_reg_write(struct tc3589x *tc3589x, u8 reg, u8 data) in tc3589x_reg_write() 81 int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length, u8 *values) in tc3589x_block_read() 101 int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length, in tc3589x_block_write() 123 int tc3589x_set_bits(struct tc3589x *tc3589x, u8 reg, u8 mask, u8 val) in tc3589x_set_bits() 180 struct tc3589x *tc3589x = data; in tc3589x_irq() local 212 struct tc3589x *tc3589x = d->host_data; in tc3589x_irq_map() local 235 static int tc3589x_irq_init(struct tc3589x *tc3589x, struct device_node *np) in tc3589x_irq_init() 249 static int tc3589x_chip_init(struct tc3589x *tc3589x) in tc3589x_chip_init() 284 static int tc3589x_device_init(struct tc3589x *tc3589x) in tc3589x_device_init() [all …]
|
/drivers/gpio/ |
D | gpio-tc3589x.c | 29 struct tc3589x *tc3589x; member 40 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_get() local 55 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_set() local 67 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_direction_output() local 80 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_direction_input() local 91 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_get_direction() local 110 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_set_config() local 197 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_irq_sync_unlock() local 263 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_irq() local 296 struct tc3589x *tc3589x = dev_get_drvdata(pdev->dev.parent); in tc3589x_gpio_probe() local
|
/drivers/input/keyboard/ |
D | tc3589x-keypad.c | 105 struct tc3589x *tc3589x; member 117 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_init_key_hardware() local 192 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_irq() local 228 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_enable() local 264 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_disable() local 376 struct tc3589x *tc3589x = dev_get_drvdata(pdev->dev.parent); in tc3589x_keypad_probe() local
|