Searched defs:tc3589x (Results 1 – 3 of 3) sorted by relevance
/drivers/mfd/ |
D | tc3589x.c | 25 int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg) in tc3589x_reg_read() 44 int tc3589x_reg_write(struct tc3589x *tc3589x, u8 reg, u8 data) in tc3589x_reg_write() 64 int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length, u8 *values) in tc3589x_block_read() 84 int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length, in tc3589x_block_write() 106 int tc3589x_set_bits(struct tc3589x *tc3589x, u8 reg, u8 mask, u8 val) in tc3589x_set_bits() 161 struct tc3589x *tc3589x = data; in tc3589x_irq() local 189 static int tc3589x_irq_init(struct tc3589x *tc3589x) in tc3589x_irq_init() 209 static void tc3589x_irq_remove(struct tc3589x *tc3589x) in tc3589x_irq_remove() 223 static int tc3589x_chip_init(struct tc3589x *tc3589x) in tc3589x_chip_init() 258 static int __devinit tc3589x_device_init(struct tc3589x *tc3589x) in tc3589x_device_init() [all …]
|
/drivers/gpio/ |
D | gpio-tc3589x.c | 29 struct tc3589x *tc3589x; member 48 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_get() local 63 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_set() local 75 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_direction_output() local 88 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_direction_input() local 150 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_irq_sync_unlock() local 207 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_irq() local 272 struct tc3589x *tc3589x = dev_get_drvdata(pdev->dev.parent); in tc3589x_gpio_probe() local 344 struct tc3589x *tc3589x = tc3589x_gpio->tc3589x; in tc3589x_gpio_remove() local
|
/drivers/input/keyboard/ |
D | tc3589x-keypad.c | 86 struct tc3589x *tc3589x; member 98 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_init_key_hardware() local 177 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_irq() local 213 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_enable() local 249 struct tc3589x *tc3589x = keypad->tc3589x; in tc3589x_keypad_disable() local 308 struct tc3589x *tc3589x = dev_get_drvdata(pdev->dev.parent); in tc3589x_keypad_probe() local
|