Lines Matching defs:tps6586x

91 struct tps6586x {  struct
105 static inline int __tps6586x_read(struct i2c_client *client, in __tps6586x_read() argument
190 struct tps6586x *tps6586x = dev_get_drvdata(dev); in tps6586x_set_bits() local
212 struct tps6586x *tps6586x = dev_get_drvdata(dev); in tps6586x_clr_bits() local
234 struct tps6586x *tps6586x = dev_get_drvdata(dev); in tps6586x_update() local
256 struct tps6586x *tps6586x = container_of(gc, struct tps6586x, gpio); in tps6586x_gpio_get() local
271 struct tps6586x *tps6586x = container_of(chip, struct tps6586x, gpio); in tps6586x_gpio_set() local
280 struct tps6586x *tps6586x = container_of(gc, struct tps6586x, gpio); in tps6586x_gpio_output() local
291 static int tps6586x_gpio_init(struct tps6586x *tps6586x, int gpio_base) in tps6586x_gpio_init()
317 static int tps6586x_remove_subdevs(struct tps6586x *tps6586x) in tps6586x_remove_subdevs()
324 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(data); in tps6586x_irq_lock() local
331 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(irq_data); in tps6586x_irq_enable() local
341 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(irq_data); in tps6586x_irq_disable() local
352 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(data); in tps6586x_irq_sync_unlock() local
369 struct tps6586x *tps6586x = data; in tps6586x_irq() local
395 static int __devinit tps6586x_irq_init(struct tps6586x *tps6586x, int irq, in tps6586x_irq_init()
445 static int __devinit tps6586x_add_subdevs(struct tps6586x *tps6586x, in tps6586x_add_subdevs()
481 struct tps6586x *tps6586x; in tps6586x_i2c_probe() local
547 struct tps6586x *tps6586x = i2c_get_clientdata(client); in tps6586x_i2c_remove() local