Home
last modified time | relevance | path

Searched defs:tc3589x (Results 1 – 3 of 3) sorted by relevance

/drivers/mfd/
Dtc3589x.c27 int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg) in tc3589x_reg_read()
46 int tc3589x_reg_write(struct tc3589x *tc3589x, u8 reg, u8 data) in tc3589x_reg_write()
66 int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length, u8 *values) in tc3589x_block_read()
86 int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length, in tc3589x_block_write()
108 int tc3589x_set_bits(struct tc3589x *tc3589x, u8 reg, u8 mask, u8 val) in tc3589x_set_bits()
165 struct tc3589x *tc3589x = data; in tc3589x_irq() local
197 struct tc3589x *tc3589x = d->host_data; in tc3589x_irq_map() local
227 static int tc3589x_irq_init(struct tc3589x *tc3589x, struct device_node *np) in tc3589x_irq_init()
243 static int tc3589x_chip_init(struct tc3589x *tc3589x) in tc3589x_chip_init()
278 static int tc3589x_device_init(struct tc3589x *tc3589x) in tc3589x_device_init()
[all …]
/drivers/gpio/
Dgpio-tc3589x.c31 struct tc3589x *tc3589x; member
51 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_get() local
66 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_set() local
78 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_direction_output() local
91 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_direction_input() local
170 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_irq_sync_unlock() local
227 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_irq() local
314 struct tc3589x *tc3589x = dev_get_drvdata(pdev->dev.parent); in tc3589x_gpio_probe() local
393 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_remove() local
/drivers/input/keyboard/
Dtc3589x-keypad.c84 struct tc3589x *tc3589x; member
96 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_init_key_hardware() local
171 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_irq() local
207 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_enable() local
243 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_disable() local
302 struct tc3589x *tc3589x = dev_get_drvdata(pdev->dev.parent); in tc3589x_keypad_probe() local